# Api Reference

## getNFTMetadata

{% openapi src="<https://3946753200-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F2ofbWCtvCf8VWwPLyyEW%2Fuploads%2FWgkESaN2qQRCpRBCVgiH%2Fchainupcloud.agg.yaml?alt=media&token=30166301-065e-4a4a-8040-6e4bbdf0e9c2>" path="/quote/stake" method="get" %}
[chainupcloud.agg.yaml](https://3946753200-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F2ofbWCtvCf8VWwPLyyEW%2Fuploads%2FWgkESaN2qQRCpRBCVgiH%2Fchainupcloud.agg.yaml?alt=media\&token=30166301-065e-4a4a-8040-6e4bbdf0e9c2)
{% endopenapi %}

{% openapi src="<https://3946753200-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F2ofbWCtvCf8VWwPLyyEW%2Fuploads%2FWgkESaN2qQRCpRBCVgiH%2Fchainupcloud.agg.yaml?alt=media&token=30166301-065e-4a4a-8040-6e4bbdf0e9c2>" path="/quote/unstake" method="get" %}
[chainupcloud.agg.yaml](https://3946753200-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F2ofbWCtvCf8VWwPLyyEW%2Fuploads%2FWgkESaN2qQRCpRBCVgiH%2Fchainupcloud.agg.yaml?alt=media\&token=30166301-065e-4a4a-8040-6e4bbdf0e9c2)
{% endopenapi %}

## Gets the metadata associated with a given NFT.

<mark style="color:blue;">`GET`</mark> `Gets the metadata associated with a given NFT.`

<br>

{% tabs %}
{% tab title="Shell" %}
{% hint style="info" %}
Base URL : xxx
{% endhint %}

{% code overflow="wrap" %}

```markup
curl --request GET \
     --url 'https://undefined.g.alchemy.com/nft/v2/docs-demo/getNFTMetadata?contractAddress=0xe785E82358879F061BC3dcAC6f0444462D4b5330&tokenId=44&refreshCache=false' \
     --header 'accept: application/json'
```

{% endcode %}
{% endtab %}

{% tab title="Javascript" %}

{% endtab %}

{% tab title="Python" %}

{% endtab %}
{% endtabs %}

\
\
\ <br>
