latestOpenAPI 3.0.22026-08-1041321430.0 KB
c88faa17bc25
Accounts
Get an account by ID
This method returns the account that matches the entered ID.
get/accounts/{account_id}
Path parameters
account_idinteger required
The account's ID
Response
Account object
addressstring nullable
The public address of the account (if any). Note that you should use the /accounts/:id/addresses endpoint to retrieve a trusted public address.
available_balancestring required
balancestring required
contract_addressstring nullable
created_byinteger required
created_onstring date-time required
currency'Dollar' | 'Euro' | 'arbitrum' | 'arbitrum_goerli' | 'arbitrum_sepolia' | 'avalanche_c_chain' | 'avalanche_c_chain_fuji' | 'base' | 'base_goerli' | 'base_sepolia' | 'bitcoin' | 'bitcoin_cash' | 'bitcoin_gold' | 'bitcoin_testnet' | 'blast' | 'blast_sepolia' | 'bsc' | 'cardano' | 'celo' | 'celo_alfajores' | 'cosmos' | 'cronos' | 'cronos_testnet' | 'dash' | 'digibyte' | 'dogecoin' | 'ethereum' | 'ethereum_classic' | 'ethereum_goerli' | 'ethereum_holesky' | 'ethereum_hoodi' | 'ethereum_pow' | 'ethereum_ropsten' | 'ethereum_sepolia' | 'etherlink' | 'fantom' | 'fantom_testnet' | 'filecoin' | 'filecoin_calibration' | 'flare' | 'flare_coston' | 'kava_evm' | 'kava_evm_testnet' | 'klaytn' | 'klaytn_baobab' | 'komodo' | 'linea' | 'litecoin' | 'mantle' | 'mantle_sepolia' | 'near' | 'neon_evm' | 'optimism' | 'optimism_goerli' | 'optimism_sepolia' | 'pivx' | 'polkadot' | 'polygon' | 'polygon_amoy' | 'polygon_mumbai' | 'polygon_zk_evm' | 'polygon_zk_evm_testnet' | 'pulsechain' | 'pulsechain_testnet' | 'ripple' | 'scroll' | 'scroll_sepolia' | 'solana' | 'solana_devnet' | 'solana_testnet' | 'sonic' | 'stellar' | 'tezos' | 'tomo' | 'tomo_testnet' | 'tron' | 'vertcoin' | 'viacoin' | 'westend' required
derivation_pathstring nullable
idinteger required
indexinteger required
last_requestinteger nullable
namestring required
parentinteger nullable
pending_balancestring required
status'ACTIVATION_ABORTED' | 'ACTIVE' | 'APPROVED' | 'HSM_COIN_UPDATED' | 'PENDING' | 'PENDING_ACTIVATION' | 'PENDING_CREATE_IN_HSM' | 'PENDING_VIEW_ONLY' | 'REJECTED' | 'VIEW_ONLY' required
type'Bep20' | 'Bitcoin' | 'Cardano' | 'Cosmos' | 'Erc20' | 'Ethereum' | 'Generic' | 'Near' | 'Polkadot' | 'Polygon' | 'Ripple' | 'Solana' | 'Stellar' | 'Tezos' | 'Trc20' | 'Tron' required
xpubstring nullable
The Extended Public Key of the account (if any). Note that you should use the /accounts/:id/addresses endpoint to retrieve and share a trusted public address. Only API Operators with view-all rights can retrieve the XPUB.