Alchemy integration (Developer Tools, Data, Finance). Imported from open-connector.
https://eth-mainnet.g.alchemy.com/nft/v3/getNFTsForOwner
| Param | Type | Required | Description |
|---|---|---|---|
| owner | string | required | Owner address or ENS name accepted by Alchemy. |
| contractAddresses | array | optional | NFT contract addresses used to filter the response. |
| withMetadata | boolean | optional | Whether NFT metadata should be returned. |
| orderBy | string | optional | NFT ordering mode accepted by Alchemy. |
| tokenUriTimeoutInMs | integer | optional | Timeout in milliseconds for live token URI fetches when metadata is requested. |
| pageKey | string | optional | Pagination key returned by a previous NFTs-by-owner call. |
| pageSize | integer | optional | Maximum number of NFTs to return per page. |
/getNFTMetadata
| Param | Type | Required | Description |
|---|---|---|---|
| contractAddress | string | required | A 0x-prefixed 20-byte hex address. |
| tokenId | string | required | NFT token identifier in decimal or hex form. |
| tokenType | string | optional | NFT token type forwarded to Alchemy. |
| tokenUriTimeoutInMs | integer | optional | Timeout in milliseconds for live token URI fetches when metadata is requested. |