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
  • Example
  • Response
  1. API Documentation
  2. Fact

Facts in namespace

This endpoint retrieves a list of known facts for a given namespace. List of supported namespaces is available below.

Namespace ID
Description

AMM

AMM facts

ObjectCount

XRP ledger object counts

XRP

XRP distribution facts

Request

GET /api/v1/fact/{NAMESPACE_ID}

Example

curl https://api.xrpscan.com/api/v1/fact/ObjectCount

Response

{
  "AccountRoot": "4720986",
  "DirectoryNode": "2473626",
  "Offer": "136748",
  "NFTokenPage": "84894",
  "RippleState": "6391527",
  "NFTokenOffer": "161814",
  "SignerList": "72683",
  "Ticket": "32063",
  "LedgerHashes": "1245",
  "Escrow": "10015",
  "PayChannel": "2407",
  "Check": "16",
  "DepositPreauth": "51",
  "NegativeUNL": "1",
  "FeeSettings": "1",
  "Amendments": "1"
}
PreviousFactNextFact

Last updated 10 months ago

📘