Fetch All Coin Balances

This API fetches the balance of all the crypto and non-crypto coins present in user's wallet.

Fetch all coin balances

get

Fetch all coin balances

Authorizations
api_keystringRequired
Path parameters
user_uuidstringRequired

user_uuid of the user whose wallet balance summary needs to be fetched

Query parameters
refresh_balancestringOptional

setting refresh_balance as true hard refreshes wallet balances in metasky systems immediately

network_nameobject · enumOptional

Network name of blockchain whose NFT balances need to be filtered

Example: ETHEREUMPossible values:
coin_symbolobject · enumOptional

Coin symbol

Example: ETHPossible values:
pageSizeinteger · int64Required

page length in pagination

Example: 10
pageNumberinteger · int64Required

page number in pagination

Example: 10
Responses
200

Coin balances fetched successfully

application/json
get
/user/{user_uuid}/wallet/balance/coins

Last updated

Was this helpful?