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>",
  "chain": "ethereum",
  "name": "<string>"
}
'
{
  "address": "<string>",
  "chain": "ethereum",
  "created_at": "2023-11-07T05:31:56Z",
  "id": "<string>",
  "name": "<string>",
  "status": "<string>"
}
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
chain
enum<string>
required
Available options:
ethereum,
polygon,
base,
arbitrum,
optimism
name
string
required

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
string
required