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

Amendment info

This endpoint retrieves a single amendment identified by its Amendment ID.

Request

GET /api/v1/amendment/{AMENDMENT_ID}

Examples

curl https://api.xrpscan.com/api/v1/amendment/B4E4F5D2D6FB84DF7399960A732309C9FD530EAE5941838160042833625A6076

Response

{
  "amendment_id": "B4E4F5D2D6FB84DF7399960A732309C9FD530EAE5941838160042833625A6076",
  "introduced": "1.7.3",
  "name": "NegativeUNL",
  "enabled": true,
  "majority": null,
  "supported": true,
  "count": 35,
  "threshold": 28,
  "validations": 36,
  "enabled_on": "2021-11-21T18:38:51.000Z",
  "tx_hash": "1500FADB73E7148191216C53040990E829C7110788B26E7F3246CB3660769EBA"
}
PreviousAmendmentsNextValidator

Last updated 1 year ago

📘