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. Everything relevant to deciding whether to exit a charter's branches right now, bundled into one call.

Answeringour last check, 2026-09-24
1 of 1checks answered this week
825 msmedian answer time
$0.05listed price per call
$0.05price 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/decisions/exit

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

Our checks, last 30 days

DayResultHTTPAskedTime
2026-09-24 valid payment request 402$0.05 825 ms

Example input (from the provider)

{
  "method": "GET",
  "queryParams": {
    "charter_id": 42
  },
  "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": {
            "at_block": {
              "minimum": 0,
              "type": "integer"
            },
            "branches": {
              "minimum": 1,
              "type": "integer"
            },
            "charter_id": {
              "minimum": 0,
              "type": "integer"
            }
          },
          "required": [
            "charter_id"
          ],
          "type": "object"
        },
        "type": {
          "const": "http",
          "type": "string"
        }
      },
      "required": [
        "type",
        "method"
      ],
      "type": "object"
    },
    "output": {
      "properties": {
        "example": {
          "description": "Endpoint-specific response payload",
          "properties": {
            "as_of_basis": {
              "type": "string"
            },
            "as_of_block": {
              "type": "integer"
            },
            "assumptions": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "basis": {
              "type": "string"
            },
            "chain_id": {
              "type": "integer"
            },
            "network": {
              "type": "string"
            },
            "parts": {
              "properties": {
                "exit_quote": {
                  "properties": {
                    "data": {
                      "properties": {
                        "gross_raw": {
                          "type": "string"
                        },
                        "net_raw": {
                          "type": "string"
                        }
                      },
                      "type": "object"
                    },
                    "status": {
                      "type": "string"
                    }
                  },
                  "type": "object"
                },
                "fee_curve": {
                  "properties": {
                    "data": {
                      "properties": {
                        "fee_rate_now_live_wad": {
                          "type": "string"
                        }
                      },
                      "type": "object"
                    },
                    "status": {
                      "type": "string"
                    }
                  },
                  "type": "object"
                },
                "fee_forecast": {
                  "properties": {
                    "data": {
                      "properties": {
                        "days_until_min_fee": {
                          "type": "integer"
                        }
                      },
                      "type": "object"
                    },
                    "status": {
                      "type": "string"
                    }
                  },
                  "type": "object"
                },
                "governance": {
                  "properties": {
                    "data": {
                      "properties": {
                        "pending": {
                          "items": {},
                          "type": "array"
                        }
                      },
                      "type": "object"
                    },
                    "status": {
                      "type": "string"
                    }
                  },
                  "type": "object"
                },
                "policy_outlook": {
                  "properties": {
                    "data": {
                      "properties": {},
                      "type": "object"
                    },
                    "status": {
                      "type": "string"
                    }
                  },
                  "type": "object"
                },
                "pool": {
                  "properties": {
                    "data": {
                      "properties": {
                        "tick": {
                          "type": "integer"
                        }
                      },
                      "type": "object"
                    },
                    "status": {
                      "type": "string"
                    }
                  },
                  "type": "object"
                },
                "tax_schedule": {
                  "properties": {
                    "data": {
                      "properties": {
                        "current_sell_tax_bps_raw": {
                          "type": "string"
                        }
                      },
                      "type": "object"
                    },
                    "status": {
                      "type": "string"
                    }
                  },
                  "type": "object"
                }
              },
              "type": "object"
            },
            "parts_as_of_blocks": {
              "properties": {
                "fee_curve": {
                  "type": "integer"
                },
                "fee_forecast": {
                  "type": "integer"
                }
              },
              "type": "object"
            },
            "summary": {
              "properties": {
                "current_sell_tax_bps_raw": {
                  "type": "string"
                },
                "days_until_min_fee": {
                  "type": "integer"
                },
                "fee_rate_now_live_wad": {
                  "type": "string"
                },
                "fee_raw": {
                  "type": "string"
                },
         

This page as JSON