cURL
curl --request GET \ --url https://api.wavynode.com/v1/chains \ --header 'x-api-key: <api-key>'
{ "success": true, "data": [ { "id": 123, "name": "<string>", "rpc_url": "<string>", "active": true, "explorer_url": "<string>", "currency_symbol": "<string>", "currency_decimals": 123 } ] }
Retrieves all the blockchain networks supported by Wavy Node.
Enter the full value with the ApiKey prefix. Example: ApiKey wavy_your-api-key. The prefix is required for authentication.
ApiKey
ApiKey wavy_your-api-key
List of supported chains
Show child attributes