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/{id}/contracts \ --header 'x-magna-api-token: <api-key>'
{ "isProcessed": true, "result": { "items": [ { "id": "c1...uuid", "name": "Main Vesting Contract", "type": "AIRLOCK", "address": "0x...", "instanceAddress": "0x...", "createdAt": "2024-04-15T21:26:21.000Z" } ], "total": 1 } }
List all distribution contracts associated with a token.
1
Successful response
Endpoint-specific result payload.