Skip to main content
POST
cURL
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