XRPSCAN
HomeMetricsValidatorsAmendments
  • 📖Build with XRPSCAN
  • 📘API Documentation
    • Introduction
    • Pricing
      • Pay as you Go (PAYG)
    • API Concepts
      • Pagination
    • Account
      • Account info
      • Activations
      • Ancestry
      • Assets
      • Deposit Preauths
      • DEX Orders
      • Escrows
      • Issued tokens
      • Issued token balance
      • NFTs
      • Settings
      • Trustlines
      • Transactions
      • Xumm KYC status
    • Transaction
      • Transaction info
    • Ledger
      • Ledgers
      • Ledger info
      • Transactions
    • NFT
      • NFT info
    • AMM
      • AMM info
      • Pools
    • Object
      • Object info
    • Amendment
      • Amendments
      • Amendment info
    • Validator
      • Registry
      • Validator info
      • Report
    • Node
      • Nodes
      • Node info
    • Network
      • Fee
      • Server info
      • Server versions
    • Account Name
      • Well known accounts
    • Balance
      • Balances
    • Fact
      • Facts in namespace
      • Fact
    • Metrics
      • Metrics
    • Health
      • Ping
  • 📗Help
    • Integration guide
    • Validator
    • Contribute
    • Privacy policy
    • Contact us
  • 📙FAQs
    • How to report scams
Powered by GitBook
On this page
  • Request
  • Examples
  • Response
  1. API Documentation
  2. Amendment

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
  },
  ...
]
PreviousAmendmentNextAmendment info

Last updated 1 year ago

📘