Endpoint format
{chain} accepts a path name or chain ID and is case-insensitive. For example, /boost/ethereum and /boost/1 are equivalent.
The key identifies your project’s Boost. The chain must be enabled and have an active upstream in that project’s configuration.
Supported networks
Boost offers networks whose indexed coverage starts at genesis. Networks with a later coverage floor are excluded so the same endpoint does not unpredictably serve recent history while forwarding older ranges. The dashboard andgoldsky boost chains command are the live sources for availability.
Goldsky indexes additional networks that Boost does not currently offer, including Arbitrum, BNB Chain, Celo, Gnosis, Sei, Tron, and Abstract. Their indexed coverage begins above genesis.
Billing
Boost is free to use. Goldsky does not charge for either served reads or forwarded requests. Forwarded calls still reach the RPC provider you pay separately. Usage appears on invoices as zero-dollar line items for calls Boost served and requests it forwarded. For mixed batches, usex-edge-billable to count the individual items Boost served.
Limits
- Every request needs a Goldsky
key. A keyless request receives an x402 payment challenge from the shared edge rather than using Boost. - The requested network must be enabled and have an active upstream in the project’s Boost configuration.
- Upstream endpoints must be reachable over public HTTPS. Private, loopback, and link-local addresses are rejected.
- Boost supports JSON-RPC over HTTPS only. There is no WebSocket endpoint; keep
eth_subscribeand other subscriptions pointed at your provider. - Batches can contain up to 100 items for per-item routing. Larger arrays are forwarded whole.
- Rate limits are Goldsky-managed. Boost endpoints use a Goldsky-set budget rather than a customer-configured rate-limit budget.
- Requests are unmetered within fair use. Contact Goldsky if you need a written volume commitment.