Skip to main content
POST
Agregar asset a wallet

Authorizations

Authorization
string
header
required

JWT obtenido desde /v2/auth/login

Path Parameters

id
string
required

Identificador de la wallet/vault.

Example:

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

Body

application/json

Asset y blockchain a agregar.

symbol
enum<string>
required

Asset que se agregará a la wallet.

Available options:
USDC,
USDT
Example:

"USDC"

blockchain
enum<string>
required

Blockchain donde se agregará el asset.

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

"Polygon"

Response

Asset agregado a la wallet.

walletId
string
required

Identificador de la wallet/vault.

Example:

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

status
string
required

Estado de la wallet.

Example:

"ACTIVE"

createdAt
string
required

Fecha de creación de la wallet.

Example:

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

assets
object[]
required

Assets configurados en la wallet.