Get blockchains

Get a list of all blockchains. You can use the names in the list to request more details about a specific blockchain in our blockchain details endpoint, and you can use our Get UUID by contract address endpoint to find out if we have listed a specific token on one of these chains.

GET /blockchains

https://api.coinranking.com/v2/blockchains

Code examples

Response

HTTP/1.1 200 OK
{
  "status": "success",
  "data": {
    "blockchains": [
      "bitcoin",
      "eos",
      "ethereum",
      "tron"
    ]
  }
}

Response fields

PropertyDescription
status String

Status of the request

Allowed values:
success
data Object
data.blockchains Object[]

List of blockchains