x-api-key: ********************curl --location --request GET 'https://online-banking.originalaccounts.com/wallets/customers//wallets/' \
--header 'x-api-key: <api-key>'{
"chain": "base",
"id": "string",
"address": "string",
"created_at": "2019-08-24T14:15:22.123Z",
"updated_at": "2019-08-24T14:15:22.123Z",
"balances": [
{
"balance": "string",
"currency": "usdb",
"chain": "base",
"contract_address": {}
}
]
}