Pricing
List websocket notification prices
Public endpoint returning current websocket notification prices per chain ID and subscription type. No authentication required. Rate-limited per IP (default 30 requests per 60 seconds). Empty results return an empty JSON array.
get/pricing/ws
Query parameters
chain_idstring
Filter by chain ID (e.g. 1, 137, 8453).
subscription_typestring
Filter by websocket subscription type (e.g. newHeads).
Response
Current websocket notification prices
Changes
Changed in 1 of the 14 revisions of this API.1
- ○
endpoint added
endpoint-added
- ○