POST
/
receivers
/
{receiverId}
/
blockchain-accounts

Authorizations

Authorization
string
header
required

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

Path Parameters

receiverId
string
required

Body

application/json
name
string
required

Display name for the wallet.

Required string length: 1 - 100
wallet
string
required

The wallet ID or wallet address. If not provided, a new smart wallet will be created and linked to this blockchain account.

Response

201 - application/json
id
string
required

The ID of blockchain account.

wallet
string
required

The wallet ID or wallet address. If not provided, a new wallet will be created and linked to this blockchain account.