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
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 · enumOptionalExample:
Network name of blockchain whose NFT balances need to be filtered
ETHEREUMPossible values: coin_symbolobject · enumOptionalExample:
Coin symbol
ETHPossible values: pageSizeinteger · int64RequiredExample:
page length in pagination
10pageNumberinteger · int64RequiredExample:
page number in pagination
10Responses
200
Coin balances fetched successfully
application/json
400
Invalid request
application/json
401
Authorization error
application/json
404
User not found
application/json
get
/user/{user_uuid}/wallet/balance/coinsLast updated
Was this helpful?