mirrored listing x402 eip155:8453

The Standard Reserve (TSR), an on-chain reserve protocol on Robinhood Chain

The Standard Reserve (TSR), an on-chain reserve protocol on Robinhood Chain. Exit-pressure history. Fields ending in _raw are 18-decimal integers as strings. Divide by 1e18 to get token amounts.

Do you run api.onesource.io? This listing was mirrored from Coinbase's public Bazaar. Claim it in 30 seconds — no account required — and it becomes verified, permanently overriding the mirrored copy.

Claim this listing
20000 (raw units)
price
11
calls / 30d
11
unique payers
2026-09-18
updated

Provider

api.onesource.io · discovered, not yet claimed by its owner

Payment (x402 accepts[])

[
  {
    "scheme": "exact",
    "network": "eip155:8453",
    "payTo": "0x52E29e0d2Aa49bfBfC548C0A9F2196F4aa51f3ea",
    "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
    "amount": "20000",
    "maxTimeoutSeconds": 3600
  }
]

Output schema

{
  "bazaar": {
    "info": {
      "input": {
        "method": "GET",
        "queryParams": {
          "hours": 24
        },
        "type": "http"
      },
      "output": {
        "example": {
          "as_of_block": 63499000,
          "basis": "exit_pressure_history",
          "chain_id": 4663,
          "history": [
            {
              "basis": "measured",
              "block": 63400000,
              "fee_rate": "0.0045",
              "formula": "mainnet-exit-2026-09-15",
              "held_raw": "980000000000000000000",
              "pressure": "0.0205",
              "ts": "2026-09-13T12:00:00Z",
              "withdrawn_7d_raw": "20100000000000000000"
            }
          ],
          "lag_blocks": 4,
          "network": "robinhood",
          "rows_without_formula": 0,
          "serving_state": "fresh"
        },
        "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"
                },
                "history": {
                  "items": {
                    "properties": {
                      "basis": {
                        "type": "string"
                      },
                      "block": {
                        "type": "integer"
                      },
                      "fee_rate": {
                        "type": "string"
                      },
                      "formula": {
                        "type": "string"
                      },
                      "held_raw": {
                        "type": "string"
                      },
                      "pressure": {
                        "type": "string"
                      },
                      "ts": {
                        "type": "string"
                      },
                      "withdrawn_7d_raw": {
                        "type": "string"
                      }
                    },
                    "type": "object"
                  },
                  "type": "array"
                },
                "lag_blocks": {
                  "type": "integer"
                },
                "network": {
                  "type": "string"
                },
                "rows_without_formula": {
                  "type": "integer"
                },
                "serving_state": {
                  "type": "string"
                }
              },
              "type": "object"
            },
            "type": {
              "type": "string"
            }
          },
          "required": [
            "type"
          ],
          "type": "object"
        }
      },
      "required": [
        "input"
      ],
      "type": "object"
    }
  }
}

Use it

curl

curl "https://api.onesource.io/standard/v1/exit-pressure/history"
# -> 402 Payment Required, accepts[] lists how to pay
# retry with a PAYMENT-SIGNATURE (or PAYMENT header) once paid

JavaScript

const res = await fetch("https://api.onesource.io/standard/v1/exit-pressure/history");
if (res.status === 402) {
  const { accepts } = await res.json();
  // pay one of accepts[] via an x402 client, then retry with the payment header
}

Python

import httpx
res = httpx.get("https://api.onesource.io/standard/v1/exit-pressure/history")
if res.status_code == 402:
    accepts = res.json()["accepts"]
    # pay one of accepts[] via an x402 client, then retry with the payment header

Machine-readable

Everything on this page is also available as clean JSON at /resources/85.json, and this resource appears in /discovery/resources and /discovery/search.