{
  "x402Version": 2,
  "id": 76,
  "slug": "76",
  "resource": "https://api.onesource.io/deepstate/v1/stats/:book",
  "description": "Deepstate, the on-chain order-book exchange on Robinhood Chain. Rolling 24h / 7d / 30d volume and price change for a market.",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0x52E29e0d2Aa49bfBfC548C0A9F2196F4aa51f3ea",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "5000",
      "maxTimeoutSeconds": 3600
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "method": "GET",
          "pathParams": {
            "book": "NVDA-USDG"
          },
          "queryParams": {},
          "type": "http"
        },
        "output": {
          "example": {
            "base_token": {
              "address": "0xd0601CE157Db5bdC3162BbaC2a2C8aF5320D9EEC",
              "decimals": 18,
              "symbol": "NVDA"
            },
            "block_number": 52685677,
            "book_id": "0xdf941c235503a5d2e67aee5dea00f2965f99421c0d034bd77f924c05c66bf399",
            "book_label": "NVDA/USDG",
            "book_slug": "NVDA-USDG",
            "finality": "head",
            "last_price": 216.48219249,
            "last_price_raw": "216.48219249",
            "market_session": "regular",
            "quote_token": {
              "address": "0x5fc5360D0400a0Fd4f2af552ADD042D716F1d168",
              "decimals": 6,
              "symbol": "USDG"
            },
            "windows": {
              "24h": {
                "change_pct": -1.82,
                "high_raw": "220.47999716",
                "low_raw": "215.70112004",
                "trades": 24,
                "volume_quote": 500000,
                "volume_quote_raw": "500000000000",
                "vwap_raw": "217.90441002"
              },
              "30d": {
                "change_pct": 8.77,
                "high_raw": "241.72004112",
                "low_raw": "198.03118022",
                "trades": 402,
                "volume_quote": 141900000,
                "volume_quote_raw": "141900000000000",
                "vwap_raw": "221.44120038"
              },
              "7d": {
                "change_pct": 2.41,
                "high_raw": "229.11004221",
                "low_raw": "210.44032118",
                "trades": 171,
                "volume_quote": 19800000,
                "volume_quote_raw": "19800000000000",
                "vwap_raw": "219.03881204"
              }
            }
          },
          "type": "json"
        }
      },
      "routeTemplate": "/deepstate/v1/stats/:book",
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "properties": {
          "input": {
            "additionalProperties": false,
            "properties": {
              "method": {
                "enum": [
                  "GET",
                  "HEAD",
                  "DELETE"
                ],
                "type": "string"
              },
              "pathParams": {
                "properties": {
                  "book": {
                    "type": "string"
                  }
                },
                "required": [
                  "book"
                ],
                "type": "object"
              },
              "queryParams": {
                "properties": {},
                "type": "object"
              },
              "type": {
                "const": "http",
                "type": "string"
              }
            },
            "required": [
              "type",
              "method"
            ],
            "type": "object"
          },
          "output": {
            "properties": {
              "example": {
                "description": "Endpoint-specific response payload",
                "properties": {
                  "base_token": {
                    "properties": {
                      "address": {
                        "type": "string"
                      },
                      "decimals": {
                        "type": "integer"
                      },
                      "symbol": {
                        "type": "string"
                      }
                    },
                    "type": "object"
                  },
                  "block_number": {
                    "type": "integer"
                  },
                  "book_id": {
                    "type": "string"
                  },
                  "book_label": {
                    "type": "string"
                  },
                  "book_slug": {
                    "type": "string"
                  },
                  "finality": {
                    "type": "string"
                  },
                  "last_price": {
                    "type": "number"
                  },
                  "last_price_raw": {
                    "type": "string"
                  },
                  "market_session": {
                    "type": "string"
                  },
                  "quote_token": {
                    "properties": {
                      "address": {
                        "type": "string"
                      },
                      "decimals": {
                        "type": "integer"
                      },
                      "symbol": {
                        "type": "string"
                      }
                    },
                    "type": "object"
                  },
                  "windows": {
                    "properties": {
                      "24h": {
                        "properties": {
                          "change_pct": {
                            "type": "number"
                          },
                          "high_raw": {
                            "type": "string"
                          },
                          "low_raw": {
                            "type": "string"
                          },
                          "trades": {
                            "type": "integer"
                          },
                          "volume_quote": {
                            "type": "integer"
                          },
                          "volume_quote_raw": {
                            "type": "string"
                          },
                          "vwap_raw": {
                            "type": "string"
                          }
                        },
                        "type": "object"
                      },
                      "30d": {
                        "properties": {
                          "change_pct": {
                            "type": "number"
                          },
                          "high_raw": {
                            "type": "string"
                          },
                          "low_raw": {
                            "type": "string"
                          },
                          "trades": {
                            "type": "integer"
                          },
                          "volume_quote": {
                            "type": "integer"
                          },
                          "volume_quote_raw": {
                            "type": "string"
                          },
                          "vwap_raw": {
                            "type": "string"
                          }
                        },
                        "type": "object"
                      },
                      "7d": {
                        "properties": {
                          "change_pct": {
                            "type": "number"
                          },
                          "high_raw": {
                            "type": "string"
                          },
                          "low_raw": {
                            "type": "string"
                          },
                          "trades": {
                            "type": "integer"
                          },
                          "volume_quote": {
                            "type": "integer"
                          },
                          "volume_quote_raw": {
                            "type": "string"
                          },
                          "vwap_raw": {
                            "type": "string"
                          }
                        },
                        "type": "object"
                      }
                    },
                    "type": "object"
                  }
                },
                "type": "object"
              },
              "type": {
                "type": "string"
              }
            },
            "required": [
              "type"
            ],
            "type": "object"
          }
        },
        "required": [
          "input"
        ],
        "type": "object"
      }
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "api.onesource.io",
  "lastUpdated": "2026-09-18T21:47:20.836Z",
  "quality": {
    "calls30d": 330,
    "uniquePayers30d": 193,
    "lastCalledAt": "2026-09-18T18:44:05.436Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "api.onesource.io",
    "manifest_name": "api.onesource.io",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}