# Get NFT By URI

URL: <https://fwallet.net/fruits?requestType=getNftByUri>

Method: GET

Required fields:

* aliasURI: The URI of NFT. This is a long number greater than -9223372036854775808, less than 9223372036854775807. For example: "15654862454642". This URI is the link between metadata and NFT in the blockchain. Metadata is stored in a centralized server.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://api.fwallet.net/fruits-node-api-for-single-nft/get-nft-by-uri.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
