Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://api.orafi.app/v1/transactions/payout/balances \ --header 'x-api-key: <api-key>'
{ "success": true, "message": "Balances retrieved successfully", "data": { "crypto": {}, "fiat": {} } }
Retrieve available balances for crypto and fiat payouts
API key for merchant authentication required for most endpoints
Balance information retrieved successfully
true
"Balances retrieved successfully"
Show child attributes