Get Wallet Balance (v1)
Fetch the wallet balance for a user, broken down by coin. account query param: SPOT (optional filter). coin_info.<symbol>.withdraw_enable / deposit_enable are booleans.
Headers
Your API key (configured in credentials)
HMAC-SHA256 signature (auto-generated) To test manually: HMAC-SHA256 of apiKey + timestamp (or apiKey + timestamp + userId when X-User-Id is required), keyed with your API secret. The HMAC Generator flow computes this for you.
Unix timestamp in seconds (auto-generated) Unix seconds, e.g. Math.floor(Date.now() / 1000). Must match the timestamp used in the X-Signature computation.
Unique request identifier (auto-generated) Any unique string per request, e.g. a UUID.
User UUID (set above)
Query Parameters
The account parameter
The symbol parameter
Related topics
Get Wallet Address (v1)OverviewGet Buy Quote (v1)Get Transaction Details (v1)Get Payment Methods (v1)