cURL
curl --request GET \ --url https://api.conduit.financial/accounts/{id} \ --header 'X-API-Key: <api-key>' \ --header 'X-API-Secret: <api-key>'
{ "id": "acct_2fvietuCNSu8unMNLsEGBrDTVFn", "balances": { "available": [ { "asset": "USDC", "network": "ethereum", "amount": "90.000000" }, { "asset": "USDT", "network": "ethereum", "amount": "0" }, { "asset": "USDT", "network": "tron", "amount": "150.320000" } ] }, "createdAt": "2024-10-27T00:00:00.000Z" }
Get an existing account
Includes an API key in the HTTP headers to authenticate the client.
Includes an API secret in the HTTP headers to authenticate the client.
A valid Account ID
"acct_2ofTA5mz0T91pBmD3tMTeLE7T4X"
The retrieved account object
Show child attributes
The asset identifier. Either an ISO-4217 currency code or a stablecoin token.
USD
MXN
BRL
COP
EUR
NGN
ARS
GBP
USDT
USDC
RLUSD
A non-negative integer amount
"0"
The stablecoin asset network identifier. Required for stablecoins; omitted for fiat.
ethereum
tron
solana
polygon
base
xrpl