# GetNftContract

This endpoint retrieves NFT contract information by blockchain and contract address.

{% code overflow="wrap" %}

```cpp
void GetNftContract(EVyChain Chain, FString ContractAddress, const FVyQuery_GetNftContract& Query, const FVyOnGetNftContractComplete& OnComplete) const;
```

{% endcode %}

\
**Parameters**

| Chain           | [EVyChain](https://sdk.venly.io/sdk-reference/ue5-sdk-v3/object-references/shared/enum/evychain)                                 | The blockchain to filter by                                                             |
| --------------- | -------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------- |
| ContractAddress | FString                                                                                                                          | The contract address of the NFT                                                         |
| Query           | [FVyQuery\_GetNftContract](https://sdk.venly.io/sdk-reference/ue5-sdk-v3/object-references/wallet/query/fvyquery_getnftcontract) | Optional Query Parameters                                                               |
| OnComplete      | FVyOnGetNftContractComplete                                                                                                      | The callback function called when the user preferences retrieval operation is complete. |

\
**OnComplete Callback** (FVyOnGetNftContractComplete)\
Contains a [FVyNftContractDto](https://sdk.venly.io/sdk-reference/ue5-sdk-v3/object-references/wallet/fvynftcontractdto) response type
