Skip to main content
GET
/
wallet
Get wallet balances
curl --request GET \
  --url https://api.kalixo.io/v2/wallet \
  --header 'x-api-key: <api-key>'
{
  "balances": {
    "GBP": 196.01,
    "EUR": 1234.56
  },
  "lowBalance": false,
  "threshold": 100
}

Authorizations

x-api-key
string
header
default:kal_live_xxxxxxxxxxxxxxxxxxxxxxxx
required

Your Kalixo API key. Send it in the x-api-key header on every request.

Response

200 - application/json

Current wallet snapshot.

balances
object
Example:
{ "GBP": 196.01, "EUR": 1234.56 }
lowBalance
boolean
Example:

false

threshold
number

Low-balance threshold that triggers an email alert.

Example:

100