qn_fetchNFTCollectionDetails (v2) RPC Method - Token and NFT API
Please note that this RPC method requires the Token and NFT API v2 bundle add-on enabled on your Quicknode endpoint. Additionally, for a contract to be fully indexed, it must be verified on Etherscan.
Parameters
array
array
Loading...
object
object
Loading...
contracts
string
Loading...
Returns
object
object
Loading...
name
Loading...
address
Loading...
description
Loading...
erc721
Loading...
erc1155
Loading...
genesisBlock
Loading...
genesisTransaction
Loading...
totalSupply
Loading...
circulatingSupply
Loading...
Request
1curl https://docs-demo.quiknode.pro/ \2-X POST \3-H "Content-Type: application/json" \4--data '{5"id":67,6"jsonrpc":"2.0",7"method":"qn_fetchNFTCollectionDetails",8"params": [{9"contracts": [10"0x60E4d786628Fea6478F785A6d7e704777c86a7c6",11"0x7Bd29408f11D2bFC23c34f18275bBf23bB716Bc7"12]13}]14}'15
1curl https://docs-demo.quiknode.pro/ \2-X POST \3-H "Content-Type: application/json" \4--data '{5"id":67,6"jsonrpc":"2.0",7"method":"qn_fetchNFTCollectionDetails",8"params": [{9"contracts": [10"0x60E4d786628Fea6478F785A6d7e704777c86a7c6",11"0x7Bd29408f11D2bFC23c34f18275bBf23bB716Bc7"12]13}]14}'15
Response
1{2"jsonrpc": "2.0",3"id": 67,4"result": [5{6"name": "Meebits",7"address": "0x7bd29408f11d2bfc23c34f18275bbf23bb716bc7",8"description": "Meebits",9"erc1155": false,10"erc721": true,11"totalSupply": 20000,12"circulatingSupply": 19948,13"genesisBlock": 12358080,14"genesisTransaction": "0xf2040b9b67193fe8c861a18cff864b9f35c1f69cc8734c724c388c449a1116c4"15},16{17"name": "MutantApeYachtClub",18"address": "0x60e4d786628fea6478f785a6d7e704777c86a7c6",19"description": "MutantApeYachtClub",20"erc1155": false,21"erc721": true,22"totalSupply": 19486,23"circulatingSupply": 19384,24"genesisBlock": 13117018,25"genesisTransaction": "0x025f185262da3c52bf9b87f09a1fea815a27fd8c32a363da72cac0c9cae27436"26}27]28}
1{2"jsonrpc": "2.0",3"id": 67,4"result": [5{6"name": "Meebits",7"address": "0x7bd29408f11d2bfc23c34f18275bbf23bb716bc7",8"description": "Meebits",9"erc1155": false,10"erc721": true,11"totalSupply": 20000,12"circulatingSupply": 19948,13"genesisBlock": 12358080,14"genesisTransaction": "0xf2040b9b67193fe8c861a18cff864b9f35c1f69cc8734c724c388c449a1116c4"15},16{17"name": "MutantApeYachtClub",18"address": "0x60e4d786628fea6478f785a6d7e704777c86a7c6",19"description": "MutantApeYachtClub",20"erc1155": false,21"erc721": true,22"totalSupply": 19486,23"circulatingSupply": 19384,24"genesisBlock": 13117018,25"genesisTransaction": "0x025f185262da3c52bf9b87f09a1fea815a27fd8c32a363da72cac0c9cae27436"26}27]28}
Don't have an account yet?
Create your Quicknode endpoint in seconds and start building
Get started for free