Skip to main content
POST
/
external_wallets
cURL
curl --request POST \
  --url https://sandbox.onconsul.com/v1/external_wallets \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "address": "<string>",
  "name": "<string>"
}
'
{
  "address": "<string>",
  "created_at": "2023-11-07T05:31:56Z",
  "id": "<string>",
  "name": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.onconsul.com/llms.txt

Use this file to discover all available pages before exploring further.

Register a new external crypto wallet scoped to a chain. Once created, the wallet can be used as a destination for payouts. The same wallet address can be added multiple times for use on different chains.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
address
string
required
Required string length: 1 - 255
chain
enum<string>
required
Available options:
ethereum,
polygon,
base,
arbitrum,
optimism
name
string
required
Required string length: 1 - 255

Response

OK

address
string
required
chain
enum<string>
required
Available options:
ethereum,
polygon,
base,
arbitrum,
optimism
created_at
string<date-time>
required
id
string
required
name
string
required
status
enum<string>
required
Available options:
active,
archived