List wallets
GET /v3/wallets
Returns each wallet currency and available balance for the selected environment.
Get one wallet
GET /v3/wallet/{currency}
Use an uppercase currency code such as USD.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
List wallets and inspect wallet activity.
GET /v3/wallets
Returns each wallet currency and available balance for the selected environment.
curl https://serviceapi.sarafa.ss/v3/wallets \
-H "x-api-key: YOUR_API_KEY" \
-H "environment: sandbox"
GET /v3/wallet/{currency}
Use an uppercase currency code such as USD.
curl https://serviceapi.sarafa.ss/v3/wallet/USD \
-H "x-api-key: YOUR_API_KEY" \
-H "environment: sandbox"