List balances of wallet
Retrieves all the balances in the wallet identified by the provided `handle`. If the wallet with the provided handle doesn't exist, API will return 404 error. Balances are returned as an `integer` number and have to be divided by factor assigned to balance symbol to get a decimal representation of the value.
Authorization
Authorization
RequiredBearer <token>JWT signed by private key. The presence of this token is not mandatory. It becomes required through the configuration of authorization access rules that requires a token to grant access. Once sent, the token is validated for its format, signature and expiration, regardless of the presence of access rules.
In: header
Path Parameters
id
Requiredstring | stringThe unique identifier of the wallet record - its luid or address.
Query Parameters
page
objectPage query parameters
filter
objectBase filter parameters
Header Parameters
x-ledger
string | stringThe unique identifier of ledger in context for multi tenant requests.
Wallet balances page