{
  "service": "sinjoh-api",
  "version": "1.5.0",
  "chainId": 4663,
  "network": "Robinhood Chain mainnet",
  "auth": "Open to everyone, no key needed (60 requests/minute per IP). For a higher limit, send a key as the x-api-key header.",
  "capacity": {
    "dailyLimit": 25000,
    "monthlyLimit": 250000,
    "resetsAt": {
      "daily": "2026-09-08T00:00:00+00:00",
      "monthly": "2026-10-01T00:00:00+00:00"
    }
  },
  "endpoints": {
    "GET /v1/health/registry": "indexed-launch and public-registry parity",
    "GET /v1/health/images": "read-only canonical launch-image coverage",
    "POST /v1/images/reconcile": "bounded chain-derived legacy image recovery",
    "GET /v1/contracts": "canonical deployment registry",
    "GET /v1/launches": "indexed and active Sinjoh launches",
    "POST /v1/launches/{subject}/image": "creator-signed canonical image upload",
    "GET /v1/markets/{subject}": "indexed market volume and hourly history",
    "GET /v1/markets/{subject}/trades": "indexed trade history",
    "GET /v1/raffles": "raffle accounts and aggregate totals",
    "GET /v1/raffles/{subject}": "live raffle state",
    "GET /v1/raffles/{subject}/rounds": "raffle round history",
    "GET /v1/raffles/{subject}/prizes": "paid and deferred prize history",
    "GET /v1/airdrops/accounts": "airdrop account state",
    "GET /v1/airdrops/accounts/{accountId}/epochs": "airdrop epoch history",
    "GET /v1/liquidity/accounts": "liquidity account state",
    "GET /v1/funding-bands/accounts": "Funding Bands account state",
    "GET /v1/funding-bands/accounts/{accountId}/bands": "per-band state",
    "GET /v1/revenue/balances": "protocol revenue balances",
    "GET /v1/yield-banks": "indexed Yield Banks collections",
    "GET /v1/yield-banks/{collection}": "collection topology and strategy state",
    "GET /v1/yield-banks/{collection}/backing": "same-block onchain liability reconciliation",
    "GET /v1/yield-banks/{collection}/tokens?owner={wallet}": "current indexed NFTs owned by a wallet",
    "GET /v1/yield-banks/{collection}/tokens/{tokenId}": "owner target, current allocation, and current USD18 value",
    "GET /v1/randomness/requests": "verifiable-randomness lifecycle",
    "GET /v1/events": "normalized protocol event feed",
    "GET /v1/wallets/{address}/activity": "wallet-attributed events and raffle prizes"
  },
  "supportedLaunchpads": [
    "flap",
    "letscash",
    "pons-v1",
    "pons-v2",
    "pools-trade-instant",
    "pools-trade-lbp"
  ],
  "pagination": "List endpoints accept page and limit (1-100).",
  "docs": "https://github.com/Sinjoh-Finance/sinjoh-sdk/blob/main/docs/api.md",
  "openapi": "https://github.com/Sinjoh-Finance/sinjoh-sdk/blob/main/openapi/sinjoh-api.yaml"
}