Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
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 } }
List all tokens for the project associated with your API token.
Successful response
Endpoint-specific result payload.