Chains

Get a list of supported chains

Get list of supported chains

get

Get list of supported chains

Responses
200
OK
application/json
get
GET /v1/chains HTTP/1.1
Host: api.sandbox.horizonland.app
Accept: */*
{
  "result": [
    {
      "id": "text",
      "name": "text",
      "symbol": "text"
    }
  ]
}

Last updated