Skip to main content
GET
/
v1
/
balances
cURL
curl --request GET \
  --url https://api.sandbox.forte.cc/v1/balances \
  --header 'Authorization: Bearer <token>'
{
  "EUR": {
    "available": "1234.56"
  },
  "USDC": {
    "available": "9876.54"
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200 - application/json

Balances dictionary.

{key}
object