{
  "x402Version": 2,
  "id": 98,
  "slug": "98",
  "resource": "https://api.onesource.io/standard/v1/governance/changes",
  "description": "The Standard Reserve (TSR), an on-chain reserve protocol on Robinhood Chain. Governance and parameter-change history, queued changes awaiting effect, feature switches, and guardian pause state. 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": {},
          "type": "http"
        },
        "output": {
          "example": {
            "as_of_block": 63700000,
            "basis": "governance_changes",
            "chain_id": 4663,
            "history": [
              {
                "block": 63690000,
                "contract_label": "fee_splitter",
                "event_name": "SharesQueued",
                "id": 42,
                "log_index": 3,
                "param_key": "team_bps",
                "status": "queued",
                "ts": "2026-09-13T00:00:00Z",
                "tx": "0xad7e04119ecd85857728205f5b12e95f0bab8e99f9c2f60be5dc79cfc6a8df1f",
                "unit": "fraction",
                "value_address": null,
                "value_decoded": "0.7",
                "value_raw": "7000",
                "value_text": null
              }
            ],
            "network": "robinhood",
            "paused": [
              {
                "block": 63600000,
                "contract_label": "charter_auction",
                "guardian": "0x0000000000000000000000000000000000000001",
                "ts": "2026-09-12T00:00:00Z",
                "tx": "0xad7e04119ecd85857728205f5b12e95f0bab8e99f9c2f60be5dc79cfc6a8df1f"
              }
            ],
            "pending": [
              {
                "current_raw": "700000000000000000000000",
                "param": "base_issuance_per_day",
                "value_raw": "800000000000000000000000"
              }
            ],
            "registry": {
              "execution_permissionless": {
                "as_of_block": 64740929,
                "basis": "measured",
                "value": false
              },
              "executor": {
                "as_of_block": 64740929,
                "basis": "measured",
                "value": "0x01c0335b8389564096a2b76c5baa89980bf71fbb"
              },
              "genesis_minter": {
                "as_of_block": 64740929,
                "basis": "measured",
                "value": "0xf54b589eadc2aae98b96dad58d89bcbf27503e46"
              },
              "guardian": {
                "as_of_block": 64740929,
                "basis": "measured",
                "value": "0x361e3a6ccf8ff8b1d85e33ad4436f4c8270f9607"
              },
              "locked": {
                "charter_auction": {
                  "as_of_block": 64740929,
                  "basis": "measured",
                  "value": false
                },
                "contraction_vault": {
                  "as_of_block": 64740929,
                  "basis": "measured",
                  "value": false
                },
                "executor": {
                  "as_of_block": 64740929,
                  "basis": "measured",
                  "value": false
                },
                "expansion_vault": {
                  "as_of_block": 64740929,
                  "basis": "measured",
                  "value": false
                },
                "fee_splitter": {
                  "as_of_block": 64740929,
                  "basis": "measured",
                  "value": false
                },
                "genesis_minter": {
                  "as_of_block": 64740929,
                  "basis": "measured",
                  "value": false
                },
                "guardian": {
                  "as_of_block": 64740929,
                  "basis": "measured",
                  "value": false
                },
                "license_auction": {
                  "as_of_block": 64740929,
                  "basis": "measured",
                  "value": false
                },
                "net_flow_source": {
                  "as_of_block": 64740929,
                  "basis": "measured",
                  "value": false
                },
                "pol_manager": {
                  "as_of_block": 64740929,
                  "basis": "measured",
                  "value": false
                },
                "tax_hook": {
                  "as_of_block": 64740929,
                  "basis": "measured",
                  "value": true
                }
              },
              "net_flow_source": {
                "as_of_block": 64740929,
                "basis": "measured",
                "value": "0xf1ee073811b14359d850825e48d200483200edcd"
              },
              "owner": {
                "as_of_block": 64740929,
                "basis": "measured",
                "value": "0x5c19f925e1e0d54e34681a6cb70d55c90b12a68c"
              }
            },
            "switches": {
              "launch_holding_cap_active": true,
              "launch_schedule_active": true,
              "pool_manager_gate_enabled": false,
              "transfers_enabled": true
            }
          },
          "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": {
                  "before": {
                    "minimum": 0,
                    "type": "integer"
                  },
                  "contract": {
                    "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"
                  },
                  "history": {
                    "items": {
                      "properties": {
                        "block": {
                          "type": "integer"
                        },
                        "contract_label": {
                          "type": "string"
                        },
                        "event_name": {
                          "type": "string"
                        },
                        "id": {
                          "type": "integer"
                        },
                        "log_index": {
                          "type": "integer"
                        },
                        "param_key": {
                          "type": "string"
                        },
                        "status": {
                          "type": "string"
                        },
                        "ts": {
                          "type": "string"
                        },
                        "tx": {
                          "type": "string"
                        },
                        "unit": {
                          "type": "string"
                        },
                        "value_address": {
                          "type": [
                            "string",
                            "null"
                          ]
                        },
                        "value_decoded": {
                          "type": "string"
                        },
                        "value_raw": {
                          "type": "string"
                        },
                        "value_text": {
                          "type": [
                            "string",
                            "null"
                          ]
                        }
                      },
                      "type": "object"
                    },
                    "type": "array"
                  },
                  "network": {
                    "type": "string"
                  },
                  "paused": {
                    "items": {
                      "properties": {
                        "block": {
                          "type": "integer"
                        },
                        "contract_label": {
                          "type": "string"
                        },
                        "guardian": {
                          "type": "string"
                        },
                        "ts": {
                          "type": "string"
                        },
                        "tx": {
                          "type": "string"
                        }
                      },
                      "type": "object"
                    },
                    "type": "array"
                  },
                  "pending": {
                    "items": {
                      "properties": {
                        "current_raw": {
                          "type": "string"
                        },
                        "param": {
                          "type": "string"
                        },
                        "value_raw": {
                          "type": "string"
                        }
                      },
                      "type": "object"
                    },
                    "type": "array"
                  },
                  "registry": {
                    "properties": {
                      "execution_permissionless": {
                        "properties": {
                          "as_of_block": {
                            "type": "integer"
                          },
                          "basis": {
                            "type": "string"
                          },
                          "value": {
                            "type": "boolean"
                          }
                        },
                        "type": "object"
                      },
                      "executor": {
                        "properties": {
                          "as_of_block": {
                            "type": "integer"
                          },
                          "basis": {
                            "type": "string"
                          },
                          "value": {
                            "type": "string"
                          }
                        },
                        "type": "object"
                      },
                      "genesis_minter": {
                        "properties": {
                          "as_of_block": {
                            "type": "integer"
                          },
                          "basis": {
                            "type": "string"
                          },
                          "value": {
                            "type": "string"
                          }
                        },
                        "type": "object"
                      },
                      "guardian": {
                        "properties": {
                          "as_of_block": {
                            "type": "integer"
                          },
                          "basis": {
                            "type": "string"
                          },
                          "value": {
                            "type": "string"
                          }
                        },
                        "type": "object"
                      },
                      "locked": {
                        "properties": {
                          "charter_auction": {
                            "properties": {
                              "as_of_block": {
                                "type": "integer"
                              },
                              "basis": {
                                "type": "string"
                              },
                              "value": {
                                "type": "boolean"
                              }
                            },
                            "type": "object"
                          },
                          "contraction_vault": {
                            "properties": {
                              "as_of_block": {
                                "type": "integer"
                              },
                              "basis": {
                                "type": "string"
                              },
                              "value": {
                                "type": "boolean"
                              }
                            },
                            "type": "object"
                          },
                          "executor": {
                            "properties": {
                              "as_of_block": {
                                "type": "integer"
                              },
                              "basis": {
                                "type": "string"
                              },
                              "value": {
                                "type": "boolean"
                              }
                            },
                            "type": "object"
                          },
                          "expansion_vault": {
                            "properties": {
                              "as_of_block": {
                                "type": "integer"
                              },
                              "basis": {
                                "type": "string"
                              },
                              "value": {
                                "type": "boolean"
                              }
                            },
                            "type": "object"
                          },
                          "fee_splitter": {
                            "properties": {
                              "as_of_block": {
                                "type": "integer"
                              },
                              "basis": {
                                "type": "string"
                              },
                              "value": {
                                "type": "boolean"
                              }
                            },
                            "type": "object"
                          },
                          "genesis_minter": {
                            "properties": {
                              "as_of_block": {
                                "type": "integer"
                              },
                              "basis": {
                                "type": "string"
                              },
                              "value": {
                                "type": "boolean"
                              }
                            },
                            "type": "object"
                          },
                          "guardian": {
                            "properties": {
                              "as_of_block": {
                                "type": "integer"
                              },
                              "basis": {
                                "type": "string"
                              },
                              "value": {
                                "type": "boolean"
                              }
                            },
                            "type": "object"
                          },
                          "license_auction": {
                            "properties": {
                              "as_of_block": {
                                "type": "integer"
                              },
                              "basis": {
                                "type": "string"
                              },
                              "value": {
                                "type": "boolean"
                              }
                            },
                            "type": "object"
                          },
                          "net_flow_source": {
                            "properties": {
                              "as_of_block": {
                                "type": "integer"
                              },
                              "basis": {
                                "type": "string"
                              },
                              "value": {
                                "type": "boolean"
                              }
                            },
                            "type": "object"
                          },
                          "pol_manager": {
                            "properties": {
                              "as_of_block": {
                                "type": "integer"
                              },
                              "basis": {
                                "type": "string"
                              },
                              "value": {
                                "type": "boolean"
                              }
                            },
                            "type": "object"
                          },
                          "tax_hook": {
                            "properties": {
                              "as_of_block": {
                                "type": "integer"
                              },
                              "basis": {
                                "type": "string"
                              },
                              "value": {
                                "type": "boolean"
                              }
                            },
                            "type": "object"
                          }
                        },
                        "type": "object"
                      },
                      "net_flow_source": {
                        "properties": {
                          "as_of_block": {
                            "type": "integer"
                          },
                          "basis": {
                            "type": "string"
                          },
                          "value": {
                            "type": "string"
                          }
                        },
                        "type": "object"
                      },
                      "owner": {
                        "properties": {
                          "as_of_block": {
                            "type": "integer"
                          },
                          "basis": {
                            "type": "string"
                          },
                          "value": {
                            "type": "string"
                          }
                        },
                        "type": "object"
                      }
                    },
                    "type": "object"
                  },
                  "switches": {
                    "properties": {
                      "launch_holding_cap_active": {
                        "type": "boolean"
                      },
                      "launch_schedule_active": {
                        "type": "boolean"
                      },
                      "pool_manager_gate_enabled": {
                        "type": "boolean"
                      },
                      "transfers_enabled": {
                        "type": "boolean"
                      }
                    },
                    "type": "object"
                  }
                },
                "type": "object"
              },
              "type": {
                "type": "string"
              }
            },
            "required": [
              "type"
            ],
            "type": "object"
          }
        },
        "required": [
          "input"
        ],
        "type": "object"
      }
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "api.onesource.io",
  "lastUpdated": "2026-09-18T13:13:17.615Z",
  "quality": {
    "calls30d": 5,
    "uniquePayers30d": 5,
    "lastCalledAt": "2026-09-18T13:13:17.418Z"
  },
  "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"
  }
}