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/wallets/admin-wallets \ --header 'x-magna-api-token: <api-key>'
{ "isProcessed": true, "result": { "items": [ { "id": "w1...uuid", "address": "0x...", "platform": "EVM" } ], "total": 1 } }
List the project wallets (admin wallets) available to your project.
Successful response
Endpoint-specific result payload.