Skip to main content
GET
/
v1
/
projects
cURL
curl --request GET \
  --url https://api.blockworks.com/v1/projects \
  --header 'x-api-key: <api-key>'
{
  "page": 1073741824,
  "total": 50,
  "data": [
    {
      "id": 2147483647,
      "title": "<string>",
      "tagline": "<string>",
      "description": "<string>",
      "slug": "<string>",
      "url": "<string>",
      "image_url": "<string>",
      "updated_at": 123,
      "asset": {
        "id": 2147483647,
        "code": "<string>",
        "title": "<string>",
        "slug": "<string>",
        "tag_line": "<string>",
        "description": "<string>",
        "image_url": "<string>",
        "sector": "<string>",
        "category": "<string>",
        "updated_at": 123,
        "type": "Infrastructure",
        "reference": {
          "asset_id": 2147483647,
          "coingecko": "<string>",
          "messari": "<string>",
          "ghost_analyst_slug": "<string>",
          "trading_view": "<string>"
        },
        "market_cap": {
          "asset_id": 2147483647,
          "rank": 2147483647,
          "usd": 8.988465674311579e+307,
          "dominance": 1.7014115e+38,
          "percent_change_btc_1_h": 1.7014115e+38,
          "percent_change_btc_24_h": 1.7014115e+38,
          "percent_change_usd_1_h": 1.7014115e+38,
          "percent_change_usd_24_h": 1.7014115e+38,
          "percent_change_eth_1_h": 1.7014115e+38,
          "percent_change_eth_24_h": 1.7014115e+38,
          "updated_at": 123
        },
        "ohlcv_last_24_h": {
          "asset_id": 2147483647,
          "open": 8.988465674311579e+307,
          "high": 8.988465674311579e+307,
          "low": 8.988465674311579e+307,
          "close": 8.988465674311579e+307,
          "volume": 8.988465674311579e+307,
          "updated_at": 123
        },
        "price": {
          "asset_id": 2147483647,
          "usd": 8.988465674311579e+307,
          "btc": 8.988465674311579e+307,
          "eth": 8.988465674311579e+307,
          "sparkline_7d": "<string>",
          "updated_at": 123
        },
        "supply": {
          "asset_id": 2147483647,
          "circulating": 8.988465674311579e+307,
          "liquid": 8.988465674311579e+307,
          "total": 8.988465674311579e+307
        },
        "addresses": [
          {
            "id": 2147483647,
            "asset_id": 2147483647,
            "chain_id": 2147483647,
            "type": "<string>",
            "address": "<string>",
            "updated_at": 123,
            "chain": {
              "id": 2147483647,
              "asset_id": 2147483647,
              "title": "<string>",
              "slug": "<string>",
              "type": "<string>",
              "image_url": "<string>",
              "is_test_net": 0,
              "updated_at": 123
            }
          }
        ],
        "markets": [
          {
            "id": 2147483647,
            "asset_id": 2147483647,
            "volume_24_h": 1.7014115e+38,
            "ath": 1.7014115e+38,
            "ath_change_percentage": 1.7014115e+38,
            "ath_date": 123,
            "updated_at": 123
          }
        ]
      }
    }
  ]
}

Authorizations

x-api-key
string
header
required

Query Parameters

page
integer
default:1
Required range: 1 <= x <= 2147483647
limit
integer
default:100
Required range: 1 <= x <= 100
sparkline
enum<string>
Available options:
7d
Maximum string length: 100

Response

page
integer
required
Required range: 1 <= x <= 2147483647
total
integer
required
Required range: 1 <= x <= 100
data
object[]
required