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.pawpayments.com/api/v2/balance \ --header 'x-api-key: <api-key>'
{ "ok": true, "result": { "available": 1234.56, "total_income": 5678.9, "total_payouts": 4444.34 } }
OK
Show child attributes
{ "available": 1234.56, "total_income": 5678.9, "total_payouts": 4444.34}