Endpoints
- WebSocket (WSS):
wss://lively-dust-7404.lively-fog-f2d9.workers.dev/coingecko - HTTP (Validation):
https://lively-dust-7404.lively-fog-f2d9.workers.dev/coingecko/validate
Authentication
- Include the
X-API-KEYheader in both validation and connection requests.
Workflow
- Validate the request with the HTTP endpoint.
- Connect to the WSS endpoint.
- Send your CoinGecko message payload after the connection is established.
CoinGecko uses different message types than standard JSON-RPC-style WebSocket
flows. Refer to the official
CoinGecko WebSocket documentation for the
expected message formats.
Example validation request
Pricing
Responses are billed using the shared WebSocket pricing formula:0.1 CU * 3181.819per response returned