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. The current epoch's regime (expansion or contraction), signal, policy multiplier, net ETH flow and STANDARD issuance, plus time to epoch close. 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
8
calls / 30d
8
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": {},
        "type": "http"
      },
      "output": {
        "example": {
          "as_of_block": 63512040,
          "basis": "epoch",
          "branches_total": 1000,
          "chain_id": 4663,
          "closed": false,
          "end_block": null,
          "end_ts": null,
          "epoch": 1,
          "epoch_end_ts": null,
          "epoch_start_ts": null,
          "eth_in_raw": null,
          "eth_out_raw": null,
          "issuance_basis": "issuance_raw is null until IssuanceDistributed fires at epoch close; issuance_per_day_raw is the open epoch's nominal daily rate and issuance_per_epoch_raw applies the contract's per-second integer truncation, so neither is final until settlement",
          "issuance_per_day_raw": "525000000000000000000",
          "issuance_per_epoch_raw": "1574999999999999769600",
          "issuance_raw": null,
          "issuance_source": "constants",
          "lag_blocks": 4,
          "multiplier": "1.05",
          "multiplier_basis": "measured",
          "multiplier_source": "constants",
          "net_flow_basis": "running_total_this_epoch",
          "net_flow_raw": "900000000000000000",
          "net_flow_source": "constants",
          "network": "robinhood",
          "regime": null,
          "regime_note": "regime is only set by the contract at settlement (EpochRouted); regime_provisional is derived from the sign of this epoch's running net flow (the superseded whitepaper formula, unverified against the mainnet bank's own regime()) and must not be treated as authoritative",
          "regime_provisional": "expansion",
          "regime_source": "constants",
          "serving_state": "fresh",
          "signal": "expansion",
          "start_block": 63400000,
          "start_ts": "2026-09-14T00:00:00Z",
          "taxes_eth_buy_raw": null,
          "taxes_eth_sell_raw": null,
          "taxes_hook_raw": null,
          "time_to_close_seconds": 32400.5,
          "time_to_close_source": "epoch_seconds"
        },
        "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": {},
              "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"
                },
                "branches_total": {
                  "type": "integer"
                },
                "chain_id": {
                  "type": "integer"
                },
                "closed": {
                  "type": "boolean"
                },
                "end_block": {
                  "type": [
                    "string",
                    "null"
                  ]
                },
                "end_ts": {
                  "type": [
                    "string",
                    "null"
                  ]
                },
                "epoch": {
                  "type": "integer"
                },
                "epoch_end_ts": {
                  "type": [
                    "string",
                    "null"
                  ]
                },
                "epoch_start_ts": {
                  "type": [
                    "string",
                    "null"
                  ]
                },
                "eth_in_raw": {
                  "type": [
                    "string",
                    "null"
                  ]
                },
                "eth_out_raw": {
                  "type": [
                    "string",
                    "null"
                  ]
                },
                "issuance_basis": {
                  "type": "string"
                },
                "issuance_per_day_raw": {
                  "type": "string"
                },
                "issuance_per_epoch_raw": {
                  "type": "string"
                },
                "issuance_raw": {
                  "type": [
                    "string",
                    "null"
                  ]
                },
                "issuance_source": {
                  "type": "string"
                },
                "lag_blocks": {
                  "type": "integer"
                },
                "multiplier": {
                  "type": "string"
                },
                "multiplier_basis": {
                  "type": "string"
                },
                "multiplier_source": {
                  "type": "string"
                },
                "net_flow_basis": {
                  "type": "string"
                },
                "net_flow_raw": {
                  "type": "string"
                },
                "net_flow_source": {
                  "type": "string"
                },
                "network": {
                  "type": "string"
                },
                "regime": {
                  "type": [
                    "string",
                    "null"
                  ]
                },
                "regime_note": {
                  "type": "string"
                },
                "regime_provisional": {
                  "type": "string"
                },
                "regime_source": {
                  "type": "string"
                },
                "serving_state": {
                  "type": "string"
                },
                "signal": {
                  "type": "string"
                },
                "start_block": {
                  "type": "integer"
                },
                "start_ts": {
                  "type": "string"
                },
                "taxes_eth_buy_raw": {
                  "type": [
                    "string",
                    "null"
                  ]
                },
                "taxes_eth_sell_raw": {
                  "type": [
                    "string",
                    "null"
                  ]
                },
                "taxes_hook_raw": {
                  "type": [
                    "string",
                    "null"
                  ]
                },
                "time_to_close_seconds": {
                  "type": "number"
                },
                "time_to_close_source": {
                  "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/policy/current"
# -> 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/policy/current");
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/policy/current")
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/69.json, and this resource appears in /discovery/resources and /discovery/search.