Skip to main content
GET
/
v1
/
balance
cURL
curl --request GET \
  --url https://api.example.com/v1/balance \
  --header 'x-access-id: <api-key>'
{
  "account": {
    "amount_in_cents": 123,
    "currency": "<string>",
    "id": "<string>",
    "updated": "2023-11-07T05:31:56Z"
  }
}

Authorizations

x-access-id
string
header
required

UUID of the service account (e.g., 550e8400-e29b-41d4-a716-446655440000)

Response

Balance retrieved successfully

account
object
required