GET
/
v1
/
account
/
balance
curl https://api.socialrouter.io/v1/account/balance \
  -H "Authorization: Bearer sr_live_your_key"
{
  "balance": 42.5,
  "currency": "USD"
}
curl https://api.socialrouter.io/v1/account/balance \
  -H "Authorization: Bearer sr_live_your_key"
{
  "balance": 42.5,
  "currency": "USD"
}