Get Digital Asset Account
Viewer AccessRetrieves the digital asset account for the given account ID, including live balances, wallet address and status
Authorization
AuthorizationRequiredBearer <token>Enter your token in the format: Bearer {token}
In: header
Path Parameters
accountIDRequiredstringThe digital asset account to retrieve.
Response Body
Success response
idRequiredstringThe account ID of the digital asset account.
nameRequiredstringThe account name.
balance_totalRequiredstringThe full balance held in the wallet, including any frozen amount, in minor units of the asset.
balance_availableRequiredstringThe balance available to transfer out, excluding any frozen amount, in minor units of the asset.
balance_frozenRequiredstringThe portion of the balance that is held and cannot be spent, in minor units of the asset.
account_typeRequiredstringassetRequiredstringThe digital asset held by the wallet (e.g. ETHEREUM-USDC).
"ETHEREUM-USDC" | "ETHEREUM-USDT" | "ETHEREUM-ETH" | "ETHEREUM-XAUT" | "ETHEREUM-USAT" | "POLYGON-USDC" | "POLYGON-USDT" | "POLYGON-MATIC" | "TRON-USDT" | "TRON-TRX" | "BITCOIN-BTC" | "SOLANA-USDC" | "SOLANA-USDT" | "SOLANA-SOL" | "RIPPLE-XRP" | "HYPERLIQUID-HYPE" | "BSC-BNB" | "BSC-USDT" | "BSC-USDC" | "CANTON-CC"blockchainRequiredstringThe blockchain network the wallet operates on.
"ETHEREUM" | "POLYGON" | "BITCOIN" | "TRON" | "SOLANA" | "RIPPLE" | "HYPERLIQUID" | "BSC" | "CANTON"wallet_addressRequiredstringThe wallet's deposit address on the blockchain. Empty while the wallet is still being provisioned.
statusRequiredstringStatus of the account.
"OPEN" | "CLOSED" | "BLOCKED" | "PENDING" | "PENDING_REVIEW"created_atRequiredstringdate-timeConfirm Digital Asset Exchange PUT
Use this API to confirm and execute a Digital Asset Exchange quote that was created with the POST Create Digital Asset Exchange endpoint. The quote must be confirmed before it expires.
List Digital Asset Account GET
Retrieves all digital asset accounts under the legal entity, including live balances, wallet addresses and status.