Skip to main content

Chains

Chains represent blockchain networks (e.g., Ethereum, Bitcoin, Solana). Each chain can have multiple networks (e.g., mainnet, testnet).

Chain Model

FieldTypeDescription
idstring (UUID)Unique chain identifier
namestringChain name
typestringChain type (see below)
statusintegerChain status (see below)
created_atstring (ISO 8601)Creation timestamp
updated_atstring (ISO 8601)Last update timestamp
deleted_atstring (ISO 8601) | nullSoft deletion timestamp

Chain Types

ValueDescription
btcBitcoin
ethEthereum
solanaSolana

Chain Statuses

ValueLabel
1Active
2Passive

Endpoints

MethodPathDescription
GET/v1/chainsList chains (paginated)
GET/v1/chains/{id}Get chain by ID