v2

latestOpenAPI 3.1.02026-07-316132736.5 KB
V2 - Blockchains

Get system metadata

Returns system metadata: supported pool types, indexed chains, and registered factories. By default all sections are returned. Pass poolTypes, chains, or factories to select specific sections.

get/api/2/system-metadata

Query parameters

factoriesboolean

Include the list of registered factories.

Include the list of registered factories.

poolTypesboolean

Include the list of supported pool types.

Include the list of supported pool types.

chainsboolean

Include the list of supported chains.

Include the list of supported chains.

hasMetadataboolean

Filter factories by metadata presence.

Filter factories by metadata presence.

status'APPROVED' | 'WAITING_APPROVAL' | 'NOT_APPROVED'

Filter factories by approval status.

Filter factories by approval status.

chainIdstring

Filter factories by chain ID.

Filter factories by chain ID.

namestring

Case-insensitive partial match on factory name.

Case-insensitive partial match on factory name.

indexedboolean

Filter chains by indexing status.

Filter chains by indexing status.

typestring

Filter chains by type (e.g. "evm", "solana").

Filter chains by type (e.g. "evm", "solana").

Response

System metadata response