Skip to main content
POST
/
v1
/
accounts
/
{id}
/
address
Add Asset to Account
curl --request POST \
  --url https://sandbox-api.borderless.xyz/v1/accounts/{id}/address \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "asset": "ETH",
  "address": "0xE79a68B87544ed42Cc5aA805bb056201e7942D3A"
}
'
{
  "id": "<string>",
  "asset": "POL",
  "address": "<string>"
}

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string
required

Body

application/json
  • Standalone Account Asset
  • Fireblocks Account Asset
  • Utila Account Asset
  • Dfns Account Asset
asset
enum<string>
required

The token tied to a specific blockchain. See the list of supported Assets.

Available options:
POL,
USDT_POLYGON,
USDC_POLYGON,
USDM_POLYGON,
ETH,
USDT_ETHEREUM,
USDC_ETHEREUM,
USDM_ETHEREUM,
TRX,
USDT_TRON,
ETH_BASE,
USDC_BASE,
USDM_BASE,
ETH_OPTIMISM,
USDT_OPTIMISM,
USDC_OPTIMISM,
USDM_OPTIMISM,
BTC,
CELO,
CUSD_CELO,
USDC_CELO,
SOL,
USDC_SOLANA,
USDT_SOLANA
Example:

"ETH"

address
string
required

The blockchain address for the account

Example:

"0xE79a68B87544ed42Cc5aA805bb056201e7942D3A"

Response

Successfully created account Asset data.

id
string
required
asset
enum<string>
required
Available options:
POL,
USDT_POLYGON,
USDC_POLYGON,
USDM_POLYGON,
ETH,
USDT_ETHEREUM,
USDC_ETHEREUM,
USDM_ETHEREUM,
TRX,
USDT_TRON,
ETH_BASE,
USDC_BASE,
USDM_BASE,
ETH_OPTIMISM,
USDT_OPTIMISM,
USDC_OPTIMISM,
USDM_OPTIMISM,
BTC,
CELO,
CUSD_CELO,
USDC_CELO,
SOL,
USDC_SOLANA,
USDT_SOLANA
address
string
required