Get the balance for the authenticated merchant
cURL
curl --request GET \ --url https://api.auctionnow.io/api/alpha/merchant/balance \ --header 'Authorization: <authorization>'
{ "data": { "amount": 123, "amountAvailable": 123 }, "timestamp": 123, "message": "<string>" }
Your Auction Now API key as a Bearer token
"Bearer ak_XXXXXXX"
Merchant balance
The merchant's balance
Show child attributes