cURL
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 IndexFetch the complete documentation index at: https://docs.mag3nt.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.mag3nt.com/llms.txt
Use this file to discover all available pages before exploring further.
Session token from POST /api/auth/verify
Balance data
Show child attributes