cURL
curl --request GET \ --url https://api.daya.co/v1/merchant/balance \ --header 'X-Api-Key: <x-api-key>'
{ "data": { "balance": "100.1234", "currency": "USD" } }
Retrieve the current available USD balance for the authenticated merchant
MERCHANT_BALANCE
curl --request GET \ --url https://api.daya.co/v1/merchant/balance \ --header 'X-Api-Key: YOUR_API_KEY'
Show data properties
100.1234
USD
401
500