cURL
curl --request GET \ --url https://sandbox.api.fin.com/v1/wallet/balances \ --header 'Authorization: Bearer <token>'
{ "data": [ { "currency": "USD", "amount": 150000 } ] }
Retrieve the current prefunded wallet balances
Bearer token authentication. Obtain token from /v1/oauth/token endpoint
Wallet balances retrieved successfully
Show child attributes