Skip to main content
GET
/
api
/
balance
Get treasury balance for authenticated wallet
curl --request GET \
  --url https://mag3nt.com/api/balance \
  --header 'Authorization: <api-key>'
{
  "balances": [
    {
      "total_funded": 123,
      "total_allocated": 123,
      "total_spent": 123,
      "total_withdrawn": 123,
      "available": 123,
      "network": "<string>",
      "asset": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

API key prefixed with 'Bearer sx_live_...'

Response

200 - application/json

Balance data

balances
object[]