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. OHLC price candles for the STANDARD/ETH pool, priced in ETH per STANDARD.

Answeringour last check, 2026-09-24
1 of 1checks answered this week
756 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/candles

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 756 ms

Example input (from the provider)

{
  "method": "GET",
  "queryParams": {
    "tf": "1h"
  },
  "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": {
            "from": {
              "format": "date-time",
              "type": "string"
            },
            "tf": {
              "default": "1h",
              "enum": [
                "1m",
                "5m",
                "15m",
                "30m",
                "1h",
                "4h",
                "1d"
              ],
              "type": "string"
            },
            "to": {
              "format": "date-time",
              "type": "string"
            }
          },
          "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"
            },
            "base": {
              "properties": {
                "decimals": {
                  "type": "integer"
                },
                "symbol": {
                  "type": "string"
                }
              },
              "type": "object"
            },
            "basis": {
              "type": "string"
            },
            "candles": {
              "items": {
                "properties": {
                  "close": {
                    "type": "string"
                  },
                  "high": {
                    "type": "string"
                  },
                  "low": {
                    "type": "string"
                  },
                  "open": {
                    "type": "string"
                  },
                  "swap_count": {
                    "type": "integer"
                  },
                  "time": {
                    "type": "string"
                  },
                  "volume_eth_raw": {
                    "type": "string"
                  },
                  "volume_std_raw": {
                    "type": "string"
                  }
                },
                "type": "object"
              },
              "type": "array"
            },
            "chain_id": {
              "type": "integer"
            },
            "network": {
              "type": "string"
            },
            "pool_id": {
              "type": "string"
            },
            "quote": {
              "properties": {
                "decimals": {
                  "type": "integer"
                },
                "symbol": {
                  "type": "string"
                }
              },
              "type": "object"
            },
            "tf": {
              "type": "string"
            },
            "unit": {
              "type": "string"
            }
          },
          "type": "object"
        },
        "type": {
          "type": "string"
        }
      },
      "required": [
        "type"
      ],
      "type": "object"
    }
  },
  "required": [
    "input"
  ],
  "type": "object"
}

This page as JSON