Skip to main content
POST
/
v1
/
accounts
/
{id}
/
assets
Add Assets to Account
curl --request POST \
  --url https://sandbox-api.borderless.xyz/v1/accounts/{id}/assets \
  --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 Assets · object | Fireblocks Account Assets · object | Utila Account Assets · object | Dfns Account Assets · object)[]

List of account Assets

  • Standalone Account Assets
  • Fireblocks Account Assets
  • Utila Account Assets
  • Dfns Account Assets
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 Assets 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