API

RWA Intelligence Infrastructure

Demo Data

PERISCOPE's normalized data becomes infrastructure for wallets, exchanges, DeFi protocols, research platforms, funds, trading terminals, AI agents, and issuers.

Endpoints

GET /assets

List and filter indexed RWA assets

Request

curl https://api.periscope.example/assets \
  -H "Authorization: Bearer $PERISCOPE_API_KEY"

Sample response

{
  "data": [
    {
      "symbol": "MTSN",
      "name": "Meridian US Treasury Token",
      "category": "Treasuries",
      "chains": ["ethereum", "base"],
      "price": 101.20,
      "estimated_nav": 100.80,
      "premium": 0.40,
      "supply": 12481230,
      "liquidity_usd": 8240000,
      "reserve_status": "verified_source"
    }
  ],
  "meta": { "demo": true }
}

API tiers

Developer

Read-only access to indexed assets and issuers. Rate limited.

Coming Soon

Professional

Full endpoint access, historical series, alerts webhooks.

Coming Soon

Enterprise

Institutional SLAs, data licensing, dedicated feeds.

Coming Soon

Potential API users

WalletsExchangesDeFi protocolsResearch platformsFundsTrading terminalsAI agentsRWA issuers