Skip to main content
GET
/
treasury
/
balance
Get balance
curl --request GET \
  --url https://api.allcovered.xyz/v1/treasury/balance \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "balance": 123,
    "pending": 123,
    "currency": "USDC",
    "network": "BASE"
  }
}
Get the current treasury balance.

Authorizations

Authorization
string
header
required

API key from StableBase dashboard

Response

Current balance

data
object
required