Amendments

This endpoint retrieves all amendments supported on the XRPL mainnet.

Request

GET /api/v1/amendments

Examples

curl https://api.xrpscan.com/api/v1/amendments

Response

[
  {
    "amendment_id": "AE35ABDEFBDE520372B31C957020B34A7A4A9DC3115A69803A44016477C84D6E",
    "introduced": "1.11.0",
    "name": "fixNFTokenRemint",
    "count": 7,
    "enabled": false,
    "majority": null,
    "supported": true,
    "threshold": 28,
    "validations": 35
  },
  {
    "amendment_id": "47C3002ABA31628447E8E9A8B315FAA935CE30183F9A9B86845E469CA2CDC3DF",
    "introduced": "1.10.0",
    "name": "DisallowIncoming",
    "enabled": false,
    "majority": null,
    "supported": true,
    "count": 26,
    "threshold": 28,
    "validations": 35
  },
    {
    "amendment_id": "4C97EBA926031A7CF7D7B36FDE3ED66DDA5421192D63DE53FFB46E43B9DC8373",
    "enabled": true,
    "name": "MultiSign",
    "supported": true,
    "enabled_on": "2016-06-27T23:34:41.000Z",
    "introduced": "0.31.0",
    "tx_hash": "168F8B15F643395E59B9977FC99D6310E8708111C85659A9BAF8B9222EEAC5A7",
    "majority": null
  },
  ...
]

Last updated