Skip to main content
GET
/
v1
/
projects
/
{idOrSlug}
cURL
curl --request GET \
  --url https://api.blockworks.com/v1/projects/{idOrSlug} \
  --header 'x-api-key: <api-key>'
{
  "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

Path Parameters

idOrSlug
string
required

Query Parameters

sparkline
enum<string>
Available options:
7d

Response

id
integer
required
Required range: 0 <= x <= 4294967295
title
string
required
Maximum string length: 100
tagline
string | null
required
Maximum string length: 255
description
string | null
required
Maximum string length: 65535
slug
string
required
Maximum string length: 100
url
string | null
required
Maximum string length: 255
image_url
string | null
required
Maximum string length: 255
updated_at
number | null
required

Unix timestamp

asset
object

Expandable relationship