Skip to main content
POST
Add asset to wallet

Authorizations

Authorization
string
header
required

JWT obtained from /v2/auth/login

Path Parameters

id
string
required

Wallet or vault identifier.

Example:

"550e8400-e29b-41d4-a716-446655440001"

Body

application/json

Asset and blockchain to add.

symbol
enum<string>
required

Asset to add to the wallet.

Available options:
USDC,
USDT
Example:

"USDC"

blockchain
enum<string>
required

Blockchain where the asset will be added.

Available options:
Polygon,
Ethereum,
TRON,
Binance,
Sepolia
Example:

"Polygon"

Response

Asset added to the wallet.

walletId
string
required

Wallet or vault identifier.

Example:

"550e8400-e29b-41d4-a716-446655440001"

status
string
required

Wallet status.

Example:

"ACTIVE"

createdAt
string
required

Wallet creation date.

Example:

"2026-05-12T12:00:00.000Z"

assets
object[]
required

Assets configured in the wallet.