🔐
Secure Authentication
HMAC-SHA256 authentication with API keys, TOTP 2FA, and email OTP for transfers
Simple, secure USDT settlement API for merchants on ERC20 and TRC20 networks
# Get your current balance
curl -X GET "https://dev-crypto-portal.kesspay.io/api/v1/balance" \
-H "X-Api-Key: your_api_key"
# Response
{
"data": {
"merchant_id": 1,
"balance_cents": 500000,
"balance": "5000.00",
"currency": "USD"
}
}