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 } }
Documentation IndexFetch the complete documentation index at: https://docs.pawpayments.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.pawpayments.com/llms.txt
Use this file to discover all available pages before exploring further.
OK
Show child attributes
{ "available": 1234.56, "total_income": 5678.9, "total_payouts": 4444.34 }