GET
/
accounts
/
{account_id}
/
wallets
curl --request GET \
  --url https://api.finup.io/accounts/{account_id}/wallets \
  --header 'x-api-key: <x-api-key>'
{
  "result": {
    "id": "67b312e30a4c3db1b01a36e4",
    "balance": 679,
    "cards_balance": 123,
    "finup_id": "USD2265302894",
    "currency": "USD"
  }
}

Headers

x-api-key
string
required

API key for authentication

Path Parameters

account_id
string
required

Mongo ID of the account

Response

201
application/json
Resource created successfully
result
object