Balance
Get Balance
Endpoint: POST /getBalance
Description: Retrieves the total balances for a user, divided by network and token.
Request Parameters: None
Response:
[
{
"networkSymbol": "string",
"tokenSymbol": "string",
"balance": "string"
}
]
Response Fields:
Field
Type
Description
balance
string
Balance amount (as a string to avoid precision issues)
Last updated
Was this helpful?