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
| Field | Type | Description |
|---|---|---|
chains | array | The list of currently supported chains |
chains.id | number | The chain ID |
chains.name | string | The chain name |
Example Request and Response
Request
curl 'https://route.withfabric.xyz/v1/chains'