Skip to main content
GET
/
v1
/
chains
Get Chain
curl --request GET \
  --url https://api.roissingue.com/v1/chains
[
  {
    "name": "<string>",
    "slug": "<string>",
    "id": 123
  }
]

Documentation Index

Fetch the complete documentation index at: https://docs.roissingue.com/llms.txt

Use this file to discover all available pages before exploring further.

Response

200 - application/json

Successful Response

name
string
required
slug
string
required
id
integer | null