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

Documentation Index

Fetch the complete documentation index at: https://docs.mag3nt.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Session token from POST /api/auth/verify

Response

200 - application/json

Balance data

balances
object[]