GET
/api/v1/walletaccount:read (X-Api-Key / Bearer Token)Get Wallet Balance
Inspect preloaded wallet credit balance.
Description
Returns balance figures in INR and USD.
Parameters
0 parametersNo parameters required for this operation.
Request Example
curl https://api.trykrafto.xyz/api/v1/wallet \
-H "X-Api-Key: kr_live_981..."Response Example
application/json (200 OK)
{
"balanceINR": 2450,
"balanceUSD": 29.5,
"currencyPreference": "INR"
}