Skip to main content
GET
/
api
/
wallet
/
balance
Get on-chain wallet USDC balance
curl --request GET \
  --url https://mag3nt.com/api/wallet/balance \
  --header 'Authorization: Bearer <token>'
{
  "balance": 123,
  "address": "<string>",
  "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

On-chain balance

balance
number
address
string
network
string
asset
string