{
  "x402Version": 2,
  "id": 80,
  "slug": "80",
  "resource": "https://api.onesource.io/standard/v1/flow/hourly",
  "description": "The Standard Reserve (TSR), an on-chain reserve protocol on Robinhood Chain. Hourly ETH in/out and net flow through the STANDARD/ETH pool. Fields ending in _raw are 18-decimal integers as strings. Divide by 1e18 to get token amounts.",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0x52E29e0d2Aa49bfBfC548C0A9F2196F4aa51f3ea",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "20000",
      "maxTimeoutSeconds": 3600
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "method": "GET",
          "queryParams": {
            "hours": 24
          },
          "type": "http"
        },
        "output": {
          "example": {
            "as_of_block": 0,
            "basis": "swaps_hourly",
            "chain_id": 4663,
            "hours": [
              {
                "basis": "measured",
                "epoch": 128,
                "eth_in_raw": "1200000000000000000",
                "eth_out_raw": "900000000000000000",
                "hour": "2026-09-15T02:00:00Z",
                "net_flow_raw": "300000000000000000",
                "swap_count": 24
              }
            ],
            "network": "robinhood"
          },
          "type": "json"
        }
      },
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "properties": {
          "input": {
            "additionalProperties": false,
            "properties": {
              "method": {
                "enum": [
                  "GET",
                  "HEAD",
                  "DELETE"
                ],
                "type": "string"
              },
              "queryParams": {
                "properties": {
                  "hours": {
                    "minimum": 1,
                    "type": "integer"
                  }
                },
                "type": "object"
              },
              "type": {
                "const": "http",
                "type": "string"
              }
            },
            "required": [
              "type",
              "method"
            ],
            "type": "object"
          },
          "output": {
            "properties": {
              "example": {
                "description": "Endpoint-specific response payload",
                "properties": {
                  "as_of_block": {
                    "type": "integer"
                  },
                  "basis": {
                    "type": "string"
                  },
                  "chain_id": {
                    "type": "integer"
                  },
                  "hours": {
                    "items": {
                      "properties": {
                        "basis": {
                          "type": "string"
                        },
                        "epoch": {
                          "type": "integer"
                        },
                        "eth_in_raw": {
                          "type": "string"
                        },
                        "eth_out_raw": {
                          "type": "string"
                        },
                        "hour": {
                          "type": "string"
                        },
                        "net_flow_raw": {
                          "type": "string"
                        },
                        "swap_count": {
                          "type": "integer"
                        }
                      },
                      "type": "object"
                    },
                    "type": "array"
                  },
                  "network": {
                    "type": "string"
                  }
                },
                "type": "object"
              },
              "type": {
                "type": "string"
              }
            },
            "required": [
              "type"
            ],
            "type": "object"
          }
        },
        "required": [
          "input"
        ],
        "type": "object"
      }
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "api.onesource.io",
  "lastUpdated": "2026-09-18T18:46:12.041Z",
  "quality": {
    "calls30d": 12,
    "uniquePayers30d": 12,
    "lastCalledAt": "2026-09-18T18:46:11.925Z"
  },
  "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"
  }
}