v1

latestOpenAPI 3.0.1MIT2026-07-174154134.3 KB
Config

Add a new configuration.

post/v1/configs

Request body

Example request

{
  "baseChain": {
    "id": "62e143f9f161ba55e6db29cb"
  },
  "subChain": {
    "name": "cosmoshub"
  }
}

Response

OK

statusinteger
resultstring

Example response

{
  "status": 200,
  "result": "62675e2d8891cd77b87f5b16"
}