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.