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/chains \ --header 'x-magna-api-token: <api-key>'
{ "isProcessed": true, "result": { "items": [ { "id": "ch1...uuid", "name": "Ethereum", "platform": "EVM" }, { "id": "ch2...uuid", "name": "Solana", "platform": "SOLANA" } ] } }
List all supported blockchain networks with their IDs and names.
Successful response
Endpoint-specific result payload.