Chains
Get a list of supported chains
Get list of supported chains
Responses
200
OK
application/json
400
Bad Request
application/json
500
Internal Server Error
application/json
get
GET /v1/chains HTTP/1.1
Host: api.sandbox.horizonland.app
Accept: */*
{
"result": [
{
"id": "text",
"name": "text",
"symbol": "text"
}
]
}
Last updated