curl --request GET \
--url https://api.baseten.co/v1/chains/{chain_id} \
--header "Authorization: Api-Key $BASETEN_API_KEY"
{
  "id": "<string>",
  "created_at": "2023-11-07T05:31:56Z",
  "name": "<string>",
  "deployments_count": 123
}

Authorizations

Authorization
string
header
required

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

Response

200 - application/json

A chain.

id
string
required

Unique identifier of the chain

created_at
string
required

Time the chain was created in ISO 8601 format

name
string
required

Name of the chain

deployments_count
integer
required

Number of deployments of the chain