Are you an LLM? Read llms.txt for a summary of the docs, or llms-full.txt for the full context.
Skip to content

List Chains API

Use the https://route.withfabric.xyz/v1/chains endpoint to fetch the list of chains currently supported by Fabric.

This endpoint is intentionally simple. It returns the current set of supported chains and will expand automatically over time as new chain support is added.

Response Payload

FieldTypeDescription
chainsarrayThe list of currently supported chains
chains.idnumberThe chain ID
chains.namestringThe chain name

Example Request and Response

Request
curl 'https://route.withfabric.xyz/v1/chains'