The Standard Reserve (TSR), an on-chain reserve protocol on Robinhood Chain
The Standard Reserve (TSR), an on-chain reserve protocol on Robinhood Chain. Live Branch license auction state, read straight from the chain.
Answeringour last check, 2026-09-24
1 of 1checks answered this week
786 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/branches/auction/live
| Category | Market data |
|---|---|
| Provider host | api.onesource.io |
| Networks | eip155:8453 |
| Payment schemes | exact |
| Self-reported calls, 30 days | 26 from 26 payers (the provider's figure, not ours) |
Our checks, last 30 days
| Day | Result | HTTP | Asked | Time |
|---|---|---|---|---|
| 2026-09-24 | valid payment request | 402 | $0.02 | 786 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": {},
"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"
},
"current_day": {
"type": "integer"
},
"current_pace_inventory_duration_seconds": {
"type": "integer"
},
"current_price_raw": {
"type": "string"
},
"day_clock": {
"properties": {
"auction_day_seconds": {
"type": "integer"
},
"basis": {
"type": "string"
},
"current_day": {
"type": "integer"
},
"day_started_at": {
"type": "string"
},
"next_day_starts_at": {
"type": "string"
},
"seconds_to_next_day": {
"type": "integer"
}
},
"type": "object"
},
"day_floor_price_raw": {
"type": "string"
},
"day_start_price_raw": {
"type": "string"
},
"estimate_basis": {
"type": "string"
},
"last_poll_age_sec": {
"type": "number"
},
"licenses_per_day": {
"type": "integer"
},
"network": {
"type": "string"
},
"paused": {
"type": "boolean"
},
"phase": {
"type": "string"
},
"polled_at": {
"type": "string"
},
"quote_1_unit_price_raw": {
"type": "string"
},
"remaining_today": {
"type": "integer"
},
"sold_last_15m": {
"type": "integer"
},
"sold_last_5m": {
"type": "integer"
},
"sold_last_60m": {
"type": "integer"
},
"sold_today": {
"type": "integer"
},
"started": {
"type": "boolean"
},
"velocity_per_min_15m": {
"type": "string"
}
},
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
}