cURL
curl --request GET \ --url https://api.finup.io/backend/accounts/{account_id}/wallets \ --header 'x-api-key: <x-api-key>'
{ "result": { "id": "67b312e30a4c3db1b01a36e4", "balance": 679, "cards_balance": 123, "finup_id": "USD2265302894", "currency": "USD" } }
API key for authentication
Mongo ID of the account
Resource created successfully
The response is of type object.
object