Authorizations

Authorization
string
headerrequired

You must specify the scheme 'Api-Key' in the Authorization header. For example, Authorization: Api-Key <Your_Api_Key>

Path Parameters

chain_id
string
required

Body

application/json

A request to create a custom environment for a chain.

name
string
required

Name of the environment

promotion_settings
object | null

Promotion settings for the environment

chainlet_settings
object[] | null

Mapping of chainlet name to the desired chainlet environment settings

Response

200 - application/json

Environment for oracles.

name
string
required

Name of the environment

created_at
string
required

Time the environment was created in ISO 8601 format

chain_id
string
required

Unique identifier of the chain

promotion_settings
object
required

Promotion settings for the environment

chainlet_settings
object[]
required

Environment settings for the chainlets

current_deployment
object | null
required

Current chain deployment of the environment