Fact

This endpoint retrieves a specific fact stored under a given namespace. List of supported namespaces is available.

Request

GET /api/v1/fact/{NAMESPACE_ID}/{FACT_ID}

Example

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

Response

{
  "value": "4720986"
}

Last updated