Wallets
List wallets
Returns a list of all wallets associated with the authenticated account.
get/wallets
Query parameters
pageinteger
Page number for pagination.
per_pageinteger
Number of results per page.
Response
List of wallets
Example response
{
"data": [
{
"balance": 250,
"currency": "EUR"
}
]
}