cURL
curl --request GET \ --url https://api.kyren.top/v1/balance \ --header 'x-api-key: <api-key>'
{ "code": 0, "message": "success", "data": { "available": 1250, "pending": 350, "frozen": 0, "currency": "USD", "updatedAt": "2026-01-15T10:35:00Z" } }
Returns the current balance of your merchant account.
Your API key. Use kyren_live_* for production and kyren_test_* for testing.
kyren_live_*
kyren_test_*
The balance object
0
"success"
Show child attributes