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 |
|---|---|---|
| networkSymbol | NetworkSymbol | The network (e.g., ETH) |
| tokenSymbol | TokenSymbol | Optional token symbol (e.g., USDT, USDC) |
| balance | string | Balance amount (as a string to avoid precision issues) |