v1

latestOpenAPI 3.1.0raw.githubusercontent.com2026-04-06282631.6 KB
Config

Get runtime config

Returns network info, chain id, contract addresses, supported features, the current fee schedule, and links to docs and source repos. Designed as the bootstrap call for SDKs (@elata-biosciences/create-elata-demo) and AI agents so they don't hardcode addresses or chain ids.

get/config

Response

Runtime config.

networkstring
chainIdinteger
contractsobject
featuresobject
feeScheduleobject
docsUrlstring uri
reposobject

Example response

{
  "network": "base"
}