QUICK START

Read any asset in one request.

Pass any canonical contract address to receive its complete market picture with source, block and completeness metadata. GLD is shown as one example.

Request one assetbash
curl http://localhost:3000/api/v1/assets/0xc9a981fee1f9dec688bb123ccdecc63d0debfc4e
Responsejson
{
  "schemaVersion": "1.0.0",
  "data": {
    "symbol": "GLD",
    "contractAddress": "0xc9a981fee1f9dec688bb123ccdecc63d0debfc4e",
    "referencePrice": "406.085",
    "referenceStatus": "verified",
    "immediateSellInsideOnePercentUsd": "21088.64274",
    "staggeredCapacityUsd": null
  },
  "meta": {
    "provenance": [
      "Robinhood reference",
      "direct onchain state",
      "official quote evidence"
    ],
    "block": {
      "number": 51086429,
      "hash": "0xac58e05e563a3a1f1bb6d1cf76747901de0934890ecc46bc0cc1734962e0072b"
    },
    "retrievalTimestamp": "2026-08-31T18:42:38.000Z",
    "completeness": {
      "status": "partial",
      "missing": [
        "Complete verified-pool Swap history"
      ]
    }
  }
}

E2 PRIMITIVES

Four building blocks developers can trust.

The API connects discovery, execution context and risk controls through a consistent definition layer.

01

Canonical market identity

Resolve tokenized instruments and venues by exact chain address, never by ticker inference.

02

Reference integrity

Read the validated external value plus source, timestamp and failure state used by E2.

03

Executable liquidity

Separate nominal market activity from direct same-block quote evidence at named impact bands.

04

Source completeness

Know when a value is current, partial, unavailable or blocked before building on top of it.

ENDPOINT CATALOGUE

Read-only API v1

Download the specification ↗
MethodResourcePathPurpose
GETAssets/api/v1/assets

Canonical registry, reference, supply and current liquidity

GETAsset detail/api/v1/assets/{address}

One exact-address market audit

GETMarkets/api/v1/markets

Verified pools and direct state

GETReferences/api/v1/references

Raw and reconciled reference state

GETDepth/api/v1/depth

Immediate impact bands and capacity completeness

GETMarket health/api/v1/market-health

Defined E2 operational primitives

GETOpportunities/api/v1/opportunities

Explicit nulls while history is incomplete

GETHistory status/api/v1/history/status

Exact protocol checkpoints