Skip to main content
GET
/
api
/
external
/
v1
/
tokens
Tokens List
curl --request GET \
  --url https://app.magna.so/api/external/v1/tokens \
  --header 'x-magna-api-token: <api-key>'
{
  "isProcessed": true,
  "result": {
    "items": [
      {
        "id": "d94ac97e-504a-4e26-b75c-03afae134849",
        "address": "0xc1bf91946E8CaF19cad76c7D1A00c6081b85AC98",
        "symbol": "MAG",
        "totalSupply": "1000000",
        "decimals": 18,
        "chain": "Ethereum Sepolia",
        "createdAt": "2024-02-16T17:24:20.000Z",
        "updatedAt": "2024-02-16T17:48:51.000Z"
      }
    ],
    "total": 1
  }
}

Authorizations

x-magna-api-token
string
header
required

Response

Successful response

isProcessed
boolean
result
any

Endpoint-specific result payload.