# Account Balance
This enables you to get the Trixel Wallet Balance. You can query for the belance as follows:
Test Endpoint:
Alt test Endpoint: https://identity.staging.trixeltech.com/api/v1/account-balance/There are no parameters expected
# Request Sample
curl --location --request POST 'https://identity.staging.trixeltech.com/api/api/v1/account-balance/' \
--header 'X-Region: ke' \
--data-raw '{
"MerchantCode": "2356426365436"
}'# Response Sample
{
"available": "50000.0"
"currency": "KES"
}
# Response Parameters
| Response Parameters | Field Type Description |
|---|---|
| available | Balance available / accessible for disbursement / payout |
TIP
Alway include the X-Region header on all requests. The right X-Region can be found on the Supported Regions / Countries menu
← Pull Transactions SMS →