For the complete documentation index, see llms.txt. This page is also available as Markdown.

Fuse

This section provides information specific to the Fuse blockchain.

Open Toolbox Open Performance Open API Management (RPC & Subgraphs)

Chain.Love on Fuse currently provides the API Management module for RPC access.

  • Need an RPC endpoint right now: open API Management → use the RPC endpoint below.

  • Harden production access: open Performance → set monitoring/notifications → configure routing and failover.

  • Need an RPC/Subgraphs right now: open API Management → use RPC/Subgraphs endpoints (details below).

Modules on Fuse

Performance (Monitoring & routing)

API Management (RPC & Subgraphs)

Sending requests

We host following JSON-RPC API endpoints for Fuse Mainnet:

  • Recent-state API: Provides public anonymous access with 100 requests per second.

  • Recent-state API (Premium): Provides access to less "busy" and more stable fleet of nodes. Available on the Growth Plan.

  • Archival Node: This node provides access to the entire blockchain history, starting from genesis, as is. API is fully compatible with the Ethereum JSON-RPC API. Only POST endpoints are supported.

  • Dedicated nodes are also available on-demand.

Subgraphs (Indexing)

Subgraphs can be created for $70/month on Fuse. You can query your subgraphs using the following methods:

  • By name: https://proxy.fuse.chain.love/subgraphs/name/<SUBGRAPH_NAME>

Last updated