Skip to main content
GET
List Wallet Balances

Authorizations

X-API-Key
string
header
required

Includes an API key in the HTTP headers to authenticate the client.

X-API-Secret
string
header
required

Includes an API secret in the HTTP headers to authenticate the client.

Response

Operation Successful

status
enum<string>

Account status

Available options:
active,
inactive
Example:

"active"

total_amount
number

Total balance amount

Example:

5000

available_amount
number

Available balance amount

Example:

4800

currency
enum<string>

Currency code

Available options:
USDT,
USDC,
USD
Example:

"USDT"

network
enum<string>

Blockchain network

Available options:
ETH,
TRX
Example:

"ETH"

currency_type
enum<string>

Currency type

Available options:
fiat,
crypto
Example:

"crypto"