Notus API
Blockchain

List Chains

This endpoint lists all chains supported by Notus API

GET
/api/v1/crypto/chains

Authorization

x-api-key<token>

In: header

Query Parameters

object
curl -X GET "https://api.notus.team/api/v1/crypto/chains" \
  -H "x-api-key: <token>"

{
  "chains": [
    {
      "id": 137,
      "name": "POLYGON",
      "logo": "https://polygonlogo.com"
    }
  ]
}