ToolAssay

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

The Standard Reserve (TSR), an on-chain reserve protocol on Robinhood Chain. Whether the contraction vault's next buyback tick can fire, its ETH capacity, cooldown remaining, and recent executed ticks. Fields ending in _raw are 18-decimal integers as strings. Divide by 1e18 to get token amounts.

Answeringour last check, 2026-09-24
1 of 1checks answered this week
752 msmedian answer time
$0.02listed price per call
$0.02price it asked us

Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.

Endpoint

GET https://api.onesource.io/standard/v1/buybacks/readiness

CategoryMarket data
Provider hostapi.onesource.io
Networkseip155:8453
Payment schemesexact
Self-reported calls, 30 days23 from 23 payers (the provider's figure, not ours)

Our checks, last 30 days

DayResultHTTPAskedTime
2026-09-24 valid payment request 402$0.02 752 ms

Example input (from the provider)

{
  "method": "GET",
  "queryParams": {},
  "type": "http"
}

Promised output schema (from the provider)

{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "properties": {
    "input": {
      "additionalProperties": false,
      "properties": {
        "method": {
          "enum": [
            "GET",
            "HEAD",
            "DELETE"
          ],
          "type": "string"
        },
        "queryParams": {
          "properties": {
            "limit": {
              "maximum": 200,
              "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"
            },
            "binding_constraint": {
              "type": "string"
            },
            "capacity_eth_raw": {
              "type": "string"
            },
            "chain_id": {
              "type": "integer"
            },
            "cooldown_remaining_seconds": {
              "type": "integer"
            },
            "effective_twap_deviation_ticks": {
              "type": "integer"
            },
            "executor": {
              "type": "string"
            },
            "fee_splitter_eth_balance_as_of_block": {
              "type": "integer"
            },
            "fee_splitter_eth_balance_basis": {
              "type": "string"
            },
            "fee_splitter_eth_balance_raw": {
              "type": "string"
            },
            "fee_splitter_eth_balance_reason": {
              "type": [
                "string",
                "null"
              ]
            },
            "guardian": {
              "type": "string"
            },
            "hook_current_tick": {
              "type": "integer"
            },
            "hook_eth_balance_as_of_block": {
              "type": "integer"
            },
            "hook_eth_balance_basis": {
              "type": "string"
            },
            "hook_eth_balance_raw": {
              "type": "string"
            },
            "hook_eth_balance_reason": {
              "type": [
                "string",
                "null"
              ]
            },
            "hook_twap_tick": {
              "type": "integer"
            },
            "lag_blocks": {
              "type": "integer"
            },
            "last_tick_at": {
              "type": "string"
            },
            "network": {
              "type": "string"
            },
            "next_eligible_at": {
              "type": "string"
            },
            "permissionless": {
              "type": "boolean"
            },
            "permissionless_note": {
              "type": "string"
            },
            "permissionless_source": {
              "type": "string"
            },
            "pool_share_eth_raw": {
              "type": "string"
            },
            "recent_ticks": {
              "items": {
                "properties": {
                  "basis": {
                    "type": "string"
                  },
                  "block": {
                    "type": "integer"
                  },
                  "eth_spent_raw": {
                    "type": "string"
                  },
                  "log_index": {
                    "type": "integer"
                  },
                  "tokens_burned_raw": {
                    "type": "string"
                  },
                  "ts": {
                    "type": "string"
                  },
                  "tx": {
                    "type": "string"
                  }
                },
                "type": "object"
              },
              "type": "array"
            },
            "regime": {
              "type": "string"
            },
            "regime_note": {
              "type": [
                "string",
                "null"
              ]
            },
            "regime_provisional": {
              "type": [
                "string",
                "null"
              ]
            },
            "serving_state": {
              "type": "string"
            },
            "twap_vs_spot_ticks": {
              "type": "integer"
            },
            "vault_share_eth_raw": {
              "type": "string"
            },
            "within_deviation": {
              "type": "boolean"
            }
          },
          "type": "object"
        },
        "type": {
          "type": "string"
        }
      },
      "required": [
        "type"
      ],
      "type": "object"
    }
  },
  "required": [
    "input"
  ],
  "type": "object"
}

This page as JSON