OnLink
API reference

Your balances

The KES account you hold with us and its available balance. USDT is added when the ledger ships.

GET
/v1/balances

Authorization

partner-key
X-OnLink-Key<token>

In: header

Response Body

application/json

application/json

application/json

curl -X GET "https://example.com/v1/balances"
{  "kes": {    "available": "150000.50",    "accountNumber": "46013001348902",    "currency": "KES",    "asOf": "2026-09-08T12:00:00.000Z"  }}