Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

'nft_info' method is unknown #2680

Closed
chptlouis opened this issue Apr 10, 2024 · 2 comments
Closed

'nft_info' method is unknown #2680

chptlouis opened this issue Apr 10, 2024 · 2 comments

Comments

@chptlouis
Copy link

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
Copy link
Collaborator

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

@pdp2121
Copy link
Collaborator

pdp2121 commented May 22, 2024

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

@pdp2121 pdp2121 closed this as completed May 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants