cURL
curl --request GET \ --url https://api.wavynode.com/v1/chains/{chainId} \ --header 'x-api-header: <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.
API key from the Wavy Node dashboard. Format: ApiKey {your-api-key}
The chain ID of the blockchain network
Chain details
Show child attributes