XRPLF / xrpl.js

A JavaScript/TypeScript API for interacting with the XRP Ledger in Node.js and the browser
https://xrpl.org/
1.19k stars 507 forks source link

'nft_info' method is unknown #2680

Closed chptlouis closed 1 month ago

chptlouis commented 2 months ago

I am currently developing a sort of NFT marketplace on XRPL for a school project.

Basically what I needed today was to retrieve all informations about an NFT thanks to its ID.

Found the NFTInfoRequest Interface in the docs, with the 'nft_info' method, I tried to use it but I get an error telling me that the method is unknown.

Tried other different commands in the same request to be sure my code wasn't the problem here.

image Capture d’écran du 2024-04-10 12-47-04

ckniffen commented 2 months ago

You are likely pointing at a rippled node. nft_info is only supported on clio nodes.

pdp2121 commented 1 month ago

I'm closing this one. Please feel free to reopen if the issue persist.