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://api.naos.trade/api/v1/chains \ --header 'Authorization: Bearer <token>'
{ "success": true, "chains": [ { "network": "<string>", "name": "<string>", "chainId": 123, "isEVM": true } ], "error": "<string>" }
Get list of all supported blockchain networks
API key via Authorization: Bearer YOUR_API_KEY
Supported chains
Show child attributes