curl -X POST "{{base_url}}/account/wallet/1" \
-H "x-api-key: YOUR_CONSUMER_KEY" \
-H "Content-Type: application/json" \
-d '{}'
Account
Wallet balance
Fiat wallet balance for a country.
POST
/
account
/
wallet
/
{country_id}
curl -X POST "{{base_url}}/account/wallet/1" \
-H "x-api-key: YOUR_CONSUMER_KEY" \
-H "Content-Type: application/json" \
-d '{}'
integer
required
Country id
1–10 (see API overview).curl -X POST "{{base_url}}/account/wallet/1" \
-H "x-api-key: YOUR_CONSUMER_KEY" \
-H "Content-Type: application/json" \
-d '{}'
