cURL
curl --request GET \ --url https://api.wavynode.com/v1/chains/{chainId} \ --header 'x-api-key: <api-key>'
{ "success": true, "data": { "name": "<string>", "chain_id": 123, "currency_symbol": "<string>", "market_cap": "<string>", "coin_price": "<string>", "coin_image": "<string>", "total_addresses": "<string>", "total_blocks": "<string>", "total_transactions": "<string>", "tvl": "<string>" } }
Retrieves detailed information about a specific blockchain network, including market data and network statistics.
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
The chain ID of the blockchain network
Chain details
Show child attributes