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
  • Response format
  1. API Documentation
  2. NFT

NFT info

This endpoint retrieves information about a given NFToken ID.

Request

GET /api/v1/nft/{NFTOKEN_ID}

Example

curl https://api.xrpscan.com/api/v1/nft/000B00004B50699E253C5098DEFE3A0872A79D129172F4965B974D9E00000004

Response

{
  "nft_id": "000B00004B50699E253C5098DEFE3A0872A79D129172F4965B974D9E00000004",
  "ledger_index": 77228176,
  "owner": "rf1NrYAsv92UPDd8nyCG4A3bez7dhYE61r",
  "is_burned": false,
  "flags": 11,
  "transfer_fee": 0,
  "issuer": "rf1NrYAsv92UPDd8nyCG4A3bez7dhYE61r",
  "nft_taxon": 1,
  "nft_serial": 4,
  "validated": true,
  "uri": "697066733A2F2F6261667962656965356A626736336A6164676979736337796B6B6A64737170777732746A6D786D7935377077716F6A697666356562366B6D6D79612F352E6A736F6E",
  "flags_parsed": [
    "tfBurnable",
    "tfOnlyXRP",
    "tfTransferable"
  ]
}

Response format

Additional properties may be available in the response based on Clio nft_info command.

PreviousNFTNextAMM

Last updated 1 year ago

📘
Logonft_info | XRPL.org