GET
/
config
/
chains
curl --request GET \
  --url https://api.otim.com/config/chains
{
  "chains": [
    {
      "chainId": 11155111,
      "chainName": "sepolia"
    }
  ]
}

Response

200 - application/json

Chain list retrieved successfully

The response is of type object.