{
  "x402Version": 2,
  "id": 70,
  "slug": "70",
  "resource": "https://api.onesource.io/standard/v1/exit/fee-curve",
  "description": "The Standard Reserve (TSR), an on-chain reserve protocol on Robinhood Chain. How the reserve's exit fee changes across a range of withdrawal sizes, checked two ways: a live contract read and this service's own formula. Fields ending in _raw are 18-decimal integers as strings. Divide by 1e18 to get token amounts.",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0x52E29e0d2Aa49bfBfC548C0A9F2196F4aa51f3ea",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "20000",
      "maxTimeoutSeconds": 3600
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "method": "GET",
          "queryParams": {
            "gross": 1000
          },
          "type": "http"
        },
        "output": {
          "example": {
            "as_of_block": 63824000,
            "chain_id": 4663,
            "fee_rate_now_formula_wad": "20084525840868683",
            "fee_rate_now_live_wad": "20084525840868683",
            "formula_version": "mainnet-exit-2026-09-15",
            "gross_raw": "1138197334814168222803789000000",
            "gross_source": "bank_total_pending_live",
            "gross_units": "whole STANDARD tokens; multiplied by 1e18 before use, matching previewResolutionFeeWad's own WAD scaling",
            "ladder": [
              {
                "fee_amount_raw": "229722069069351265",
                "fee_rate_formula_wad": "20185033241706914",
                "fee_rate_live_wad": "20185033241706914",
                "fraction_of_gross": "1%",
                "gross_raw": "11381973348141682228037890000",
                "marginal_fee_raw": null
              }
            ],
            "network": "robinhood"
          },
          "type": "json"
        }
      },
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "properties": {
          "input": {
            "additionalProperties": false,
            "properties": {
              "method": {
                "enum": [
                  "GET",
                  "HEAD",
                  "DELETE"
                ],
                "type": "string"
              },
              "queryParams": {
                "properties": {
                  "gross": {
                    "minimum": 0,
                    "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"
                  },
                  "chain_id": {
                    "type": "integer"
                  },
                  "fee_rate_now_formula_wad": {
                    "type": "string"
                  },
                  "fee_rate_now_live_wad": {
                    "type": "string"
                  },
                  "formula_version": {
                    "type": "string"
                  },
                  "gross_raw": {
                    "type": "string"
                  },
                  "gross_source": {
                    "type": "string"
                  },
                  "gross_units": {
                    "type": "string"
                  },
                  "ladder": {
                    "items": {
                      "properties": {
                        "fee_amount_raw": {
                          "type": "string"
                        },
                        "fee_rate_formula_wad": {
                          "type": "string"
                        },
                        "fee_rate_live_wad": {
                          "type": "string"
                        },
                        "fraction_of_gross": {
                          "type": "string"
                        },
                        "gross_raw": {
                          "type": "string"
                        },
                        "marginal_fee_raw": {
                          "type": [
                            "string",
                            "null"
                          ]
                        }
                      },
                      "type": "object"
                    },
                    "type": "array"
                  },
                  "network": {
                    "type": "string"
                  }
                },
                "type": "object"
              },
              "type": {
                "type": "string"
              }
            },
            "required": [
              "type"
            ],
            "type": "object"
          }
        },
        "required": [
          "input"
        ],
        "type": "object"
      }
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "api.onesource.io",
  "lastUpdated": "2026-09-18T21:49:31.577Z",
  "quality": {
    "calls30d": 12,
    "uniquePayers30d": 12,
    "lastCalledAt": "2026-09-18T18:42:40.469Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "api.onesource.io",
    "manifest_name": "api.onesource.io",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}