The Standard Reserve (TSR), an on-chain reserve protocol on Robinhood Chain
The Standard Reserve (TSR), an on-chain reserve protocol on Robinhood Chain. Raw protocol event feed, newest first.
Not tested: has real-world effectsour last check, 2026-09-24
0 of 0checks answered this week
n/amedian answer time
$0.005listed price per call
n/aprice 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/events
| Category | Market data |
|---|---|
| Provider host | api.onesource.io |
| Networks | eip155:8453 |
| Payment schemes | exact |
| Self-reported calls, 30 days | 27 from 15 payers (the provider's figure, not ours) |
Our checks, last 30 days
We never call tools that send, buy, move money or file anything, not even without paying.
Example input (from the provider)
{
"method": "GET",
"queryParams": {
"contract_label": "charter",
"event_name": "Transfer"
},
"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": {
"before": {
"pattern": "^[0-9]+:[0-9]+$",
"type": "string"
},
"contract_label": {
"type": "string"
},
"event_name": {
"type": "string"
},
"limit": {
"maximum": 500,
"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"
},
"events": {
"items": {
"properties": {
"@timestamp": {
"type": "string"
},
"amount_raw": {
"type": "string"
},
"args": {
"properties": {
"tokenId": {
"type": "string"
}
},
"type": "object"
},
"block_hash": {
"type": "string"
},
"block_number": {
"type": "integer"
},
"contract_address": {
"type": "string"
},
"contract_label": {
"type": "string"
},
"epoch": {
"type": "integer"
},
"event_name": {
"type": "string"
},
"from_address": {
"type": "string"
},
"log_index": {
"type": "integer"
},
"owner": {
"type": "string"
},
"removed": {
"type": "boolean"
},
"to_address": {
"type": "string"
},
"token_id": {
"type": "string"
},
"transaction_hash": {
"type": "string"
},
"transaction_index": {
"type": "integer"
}
},
"type": "object"
},
"type": "array"
},
"network": {
"type": "string"
},
"next_before": {
"type": "string"
}
},
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
}