Skip to main content

Sets the chain record.

POST 

//v1/chains/:chainID/chainrecord

Sets the chain record.

Request

Path Parameters

    chainID stringrequired

    ChainID (Bech32)

Body

required

Chain Record

    accessNodes string[]required
    isActive booleanrequired

Responses

Chain record was saved

Authorization: Authorization

name: Authorizationtype: apiKeydescription: JWT Tokenin: header
curl -L -X POST '/v1/chains/:chainID/chainrecord' \
-H 'Content-Type: application/json' \
-H 'Authorization: <API_KEY_VALUE>' \
--data-raw '{
"accessNodes": [
"accessNodes",
"accessNodes"
],
"isActive": true
}'
Request Collapse all
Base URL
Auth
Parameters
— pathrequired
Body required
{
  "accessNodes": [
    "accessNodes",
    "accessNodes"
  ],
  "isActive": true
}
ResponseClear

Click the Send API Request button above and see the response here!