Skip to main content
GET
/
chains
Get Chains
curl --request GET \
  --url http://127.0.0.1:8000/chains
[
  {
    "name": "<string>",
    "slug": "<string>",
    "id": 123
  }
]

Response

200 - application/json

Successful Response

name
string
required
slug
string
required
id
integer | null