Skip to main content
GET
/
config
Get runtime config
curl --request GET \
  --url https://app.elata.bio/api/config \
  --header 'Authorization: Bearer <token>'
{
  "network": "base",
  "chainId": 123,
  "contracts": {},
  "features": {},
  "feeSchedule": {},
  "docsUrl": "<string>",
  "repos": {}
}
Status: proposed. Designed as the bootstrap call for SDKs (@elata-biosciences/create-elata-demo) and AI agents so they don’t hardcode addresses or chain ids.

Authorizations

Authorization
string
header
required

SIWE-issued JWT, scoped to a wallet address. Obtain via Sign-In With Ethereum (EIP-4361) against app.elata.bio. Required for personalized Portfolio and Rewards endpoints. The sub claim is the wallet address; a request whose path {address} does not match the sub is rejected.

Response

200 - application/json

Runtime config.

network
string
Example:

"base"

chainId
integer
contracts
object
features
object
feeSchedule
object
docsUrl
string<uri>
repos
object