Skip to main content
GET
/
v1
/
wallet
/
balances
Fetch Prefunded Balance
curl --request GET \
  --url https://sandbox.api.fin.com/v1/wallet/balances \
  --header 'Authorization: Bearer <token>'
{
  "data": [
    {
      "currency": "USD",
      "amount": 150000
    }
  ]
}
To enable prefundable wallets, you must first reach out to the fin.com team to enable wallets for you for both sandbox and production

Authorizations

Authorization
string
header
required

Bearer token authentication. Obtain token from /v1/oauth/token endpoint

Response

Wallet balances retrieved successfully

data
object[]