Transfers
Transfers
Get transfers by account & collection
GET
https://services.tokenview.io/nft/{lowercase-coin-abbr}/blockdata/assets/tokentrans/{wallet_address}/{collection_address}/{page}/{page_size}?apikey={apikey}
Parameters
the returned transaction list is in DESC order by time.
- {lowercase-coin-abbr}: such as eth,bsc
- {account}: account of address
- {collection_address}: the collection address you inquired
- {page}: page number
- {page_size}: amount of data returned on one page
- {apikey}: Get your activated apikey from the API system: https://services.tokenview.io
Be sure to convert uppercase letters in address hashes or transaction hashes to lowercase.
Request
curl --location https://services.tokenview.io/nft/eth/blockdata/assets/tokentrans/0x41895cf5ec3faf9cf22992aeaba4f62f743e5b18/0x88d6f1be76b5a86cff11f76051f191f00dda116a/1/10?apikey={apikey}
Response
{
"code": 1,
"msg": "成功",
"data": {
"page": 1,
"size": 10,
"total": 1,
"data": [
{
"blockNo": 15312973,
"collectionAddr": "0x88d6f1be76b5a86cff11f76051f191f00dda116a",
"collectionSymbol": "",
"time": 1660115516,
"txid": "0x185a649afe3785b36c7bb705c30eddb08a37a70e474add88c6d794fcd6ccf08e",
"tokenInfo": {
"h": "0x88d6f1be76b5a86cff11f76051f191f00dda116a",
"f": "",
"s": "",
"d": "0",
"c": "RC1155"
},
"from": "0x7e9788608c9d5aad9660ae362c6bdc11b15e6292",
"to": "0x41895cf5ec3faf9cf22992aeaba4f62f743e5b18",
"nftId": "8",
"contractType": "2",
"amount": "2"
}
]
}
}
Response Description
- blockNo: block number
- collectionAddr: collection address
- collectionSymbol: collection short name
- time: timestamp of this block number
- txid: transcation hash
- tokenInfo:
- h: collection address
- f: collection full name
- s: collectionSymbol
- d: tokenDecimals
- c: contract type (RC721/RC1155)
- from: from address of transfer
- to: to address of transfer
- nftId: nft id
- contractType: contract type(1:RC721; 2:RC1155)
- amount: number of nfts transferred (this field is returned when the query collection is of type RC1155)
Get transfers by account & collection & nftid
GET
https://services.tokenview.io/nft/{lowercase-coin-abbr}/blockdata/assets/tokentrans/{account}/{collection_address}/{nft_id}/{page}/{page_size}?apikey={apikey}
Parameters
the returned transaction list is in DESC order by time.
- {lowercase-coin-abbr}: such as eth,bsc
- {account}: account of address
- {collection_address}: the collection address you inquired
- {nft_id}: query nftId
- {page}: page number
- {page_size}: amount of data returned on one page
- {apikey}: Get your activated apikey from the API system: https://services.tokenview.io
Be sure to convert uppercase letters in address hashes or transaction hashes to lowercase.
Request
curl --location https://services.tokenview.io/nft/eth/blockdata/assets/tokentrans/0xab235c580f64a12da93886d478bc9c938abecfec/0x6be69b2a9b153737887cfcdca7781ed1511c7e36/6073/1/10?apikey={apikey}
Response
{
"code": 1,
"msg": "成功",
"data": {
"page": 1,
"size": 10,
"total": 1,
"data": [
{
"blockNo": 15126091,
"collectionAddr": "0x6be69b2a9b153737887cfcdca7781ed1511c7e36",
"collectionSymbol": "KGF",
"time": 1657605164,
"txid": "0x46a9193be0057cd2dfa1b2d17f042f7defa1b64eb26527399d35e5a5f7a8aa99",
"tokenInfo": {
"h": "0x6be69b2a9b153737887cfcdca7781ed1511c7e36",
"f": "Killer GF",
"s": "KGF",
"d": "0",
"c": "RC721"
},
"from": "0x2098e959ef98d415bb0407b4b48234e407da5e76",
"to": "0xab235c580f64a12da93886d478bc9c938abecfec",
"nftId": "6073",
"contractType": "1"
}
]
}
}
Response Description
- blockNo: block number
- collectionAddr: collection address
- collectionSymbol: collection short name
- time: timestamp of this block number
- txid: transcation hash
- tokenInfo:
- h: collection address
- f: collection full name
- s: collectionSymbol
- d: tokenDecimals
- c: contract type (RC721/RC1155)
- from: from address of transfer
- to: to address of transfer
- nftId: nft id
- contractType: contract type(1:RC721; 2:RC1155)
- amount: number of nfts transferred (this field is returned when the query collection is of type RC1155)
Get latest 1000 NFT transfers by account
GET
https://services.tokenview.io/nft/{lowercase-coin-abbr}/blockdata/assets/tokentrans/all/{account}/{type}/{page}/{page_size}?apikey={apikey}
Parameters
the returned transaction list is in DESC order by time.
- {lowercase-coin-abbr}: such as eth,bsc
- {account}: account address
- {type}: all/721/1155
- {page}: page number
- {page_size}: amount of data returned on one page
- {apikey}: Get your activated apikey from the API system: https://services.tokenview.io
Be sure to convert uppercase letters in address hashes or transaction hashes to lowercase.
Request
curl --location https://services.tokenview.io/nft/eth/blockdata/assets/tokentrans/all/0xab235c580f64a12da93886d478bc9c938abecfec/all/1/10?apikey={apikey}
Response
{
"code": 1,
"msg": "成功",
"data": [
{
"blockNo": 15236079,
"collectionAddr": "0xce6e3a14b5f8ce2b05af0f117dc922769779aa3b",
"collectionSymbol": "MEGAMI",
"time": 1659080495,
"txid": "0x83ba580d09a7597c7fe2e603e870ea919197fed3ec38695f5d700253c5c0ac77",
"tokenInfo": {
"h": "0xce6e3a14b5f8ce2b05af0f117dc922769779aa3b",
"f": "MEGAMI",
"s": "MEGAMI",
"d": "0",
"c": "RC721"
},
"from": "0xab235c580f64a12da93886d478bc9c938abecfec",
"to": "0x2c893b54e24188764ab71bbb72baca8990dea2e4",
"nftId": "9269",
"contractType": "1"
},
{
"blockNo": 15165986,
"collectionAddr": "0xce6e3a14b5f8ce2b05af0f117dc922769779aa3b",
"collectionSymbol": "MEGAMI",
"time": 1658138842,
"txid": "0x6a92f71b82e9b5fb20a881f73f10c9e3e342c2a50f50ef9f24fc45a3ac5a010f",
"tokenInfo": {
"h": "0xce6e3a14b5f8ce2b05af0f117dc922769779aa3b",
"f": "MEGAMI",
"s": "MEGAMI",
"d": "0",
"c": "RC721"
},
"from": "0xe197535eefae6fc554e0bdf2cd96625694f63449",
"to": "0xab235c580f64a12da93886d478bc9c938abecfec",
"nftId": "9269",
"contractType": "1"
},
{
"blockNo": 15126091,
"collectionAddr": "0x6be69b2a9b153737887cfcdca7781ed1511c7e36",
"collectionSymbol": "KGF",
"time": 1657605164,
"txid": "0x46a9193be0057cd2dfa1b2d17f042f7defa1b64eb26527399d35e5a5f7a8aa99",
"tokenInfo": {
"h": "0x6be69b2a9b153737887cfcdca7781ed1511c7e36",
"f": "Killer GF",
"s": "KGF",
"d": "0",
"c": "RC721"
},
"from": "0x2098e959ef98d415bb0407b4b48234e407da5e76",
"to": "0xab235c580f64a12da93886d478bc9c938abecfec",
"nftId": "6073",
"contractType": "1"
},
{
"blockNo": 14854638,
"collectionAddr": "0x932261f9fc8da46c4a22e31b45c4de60623848bf",
"collectionSymbol": "DNA",
"time": 1653661297,
"txid": "0xf771775ab167458b0d44fd48d6463c7b39dab5292209f547c7890b9595aa7b22",
"tokenInfo": {
"h": "0x932261f9fc8da46c4a22e31b45c4de60623848bf",
"f": "Zerion DNA 1.0",
"s": "DNA",
"d": "0",
"c": "RC721"
},
"from": "0x0000000000000000000000000000000000000000",
"to": "0xab235c580f64a12da93886d478bc9c938abecfec",
"nftId": "17962",
"contractType": "1"
},
{
"blockNo": 14853837,
"collectionAddr": "0xab17cd6c1138336d7fae7d4dcd0aee2176a8e4bd",
"collectionSymbol": "PGG",
"time": 1653649967,
"txid": "0x0b9337f61893b4a871098cd83302687675f4ef25573b5633d5a4fba4fe6f0b8f",
"tokenInfo": {
"h": "0xab17cd6c1138336d7fae7d4dcd0aee2176a8e4bd",
"f": "PixelatedGanjaGators",
"s": "PGG",
"d": "0",
"c": "RC721"
},
"from": "0x0000000000000000000000000000000000000000",
"to": "0xab235c580f64a12da93886d478bc9c938abecfec",
"nftId": "2981",
"contractType": "1"
},
{
"blockNo": 14853837,
"collectionAddr": "0xab17cd6c1138336d7fae7d4dcd0aee2176a8e4bd",
"collectionSymbol": "PGG",
"time": 1653649967,
"txid": "0x0b9337f61893b4a871098cd83302687675f4ef25573b5633d5a4fba4fe6f0b8f",
"tokenInfo": {
"h": "0xab17cd6c1138336d7fae7d4dcd0aee2176a8e4bd",
"f": "PixelatedGanjaGators",
"s": "PGG",
"d": "0",
"c": "RC721"
},
"from": "0x0000000000000000000000000000000000000000",
"to": "0xab235c580f64a12da93886d478bc9c938abecfec",
"nftId": "2980",
"contractType": "1"
},
{
"blockNo": 14853837,
"collectionAddr": "0xab17cd6c1138336d7fae7d4dcd0aee2176a8e4bd",
"collectionSymbol": "PGG",
"time": 1653649967,
"txid": "0x0b9337f61893b4a871098cd83302687675f4ef25573b5633d5a4fba4fe6f0b8f",
"tokenInfo": {
"h": "0xab17cd6c1138336d7fae7d4dcd0aee2176a8e4bd",
"f": "PixelatedGanjaGators",
"s": "PGG",
"d": "0",
"c": "RC721"
},
"from": "0x0000000000000000000000000000000000000000",
"to": "0xab235c580f64a12da93886d478bc9c938abecfec",
"nftId": "2979",
"contractType": "1"
},
{
"blockNo": 14853837,
"collectionAddr": "0xab17cd6c1138336d7fae7d4dcd0aee2176a8e4bd",
"collectionSymbol": "PGG",
"time": 1653649967,
"txid": "0x0b9337f61893b4a871098cd83302687675f4ef25573b5633d5a4fba4fe6f0b8f",
"tokenInfo": {
"h": "0xab17cd6c1138336d7fae7d4dcd0aee2176a8e4bd",
"f": "PixelatedGanjaGators",
"s": "PGG",
"d": "0",
"c": "RC721"
},
"from": "0x0000000000000000000000000000000000000000",
"to": "0xab235c580f64a12da93886d478bc9c938abecfec",
"nftId": "2978",
"contractType": "1"
},
{
"blockNo": 14853837,
"collectionAddr": "0xab17cd6c1138336d7fae7d4dcd0aee2176a8e4bd",
"collectionSymbol": "PGG",
"time": 1653649967,
"txid": "0x0b9337f61893b4a871098cd83302687675f4ef25573b5633d5a4fba4fe6f0b8f",
"tokenInfo": {
"h": "0xab17cd6c1138336d7fae7d4dcd0aee2176a8e4bd",
"f": "PixelatedGanjaGators",
"s": "PGG",
"d": "0",
"c": "RC721"
},
"from": "0x0000000000000000000000000000000000000000",
"to": "0xab235c580f64a12da93886d478bc9c938abecfec",
"nftId": "2977",
"contractType": "1"
},
{
"blockNo": 14828253,
"collectionAddr": "0x80105a874f82c09e1959db6d6cf919ac9e6ba1e5",
"collectionSymbol": "CA22",
"time": 1653290759,
"txid": "0x6b603912ce70274fadcc983f7d0eb5ed6f84fcdeecedd995f9eb3d4711c2e6b2",
"tokenInfo": {
"h": "0x80105a874f82c09e1959db6d6cf919ac9e6ba1e5",
"f": "Cthulhu Armageddon 2022",
"s": "CA22",
"d": "0",
"c": "RC721"
},
"from": "0x7ea3a7cce0f29729ce910f0ecb7068e212d4f709",
"to": "0xab235c580f64a12da93886d478bc9c938abecfec",
"nftId": "1012",
"contractType": "1"
}
]
}
Response Description
- blockNo: block number
- collectionAddr: collection address
- collectionSymbol: collection short name
- time: timestamp of this block number
- txid: transcation hash
- tokenInfo:
- h: collection address
- f: collection full name
- s: collectionSymbol
- d: tokenDecimals
- c: contract type (RC721/RC1155)
- from: from address of transfer
- to: to address of transfer
- nftId: nft id
- contractType: contract type(1:RC721; 2:RC1155)
- amount: number of nfts transferred (this field is returned when the query collection is of type RC1155)
Get latest 20 NFT-721 transfers by account
GET
https://services.tokenview.io/nft/{lowercase-coin-abbr}/blockdata/assets/tokentrans/rc721/{account}?apikey={apikey}
Parameters
the returned transaction list is in DESC order by time.
- {chain_abbreviation_lowercase}: such as eth,bsc
- {account}: account of address
- {apikey}: Get your activated apikey from the API system: https://services.tokenview.io
Be sure to convert uppercase letters in address hashes or transaction hashes to lowercase.
This interface only supports querying the last 20 nft transactions of type 721 of the participating wallet addresses
Request
curl --location https://services.tokenview.io/nft/eth/blockdata/assets/tokentrans/rc721/0xab235c580f64a12da93886d478bc9c938abecfec?apikey={apikey}
Response
{
"code": 1,
"msg": "成功",
"data": [
{
"blockNo": 15236079,
"collectionAddr": "0xce6e3a14b5f8ce2b05af0f117dc922769779aa3b",
"collectionSymbol": "MEGAMI",
"time": 1659080495,
"txid": "0x83ba580d09a7597c7fe2e603e870ea919197fed3ec38695f5d700253c5c0ac77",
"tokenInfo": {
"h": "0xce6e3a14b5f8ce2b05af0f117dc922769779aa3b",
"f": "MEGAMI",
"s": "MEGAMI",
"d": "0",
"c": "RC721"
},
"from": "0xab235c580f64a12da93886d478bc9c938abecfec",
"to": "0x2c893b54e24188764ab71bbb72baca8990dea2e4",
"nftId": "9269",
"contractType": "1"
},
{
"blockNo": 15165986,
"collectionAddr": "0xce6e3a14b5f8ce2b05af0f117dc922769779aa3b",
"collectionSymbol": "MEGAMI",
"time": 1658138842,
"txid": "0x6a92f71b82e9b5fb20a881f73f10c9e3e342c2a50f50ef9f24fc45a3ac5a010f",
"tokenInfo": {
"h": "0xce6e3a14b5f8ce2b05af0f117dc922769779aa3b",
"f": "MEGAMI",
"s": "MEGAMI",
"d": "0",
"c": "RC721"
},
"from": "0xe197535eefae6fc554e0bdf2cd96625694f63449",
"to": "0xab235c580f64a12da93886d478bc9c938abecfec",
"nftId": "9269",
"contractType": "1"
},
{
"blockNo": 15126091,
"collectionAddr": "0x6be69b2a9b153737887cfcdca7781ed1511c7e36",
"collectionSymbol": "KGF",
"time": 1657605164,
"txid": "0x46a9193be0057cd2dfa1b2d17f042f7defa1b64eb26527399d35e5a5f7a8aa99",
"tokenInfo": {
"h": "0x6be69b2a9b153737887cfcdca7781ed1511c7e36",
"f": "Killer GF",
"s": "KGF",
"d": "0",
"c": "RC721"
},
"from": "0x2098e959ef98d415bb0407b4b48234e407da5e76",
"to": "0xab235c580f64a12da93886d478bc9c938abecfec",
"nftId": "6073",
"contractType": "1"
},
{
"blockNo": 14854638,
"collectionAddr": "0x932261f9fc8da46c4a22e31b45c4de60623848bf",
"collectionSymbol": "DNA",
"time": 1653661297,
"txid": "0xf771775ab167458b0d44fd48d6463c7b39dab5292209f547c7890b9595aa7b22",
"tokenInfo": {
"h": "0x932261f9fc8da46c4a22e31b45c4de60623848bf",
"f": "Zerion DNA 1.0",
"s": "DNA",
"d": "0",
"c": "RC721"
},
"from": "0x0000000000000000000000000000000000000000",
"to": "0xab235c580f64a12da93886d478bc9c938abecfec",
"nftId": "17962",
"contractType": "1"
},
{
"blockNo": 14853837,
"collectionAddr": "0xab17cd6c1138336d7fae7d4dcd0aee2176a8e4bd",
"collectionSymbol": "PGG",
"time": 1653649967,
"txid": "0x0b9337f61893b4a871098cd83302687675f4ef25573b5633d5a4fba4fe6f0b8f",
"tokenInfo": {
"h": "0xab17cd6c1138336d7fae7d4dcd0aee2176a8e4bd",
"f": "PixelatedGanjaGators",
"s": "PGG",
"d": "0",
"c": "RC721"
},
"from": "0x0000000000000000000000000000000000000000",
"to": "0xab235c580f64a12da93886d478bc9c938abecfec",
"nftId": "2981",
"contractType": "1"
},
{
"blockNo": 14853837,
"collectionAddr": "0xab17cd6c1138336d7fae7d4dcd0aee2176a8e4bd",
"collectionSymbol": "PGG",
"time": 1653649967,
"txid": "0x0b9337f61893b4a871098cd83302687675f4ef25573b5633d5a4fba4fe6f0b8f",
"tokenInfo": {
"h": "0xab17cd6c1138336d7fae7d4dcd0aee2176a8e4bd",
"f": "PixelatedGanjaGators",
"s": "PGG",
"d": "0",
"c": "RC721"
},
"from": "0x0000000000000000000000000000000000000000",
"to": "0xab235c580f64a12da93886d478bc9c938abecfec",
"nftId": "2980",
"contractType": "1"
},
{
"blockNo": 14853837,
"collectionAddr": "0xab17cd6c1138336d7fae7d4dcd0aee2176a8e4bd",
"collectionSymbol": "PGG",
"time": 1653649967,
"txid": "0x0b9337f61893b4a871098cd83302687675f4ef25573b5633d5a4fba4fe6f0b8f",
"tokenInfo": {
"h": "0xab17cd6c1138336d7fae7d4dcd0aee2176a8e4bd",
"f": "PixelatedGanjaGators",
"s": "PGG",
"d": "0",
"c": "RC721"
},
"from": "0x0000000000000000000000000000000000000000",
"to": "0xab235c580f64a12da93886d478bc9c938abecfec",
"nftId": "2979",
"contractType": "1"
},
{
"blockNo": 14853837,
"collectionAddr": "0xab17cd6c1138336d7fae7d4dcd0aee2176a8e4bd",
"collectionSymbol": "PGG",
"time": 1653649967,
"txid": "0x0b9337f61893b4a871098cd83302687675f4ef25573b5633d5a4fba4fe6f0b8f",
"tokenInfo": {
"h": "0xab17cd6c1138336d7fae7d4dcd0aee2176a8e4bd",
"f": "PixelatedGanjaGators",
"s": "PGG",
"d": "0",
"c": "RC721"
},
"from": "0x0000000000000000000000000000000000000000",
"to": "0xab235c580f64a12da93886d478bc9c938abecfec",
"nftId": "2978",
"contractType": "1"
},
{
"blockNo": 14853837,
"collectionAddr": "0xab17cd6c1138336d7fae7d4dcd0aee2176a8e4bd",
"collectionSymbol": "PGG",
"time": 1653649967,
"txid": "0x0b9337f61893b4a871098cd83302687675f4ef25573b5633d5a4fba4fe6f0b8f",
"tokenInfo": {
"h": "0xab17cd6c1138336d7fae7d4dcd0aee2176a8e4bd",
"f": "PixelatedGanjaGators",
"s": "PGG",
"d": "0",
"c": "RC721"
},
"from": "0x0000000000000000000000000000000000000000",
"to": "0xab235c580f64a12da93886d478bc9c938abecfec",
"nftId": "2977",
"contractType": "1"
},
{
"blockNo": 14828253,
"collectionAddr": "0x80105a874f82c09e1959db6d6cf919ac9e6ba1e5",
"collectionSymbol": "CA22",
"time": 1653290759,
"txid": "0x6b603912ce70274fadcc983f7d0eb5ed6f84fcdeecedd995f9eb3d4711c2e6b2",
"tokenInfo": {
"h": "0x80105a874f82c09e1959db6d6cf919ac9e6ba1e5",
"f": "Cthulhu Armageddon 2022",
"s": "CA22",
"d": "0",
"c": "RC721"
},
"from": "0x7ea3a7cce0f29729ce910f0ecb7068e212d4f709",
"to": "0xab235c580f64a12da93886d478bc9c938abecfec",
"nftId": "1012",
"contractType": "1"
},
{
"blockNo": 14796402,
"collectionAddr": "0x80105a874f82c09e1959db6d6cf919ac9e6ba1e5",
"collectionSymbol": "CA22",
"time": 1652843428,
"txid": "0x960fe198191b85b2c8f4af8ee76a3acb2ec3d410d127670b52380f7fe5c90ed0",
"tokenInfo": {
"h": "0x80105a874f82c09e1959db6d6cf919ac9e6ba1e5",
"f": "Cthulhu Armageddon 2022",
"s": "CA22",
"d": "0",
"c": "RC721"
},
"from": "0x0000000000000000000000000000000000000000",
"to": "0xab235c580f64a12da93886d478bc9c938abecfec",
"nftId": "1009",
"contractType": "1"
},
{
"blockNo": 14790045,
"collectionAddr": "0x80105a874f82c09e1959db6d6cf919ac9e6ba1e5",
"collectionSymbol": "CA22",
"time": 1652756591,
"txid": "0x29e5fc3bd1f7146be18efb77d455f36b0e2fd70d189f3de67fb667fa10e7da02",
"tokenInfo": {
"h": "0x80105a874f82c09e1959db6d6cf919ac9e6ba1e5",
"f": "Cthulhu Armageddon 2022",
"s": "CA22",
"d": "0",
"c": "RC721"
},
"from": "0x0000000000000000000000000000000000000000",
"to": "0xab235c580f64a12da93886d478bc9c938abecfec",
"nftId": "143",
"contractType": "1"
},
{
"blockNo": 14790045,
"collectionAddr": "0x80105a874f82c09e1959db6d6cf919ac9e6ba1e5",
"collectionSymbol": "CA22",
"time": 1652756591,
"txid": "0x29e5fc3bd1f7146be18efb77d455f36b0e2fd70d189f3de67fb667fa10e7da02",
"tokenInfo": {
"h": "0x80105a874f82c09e1959db6d6cf919ac9e6ba1e5",
"f": "Cthulhu Armageddon 2022",
"s": "CA22",
"d": "0",
"c": "RC721"
},
"from": "0x0000000000000000000000000000000000000000",
"to": "0xab235c580f64a12da93886d478bc9c938abecfec",
"nftId": "142",
"contractType": "1"
},
{
"blockNo": 14705361,
"collectionAddr": "0xa6ecae58787f5e9e81398fdd279c2bee7879f347",
"collectionSymbol": "PK",
"time": 1651590877,
"txid": "0x6aa074c6c8f43b627a393537570f0e74bf82bc1928e2d4e64b13572c8f043ceb",
"tokenInfo": {
"h": "0xa6ecae58787f5e9e81398fdd279c2bee7879f347",
"f": "PixelKodas",
"s": "PK",
"d": "0",
"c": "RC721"
},
"from": "0xf343dda2dafec2b14d6625b860d2f75893c6cbb2",
"to": "0xab235c580f64a12da93886d478bc9c938abecfec",
"nftId": "2412",
"contractType": "1"
},
{
"blockNo": 14699131,
"collectionAddr": "0xc8ce0b61b5abca1c76751a7033b232f0a043f92c",
"collectionSymbol": "BG",
"time": 1651505433,
"txid": "0xf043a0852e2b472fcdaf75225b9fdc7324adafe7d123851d888915132866263b",
"tokenInfo": {
"h": "0xc8ce0b61b5abca1c76751a7033b232f0a043f92c",
"f": "Bad Girl",
"s": "BG",
"d": "0",
"c": "RC721"
},
"from": "0x0000000000000000000000000000000000000000",
"to": "0xab235c580f64a12da93886d478bc9c938abecfec",
"nftId": "510",
"contractType": "1"
}
]
}
Response Description
- blockNo: block number
- collectionAddr: collection address
- collectionSymbol: collection short name
- time: timestamp of this block number
- txid: transcation hash
- tokenInfo:
- h: collection address
- f: collection full name
- s: collectionSymbol
- d: tokenDecimals
- c: contract type (RC721/RC1155)
- from: from address of transfer
- to: to address of transfer
- nftId: nft id
- contractType: contract type(1:RC721; 2:RC1155)
Get latest 20 NFT-1155 transfers by account
GET
https://services.tokenview.io/nft/{lowercase-coin-abbr}/blockdata/assets/tokentrans/rc1155/{account}?apikey={apikey}
Parameters
the returned transaction list is in DESC order by time.
- {lowercase-coin-abbr}: such as eth,bsc
- {account}: account of address
- {apikey}: Get your activated apikey from the API system: https://services.tokenview.io
Be sure to convert uppercase letters in address hashes or transaction hashes to lowercase.
This interface only supports querying the last 20 nft transactions of type 1155 of the participating wallet addresses
Request
curl --location https://services.tokenview.io/nft/eth/blockdata/assets/tokentrans/rc1155/0x88b3697de6a56d80309dd04110da43b9ab3dfaf9?apikey={apikey}
Response
{
"code": 1,
"msg": "成功",
"data": [
{
"blockNo": 15313129,
"collectionAddr": "0x76be3b62873462d2142405439777e971754e8e77",
"collectionSymbol": "LL",
"time": 1660117834,
"txid": "0x42648139607a0009bafa6e86807815cafa98b3e5913e4ccad687de1d64e4f211",
"tokenInfo": {
"h": "0x76be3b62873462d2142405439777e971754e8e77",
"f": "parallel",
"s": "LL",
"d": "0",
"c": "RC1155"
},
"from": "0xa4f9387aa2e0938749e300d0f12705a5e51a2086",
"to": "0x88b3697de6a56d80309dd04110da43b9ab3dfaf9",
"nftId": "10320",
"contractType": "2",
"amount": "1"
},
{
"blockNo": 15312056,
"collectionAddr": "0x76be3b62873462d2142405439777e971754e8e77",
"collectionSymbol": "LL",
"time": 1660102896,
"txid": "0xa709026be1972f708b5f7b78db668bb9f229bea1485fa8d8263948994e421ffe",
"tokenInfo": {
"h": "0x76be3b62873462d2142405439777e971754e8e77",
"f": "parallel",
"s": "LL",
"d": "0",
"c": "RC1155"
},
"from": "0xbb19e2e744aa2424f4b142704204ae220e09b514",
"to": "0x88b3697de6a56d80309dd04110da43b9ab3dfaf9",
"nftId": "10181",
"contractType": "2",
"amount": "1"
},
{
"blockNo": 15307973,
"collectionAddr": "0xc36cf0cfcb5d905b8b513860db0cfe63f6cf9f5c",
"collectionSymbol": "",
"time": 1660047896,
"txid": "0x1e251403d4db8fec00f665ffd77f7fb3c1b79bb8c2fb8a85c6b0c3bf54a5f0cb",
"tokenInfo": {
"h": "0xc36cf0cfcb5d905b8b513860db0cfe63f6cf9f5c",
"f": "",
"s": "",
"d": "0",
"c": "RC1155"
},
"from": "0x88b3697de6a56d80309dd04110da43b9ab3dfaf9",
"to": "0xc180e284c890cfe68655878d4779d50105d1c96a",
"nftId": "111612616350067816015986871237619973357568",
"contractType": "2",
"amount": "1"
},
{
"blockNo": 15306807,
"collectionAddr": "0xc36cf0cfcb5d905b8b513860db0cfe63f6cf9f5c",
"collectionSymbol": "",
"time": 1660032083,
"txid": "0x838cb6a77a0d722911ebc20d0ab893f477c69e7df5c5a986ae4e6ec96be8cfcb",
"tokenInfo": {
"h": "0xc36cf0cfcb5d905b8b513860db0cfe63f6cf9f5c",
"f": "",
"s": "",
"d": "0",
"c": "RC1155"
},
"from": "0xe845565a2e648b036927d1c9d0f403172a44e620",
"to": "0x88b3697de6a56d80309dd04110da43b9ab3dfaf9",
"nftId": "435901712025722171696582872120095078875136",
"contractType": "2",
"amount": "1"
},
{
"blockNo": 15301775,
"collectionAddr": "0xc36cf0cfcb5d905b8b513860db0cfe63f6cf9f5c",
"collectionSymbol": "",
"time": 1659964577,
"txid": "0x44f89403879cc835125cccd1acece9be034ab5c509e8a324a22ad2b25384263d",
"tokenInfo": {
"h": "0xc36cf0cfcb5d905b8b513860db0cfe63f6cf9f5c",
"f": "",
"s": "",
"d": "0",
"c": "RC1155"
},
"from": "0xf64edb06673eb5be70953bd1ab473b5143b08302",
"to": "0x88b3697de6a56d80309dd04110da43b9ab3dfaf9",
"nftId": "145981135409082600825787706588228562714624",
"contractType": "2",
"amount": "1"
},
{
"blockNo": 15300685,
"collectionAddr": "0x74ee68a33f6c9f113e22b3b77418b75f85d07d22",
"collectionSymbol": "ZGC",
"time": 1659950059,
"txid": "0xd267d4e91a8e57e36a838df53f915e56d144418e8fe26783747bb998c3f83c85",
"tokenInfo": {
"h": "0x74ee68a33f6c9f113e22b3b77418b75f85d07d22",
"f": "Zerion Genesis Collection",
"s": "ZGC",
"d": "0",
"c": "RC1155"
},
"from": "0x88b3697de6a56d80309dd04110da43b9ab3dfaf9",
"to": "0x49361d2b850bba65e1b463826b851d1bf406afed",
"nftId": "7",
"contractType": "2",
"amount": "1"
},
{
"blockNo": 15297737,
"collectionAddr": "0xc36cf0cfcb5d905b8b513860db0cfe63f6cf9f5c",
"collectionSymbol": "",
"time": 1659909401,
"txid": "0xaf7e9f640de5160cac5214f385e463eb8b3ab563dea347576a60ab9cd836a94c",
"tokenInfo": {
"h": "0xc36cf0cfcb5d905b8b513860db0cfe63f6cf9f5c",
"f": "",
"s": "",
"d": "0",
"c": "RC1155"
},
"from": "0x6794018c03bf87f547a747b5caf6377f48d43641",
"to": "0x88b3697de6a56d80309dd04110da43b9ab3dfaf9",
"nftId": "281413517443616109284210800346072310874112",
"contractType": "2",
"amount": "1"
},
{
"blockNo": 15297721,
"collectionAddr": "0xc36cf0cfcb5d905b8b513860db0cfe63f6cf9f5c",
"collectionSymbol": "",
"time": 1659909271,
"txid": "0x0239fa0b29f63159f56386f9fca3ceb789a08c692bb1cd5059cd0563855d1682",
"tokenInfo": {
"h": "0xc36cf0cfcb5d905b8b513860db0cfe63f6cf9f5c",
"f": "",
"s": "",
"d": "0",
"c": "RC1155"
},
"from": "0x4fc36d663e4a06557f4f2465cc10f2b76e8755d6",
"to": "0x88b3697de6a56d80309dd04110da43b9ab3dfaf9",
"nftId": "153467347481343247021981947951727463366656",
"contractType": "2",
"amount": "1"
},
{
"blockNo": 15297312,
"collectionAddr": "0x76be3b62873462d2142405439777e971754e8e77",
"collectionSymbol": "LL",
"time": 1659903559,
"txid": "0xf1545404f430bc004e12be796b5be0256de8389adee0e85cefd2174e2d680b5f",
"tokenInfo": {
"h": "0x76be3b62873462d2142405439777e971754e8e77",
"f": "parallel",
"s": "LL",
"d": "0",
"c": "RC1155"
},
"from": "0x4c9d4a1310639da40bd47b68553ed6eb366db22c",
"to": "0x88b3697de6a56d80309dd04110da43b9ab3dfaf9",
"nftId": "10268",
"contractType": "2",
"amount": "1"
},
{
"blockNo": 15292794,
"collectionAddr": "0xc36cf0cfcb5d905b8b513860db0cfe63f6cf9f5c",
"collectionSymbol": "",
"time": 1659843585,
"txid": "0x557a6e47f2a109abd8a058325c31bed3c31fd8b399e4107d9f77e7c22ab230e6",
"tokenInfo": {
"h": "0xc36cf0cfcb5d905b8b513860db0cfe63f6cf9f5c",
"f": "",
"s": "",
"d": "0",
"c": "RC1155"
},
"from": "0x7fc5205e6de02e524bf154cc9406613262fc7c5b",
"to": "0x88b3697de6a56d80309dd04110da43b9ab3dfaf9",
"nftId": "224586362167819385885827240904967019560960",
"contractType": "2",
"amount": "1"
},
{
"blockNo": 15290393,
"collectionAddr": "0x236672ed575e1e479b8e101aeeb920f32361f6f9",
"collectionSymbol": "FRONTIER",
"time": 1659811334,
"txid": "0x940069bce6f93c39d838f553fa88d5e0f9685095de7ce930b3a2adf01ab1122a",
"tokenInfo": {
"h": "0x236672ed575e1e479b8e101aeeb920f32361f6f9",
"f": "Frontier",
"s": "FRONTIER",
"d": "0",
"c": "RC1155"
},
"from": "0x3d0d4c92ba5ee36f3a244ee11e679b8b62dff3ae",
"to": "0x88b3697de6a56d80309dd04110da43b9ab3dfaf9",
"nftId": "58",
"contractType": "2",
"amount": "1"
},
{
"blockNo": 15287986,
"collectionAddr": "0xc36cf0cfcb5d905b8b513860db0cfe63f6cf9f5c",
"collectionSymbol": "",
"time": 1659779220,
"txid": "0xc1235a12792e90ed58543c63d7667aa9385054b866dbf99ff32dfb632264c2d7",
"tokenInfo": {
"h": "0xc36cf0cfcb5d905b8b513860db0cfe63f6cf9f5c",
"f": "",
"s": "",
"d": "0",
"c": "RC1155"
},
"from": "0x76d504c594b3cf1559fa6eb51771766714d392f4",
"to": "0x88b3697de6a56d80309dd04110da43b9ab3dfaf9",
"nftId": "230371162405475339764704609231307079155712",
"contractType": "2",
"amount": "1"
},
{
"blockNo": 15286579,
"collectionAddr": "0x236672ed575e1e479b8e101aeeb920f32361f6f9",
"collectionSymbol": "FRONTIER",
"time": 1659759783,
"txid": "0x7fbf13648fa6238f7bad88513bd883a6b7b2c8aec2f5cf922e0c27a26279f11b",
"tokenInfo": {
"h": "0x236672ed575e1e479b8e101aeeb920f32361f6f9",
"f": "Frontier",
"s": "FRONTIER",
"d": "0",
"c": "RC1155"
},
"from": "0xb6eed98a7917953093992592d5a606e8d5c82bd5",
"to": "0x88b3697de6a56d80309dd04110da43b9ab3dfaf9",
"nftId": "28",
"contractType": "2",
"amount": "1"
},
{
"blockNo": 15282181,
"collectionAddr": "0x76be3b62873462d2142405439777e971754e8e77",
"collectionSymbol": "LL",
"time": 1659700881,
"txid": "0xd0131b5b717217f9ac855a250f266a6d90c27c060942179ed0d2589151e7795a",
"tokenInfo": {
"h": "0x76be3b62873462d2142405439777e971754e8e77",
"f": "parallel",
"s": "LL",
"d": "0",
"c": "RC1155"
},
"from": "0x88b3697de6a56d80309dd04110da43b9ab3dfaf9",
"to": "0x51f1d95cc6651537b7c497f4d146e4e9aa92565b",
"nftId": "20",
"contractType": "2",
"amount": "1"
},
{
"blockNo": 15281169,
"collectionAddr": "0x74ee68a33f6c9f113e22b3b77418b75f85d07d22",
"collectionSymbol": "ZGC",
"time": 1659687392,
"txid": "0xe005b527f5b381f396f08a7163251eafdd4a9c072ec6f8fbc70cad5527bebd2f",
"tokenInfo": {
"h": "0x74ee68a33f6c9f113e22b3b77418b75f85d07d22",
"f": "Zerion Genesis Collection",
"s": "ZGC",
"d": "0",
"c": "RC1155"
},
"from": "0xa4ea03f15fb394ac6bd1a2e396674be02e3397d0",
"to": "0x88b3697de6a56d80309dd04110da43b9ab3dfaf9",
"nftId": "7",
"contractType": "2",
"amount": "1"
},
{
"blockNo": 15279895,
"collectionAddr": "0x76be3b62873462d2142405439777e971754e8e77",
"collectionSymbol": "LL",
"time": 1659670055,
"txid": "0xeea3487110174df8b3e6c719c757cd079aa6e3d09c2c810289850bdecbdddf5b",
"tokenInfo": {
"h": "0x76be3b62873462d2142405439777e971754e8e77",
"f": "parallel",
"s": "LL",
"d": "0",
"c": "RC1155"
},
"from": "0x1ef76aa81c6de6f09d2e09d320d5007127ae3a06",
"to": "0x88b3697de6a56d80309dd04110da43b9ab3dfaf9",
"nftId": "10558",
"contractType": "2",
"amount": "1"
},
{
"blockNo": 15278506,
"collectionAddr": "0xc36cf0cfcb5d905b8b513860db0cfe63f6cf9f5c",
"collectionSymbol": "",
"time": 1659651887,
"txid": "0x45651949eea9efbd7d613fa99ffcd5234be2ae8eb78014537576d29d904db0e5",
"tokenInfo": {
"h": "0xc36cf0cfcb5d905b8b513860db0cfe63f6cf9f5c",
"f": "",
"s": "",
"d": "0",
"c": "RC1155"
},
"from": "0x4189546d49838fd9e2b8ba117bfce8f17b881b4e",
"to": "0x88b3697de6a56d80309dd04110da43b9ab3dfaf9",
"nftId": "281753799810537047747674174953504079085568",
"contractType": "2",
"amount": "1"
},
{
"blockNo": 15276498,
"collectionAddr": "0x76be3b62873462d2142405439777e971754e8e77",
"collectionSymbol": "LL",
"time": 1659624155,
"txid": "0xe8fe82a80a4eb2d63e75a5711f0aad60eaabafa63692ec1d6d07e27a2fed1789",
"tokenInfo": {
"h": "0x76be3b62873462d2142405439777e971754e8e77",
"f": "parallel",
"s": "LL",
"d": "0",
"c": "RC1155"
},
"from": "0x88b3697de6a56d80309dd04110da43b9ab3dfaf9",
"to": "0x86809712f76dc6a1bdcd0f90182084a0f5eebfcb",
"nftId": "10323",
"contractType": "2",
"amount": "1"
},
{
"blockNo": 15276357,
"collectionAddr": "0xc36cf0cfcb5d905b8b513860db0cfe63f6cf9f5c",
"collectionSymbol": "",
"time": 1659622474,
"txid": "0x7366e5360161c76d98809e67d5be704569e8cbaae17832a88467362d3e3ad4db",
"tokenInfo": {
"h": "0xc36cf0cfcb5d905b8b513860db0cfe63f6cf9f5c",
"f": "",
"s": "",
"d": "0",
"c": "RC1155"
},
"from": "0xded7f89178948a14d8319d387e629066956a023d",
"to": "0x88b3697de6a56d80309dd04110da43b9ab3dfaf9",
"nftId": "155168759315947939339298820988886304423936",
"contractType": "2",
"amount": "1"
},
{
"blockNo": 15275579,
"collectionAddr": "0xc36cf0cfcb5d905b8b513860db0cfe63f6cf9f5c",
"collectionSymbol": "",
"time": 1659611976,
"txid": "0xf0ba4658757784c0b0fb5ef2ade6c863a175287feadb32646c7e3ccc336ea3d7",
"tokenInfo": {
"h": "0xc36cf0cfcb5d905b8b513860db0cfe63f6cf9f5c",
"f": "",
"s": "",
"d": "0",
"c": "RC1155"
},
"from": "0x8556e9525729e3654e3b8c7ce4854f6e750b8e9f",
"to": "0x88b3697de6a56d80309dd04110da43b9ab3dfaf9",
"nftId": "150064523812133862387348201877409781252096",
"contractType": "2",
"amount": "1"
}
]
}
Response Description
- blockNo: block number
- collectionAddr: collection address
- collectionSymbol: collection short name
- time: timestamp of this block number
- txid: transcation hash
- tokenInfo:
- h: collection address
- f: collection full name
- s: collectionSymbol
- d: tokenDecimals
- c: contract type (RC721/RC1155)
- from: from address of transfer
- to: to address of transfer
- nftId: nft id
- contractType: contract type(1:RC721; 2:RC1155)
- amount: number of nfts transferred
Get latest 1000 NFT transfers on network
GET
https://services.tokenview.io/nft/{chain_abbreviation_lowercase}/blockdata/transactions/rc721/{page}/{page_size}?apikey={apikey}
Parameters
the returned transaction list is in DESC order by time.
- {lowercase-coin-abbr}: such as eth,bsc
- {page}: page number
- {page_size}: amount of data returned on one page
- {apikey}: Get your activated apikey from the API system: https://services.tokenview.io
This interface allows to query the latest 1000 pieces of data
Request
curl --location https://services.tokenview.io/nft/eth/blockdata/transactions/all/1/10?apikey={apikey}
Response
{
"code": 1,
"msg": "成功",
"data": {
"page": 1,
"size": 10,
"total": 2886,
"data": [
{
"blockNo": 15313590,
"collectionAddr": "0x57f1887a8bf19b14fc0df6fd9b2acc9af147ea85",
"collectionSymbol": "ENS",
"time": 1660123936,
"txid": "0x5d117b951169c14440658ea95ca660a5d31386253892054dbed6f579b22dccb2",
"tokenInfo": {
"h": "0x57f1887a8bf19b14fc0df6fd9b2acc9af147ea85",
"f": "Ethereum Name Service",
"s": "ENS",
"d": "0",
"c": "RC721"
},
"from": "0x283af0b28c62c092c9727f1ee09c02ca627eb7f5",
"to": "0xb239762dae82e4bae46adf08072340644aaf4204",
"nftId": "15780284369566378000919300417205332107545845803097470762361955986575548219764",
"contractType": "1"
},
{
"blockNo": 15313590,
"collectionAddr": "0x57f1887a8bf19b14fc0df6fd9b2acc9af147ea85",
"collectionSymbol": "ENS",
"time": 1660123936,
"txid": "0x5d117b951169c14440658ea95ca660a5d31386253892054dbed6f579b22dccb2",
"tokenInfo": {
"h": "0x57f1887a8bf19b14fc0df6fd9b2acc9af147ea85",
"f": "Ethereum Name Service",
"s": "ENS",
"d": "0",
"c": "RC721"
},
"from": "0x0000000000000000000000000000000000000000",
"to": "0x283af0b28c62c092c9727f1ee09c02ca627eb7f5",
"nftId": "15780284369566378000919300417205332107545845803097470762361955986575548219764",
"contractType": "1"
},
{
"blockNo": 15313590,
"collectionAddr": "0x57f1887a8bf19b14fc0df6fd9b2acc9af147ea85",
"collectionSymbol": "ENS",
"time": 1660123936,
"txid": "0x36540b888fed7a98fe84736cb1e3a818ceada835e0d74c3e155fc2b77f2ff925",
"tokenInfo": {
"h": "0x57f1887a8bf19b14fc0df6fd9b2acc9af147ea85",
"f": "Ethereum Name Service",
"s": "ENS",
"d": "0",
"c": "RC721"
},
"from": "0x283af0b28c62c092c9727f1ee09c02ca627eb7f5",
"to": "0xa360feb403a2016ed568f853b3b8c30a1ecf0491",
"nftId": "62306371130725625615926107091855644482974206318178054464625542977627287732598",
"contractType": "1"
},
{
"blockNo": 15313590,
"collectionAddr": "0x57f1887a8bf19b14fc0df6fd9b2acc9af147ea85",
"collectionSymbol": "ENS",
"time": 1660123936,
"txid": "0x36540b888fed7a98fe84736cb1e3a818ceada835e0d74c3e155fc2b77f2ff925",
"tokenInfo": {
"h": "0x57f1887a8bf19b14fc0df6fd9b2acc9af147ea85",
"f": "Ethereum Name Service",
"s": "ENS",
"d": "0",
"c": "RC721"
},
"from": "0x0000000000000000000000000000000000000000",
"to": "0x283af0b28c62c092c9727f1ee09c02ca627eb7f5",
"nftId": "62306371130725625615926107091855644482974206318178054464625542977627287732598",
"contractType": "1"
},
{
"blockNo": 15313590,
"collectionAddr": "0x57f1887a8bf19b14fc0df6fd9b2acc9af147ea85",
"collectionSymbol": "ENS",
"time": 1660123936,
"txid": "0x46c8da8cc1a7cadfa9523638355a76144d1733ee8c7b4021175bc60462038a37",
"tokenInfo": {
"h": "0x57f1887a8bf19b14fc0df6fd9b2acc9af147ea85",
"f": "Ethereum Name Service",
"s": "ENS",
"d": "0",
"c": "RC721"
},
"from": "0x283af0b28c62c092c9727f1ee09c02ca627eb7f5",
"to": "0x73d32e23fd3a139a01d1eb043a1b62e69eec562a",
"nftId": "38729329499193929907126867318651942662195250784140356541904680145596126324339",
"contractType": "1"
},
{
"blockNo": 15313590,
"collectionAddr": "0x57f1887a8bf19b14fc0df6fd9b2acc9af147ea85",
"collectionSymbol": "ENS",
"time": 1660123936,
"txid": "0x46c8da8cc1a7cadfa9523638355a76144d1733ee8c7b4021175bc60462038a37",
"tokenInfo": {
"h": "0x57f1887a8bf19b14fc0df6fd9b2acc9af147ea85",
"f": "Ethereum Name Service",
"s": "ENS",
"d": "0",
"c": "RC721"
},
"from": "0x0000000000000000000000000000000000000000",
"to": "0x283af0b28c62c092c9727f1ee09c02ca627eb7f5",
"nftId": "38729329499193929907126867318651942662195250784140356541904680145596126324339",
"contractType": "1"
},
{
"blockNo": 15313590,
"collectionAddr": "0x752ffd80e306e336f5c81ab059b14c0743d8081d",
"collectionSymbol": "MAXPEPE",
"time": 1660123936,
"txid": "0x90b9626c10f27b66a0a9d9db6a7aae30195fe5a5fa544f45dfebc113a9c06911",
"tokenInfo": {
"h": "0x752ffd80e306e336f5c81ab059b14c0743d8081d",
"f": "ThePepesNFT",
"s": "MAXPEPE",
"d": "0",
"c": "RC721"
},
"from": "0x0000000000000000000000000000000000000000",
"to": "0x3ef418118d1decf42226580305fd4f5ccadccfa6",
"nftId": "3036",
"contractType": "1"
},
{
"blockNo": 15313590,
"collectionAddr": "0x5caf0010a824319a64aca8afec402574dbed2d99",
"collectionSymbol": "RHNFTs",
"time": 1660123936,
"txid": "0xde7f9bda40503d3f4b37b61630984b3ef6eb3ee791cc1c9bd15a32fa358cadd5",
"tokenInfo": {
"h": "0x5caf0010a824319a64aca8afec402574dbed2d99",
"f": "RAYC Hates NFTs",
"s": "RHNFTs",
"d": "0",
"c": "RC721"
},
"from": "0x83c8f28c26bf6aaca652df1dbbe0e1b56f8baba2",
"to": "0x359a914ebaa1f579c571f78a95f60106047340ea",
"nftId": "3130",
"contractType": "1"
},
{
"blockNo": 15313590,
"collectionAddr": "0x5caf0010a824319a64aca8afec402574dbed2d99",
"collectionSymbol": "RHNFTs",
"time": 1660123936,
"txid": "0xde7f9bda40503d3f4b37b61630984b3ef6eb3ee791cc1c9bd15a32fa358cadd5",
"tokenInfo": {
"h": "0x5caf0010a824319a64aca8afec402574dbed2d99",
"f": "RAYC Hates NFTs",
"s": "RHNFTs",
"d": "0",
"c": "RC721"
},
"from": "0x4ca322b92a9394fa5ad1079f47dbb6e0871a608f",
"to": "0x83c8f28c26bf6aaca652df1dbbe0e1b56f8baba2",
"nftId": "3130",
"contractType": "1"
},
{
"blockNo": 15313590,
"collectionAddr": "0x5caf0010a824319a64aca8afec402574dbed2d99",
"collectionSymbol": "RHNFTs",
"time": 1660123936,
"txid": "0xde7f9bda40503d3f4b37b61630984b3ef6eb3ee791cc1c9bd15a32fa358cadd5",
"tokenInfo": {
"h": "0x5caf0010a824319a64aca8afec402574dbed2d99",
"f": "RAYC Hates NFTs",
"s": "RHNFTs",
"d": "0",
"c": "RC721"
},
"from": "0x024cb98b5ba63b9bef46b31203323a798e721ba1",
"to": "0x359a914ebaa1f579c571f78a95f60106047340ea",
"nftId": "361",
"contractType": "1"
}
]
}
}
Response Description
- blockNo: block number
- collectionAddr: collection address
- collectionSymbol: collection short name
- time: timestamp of this block number
- txid: transcation hash
- tokenInfo:
- h: collection address
- f: collection full name
- s: collectionSymbol
- d: tokenDecimals
- c: contract type (RC721/RC1155)
- from: from address of transfer
- to: to address of transfer
- nftId: nft id
- contractType: contract type(1:RC721; 2:RC1155)
- amount: number of nfts transferred (this field is returned when the query collection is of type RC1155)
Get latest 1000 NFT-721 transfers on network
GET
https://services.tokenview.io/nft/{chain_abbreviation_lowercase}/blockdata/transactions/721/{page}/{page_size}?apikey={apikey}
Parameters
the returned transaction list is in DESC order by time.
- {lowercase-coin-abbr}: such as eth,bsc
- {page}: page number
- {page_size}: amount of data returned on one page
- {apikey}: Get your activated apikey from the API system: https://services.tokenview.io
This interface allows to query the latest 1000 pieces of data
Request
curl --location https://services.tokenview.io/nft/eth/blockdata/transactions/721/1/10?apikey={apikey}
Response
{
"code": 1,
"msg": "成功",
"data": {
"page": 1,
"size": 10,
"total": 1724,
"data": [
{
"blockNo": 15313611,
"collectionAddr": "0x752ffd80e306e336f5c81ab059b14c0743d8081d",
"collectionSymbol": "MAXPEPE",
"time": 1660124244,
"txid": "0xa2a5523c20eeefe1dac0ac0c7a511bdeaebbc7d9003c7f642d52b91b0a0347e4",
"tokenInfo": {
"h": "0x752ffd80e306e336f5c81ab059b14c0743d8081d",
"f": "ThePepesNFT",
"s": "MAXPEPE",
"d": "0",
"c": "RC721"
},
"from": "0x0000000000000000000000000000000000000000",
"to": "0xdc3b605ecd299c781cd71e3e0dd3ceda4e0e5a09",
"nftId": "3085",
"contractType": "1"
},
{
"blockNo": 15313611,
"collectionAddr": "0xe781804ef12080dfffd26f8fb26f0f505cbd6a3d",
"collectionSymbol": "tr",
"time": 1660124244,
"txid": "0xa30068167dcd23a4f5478d41e30dcdcbc36cf2f9cc5813f2e53ddaf7682bd93b",
"tokenInfo": {
"h": "0xe781804ef12080dfffd26f8fb26f0f505cbd6a3d",
"f": "tiny rabbit",
"s": "tr",
"d": "0",
"c": "RC721"
},
"from": "0xb7e6c740c03e9a50a26a08e367b6786a47f690bb",
"to": "0x496a4c737318c9efbe68a70afb1e427a52945e46",
"nftId": "320",
"contractType": "1"
},
{
"blockNo": 15313611,
"collectionAddr": "0x57f1887a8bf19b14fc0df6fd9b2acc9af147ea85",
"collectionSymbol": "ENS",
"time": 1660124244,
"txid": "0x8215bd28482663e9889c21e536ca628bad64e23a01ab4a043f83533904a08ae9",
"tokenInfo": {
"h": "0x57f1887a8bf19b14fc0df6fd9b2acc9af147ea85",
"f": "Ethereum Name Service",
"s": "ENS",
"d": "0",
"c": "RC721"
},
"from": "0x283af0b28c62c092c9727f1ee09c02ca627eb7f5",
"to": "0x93f37d64ea6e4bc4bc228c26233693d37105b598",
"nftId": "52753293890255536453116446608247294137923042228180071791604558678282082376444",
"contractType": "1"
},
{
"blockNo": 15313611,
"collectionAddr": "0x57f1887a8bf19b14fc0df6fd9b2acc9af147ea85",
"collectionSymbol": "ENS",
"time": 1660124244,
"txid": "0x8215bd28482663e9889c21e536ca628bad64e23a01ab4a043f83533904a08ae9",
"tokenInfo": {
"h": "0x57f1887a8bf19b14fc0df6fd9b2acc9af147ea85",
"f": "Ethereum Name Service",
"s": "ENS",
"d": "0",
"c": "RC721"
},
"from": "0x0000000000000000000000000000000000000000",
"to": "0x283af0b28c62c092c9727f1ee09c02ca627eb7f5",
"nftId": "52753293890255536453116446608247294137923042228180071791604558678282082376444",
"contractType": "1"
},
{
"blockNo": 15313611,
"collectionAddr": "0x7bd29408f11d2bfc23c34f18275bbf23bb716bc7",
"collectionSymbol": "⚇",
"time": 1660124244,
"txid": "0x6fed08e06f85a76cff52d2af4ec6acb7ec16d9f9721892351c708bc06ba5e0b8",
"tokenInfo": {
"h": "0x7bd29408f11d2bfc23c34f18275bbf23bb716bc7",
"f": "Meebits",
"s": "⚇",
"d": "0",
"c": "RC721"
},
"from": "0xe8b7ca190f8b7211b24258c9ce3241b283ffd0a0",
"to": "0x19e488cd873c4e4b6fd09b322de6c640f5628672",
"nftId": "11606",
"contractType": "1"
},
{
"blockNo": 15313611,
"collectionAddr": "0x752ffd80e306e336f5c81ab059b14c0743d8081d",
"collectionSymbol": "MAXPEPE",
"time": 1660124244,
"txid": "0xd707036911408a477e489c15aea21e5b1db79f1193c0f542e947104750afb735",
"tokenInfo": {
"h": "0x752ffd80e306e336f5c81ab059b14c0743d8081d",
"f": "ThePepesNFT",
"s": "MAXPEPE",
"d": "0",
"c": "RC721"
},
"from": "0x0000000000000000000000000000000000000000",
"to": "0x8208fb81bc71cf48ac2f8118ed0893689377ee6c",
"nftId": "3084",
"contractType": "1"
},
{
"blockNo": 15313611,
"collectionAddr": "0xa3b61c077da9da080d22a4ce24f9fd5f139634ca",
"collectionSymbol": "RHC-NFT",
"time": 1660124244,
"txid": "0x5aa0426993de0f94e4db2b0f7ad61dedef98f7564f77a9fc207dabbb3a1424ef",
"tokenInfo": {
"h": "0xa3b61c077da9da080d22a4ce24f9fd5f139634ca",
"f": "RabbitHole Credentials: NFTs",
"s": "RHC-NFT",
"d": "0",
"c": "RC721"
},
"from": "0x0000000000000000000000000000000000000000",
"to": "0xf6e41cc3efdcac73983f55b8023bf2cd7d19f534",
"nftId": "15518",
"contractType": "1"
},
{
"blockNo": 15313611,
"collectionAddr": "0x85ed8f10c4889b4bc60400a0c1f796254d35003d",
"collectionSymbol": "CRATE",
"time": 1660124244,
"txid": "0x3a3e2a0ad33f39efe80e223beb9135835e1bda15ebf58ffe587123e1a7579320",
"tokenInfo": {
"h": "0x85ed8f10c4889b4bc60400a0c1f796254d35003d",
"f": "Combat Crates",
"s": "CRATE",
"d": "0",
"c": "RC721"
},
"from": "0x0000000000000000000000000000000000000000",
"to": "0xc3e8e88d1fde453ce42b068c6c625ee5a6f6be47",
"nftId": "10370",
"contractType": "1"
},
{
"blockNo": 15313611,
"collectionAddr": "0x5caf0010a824319a64aca8afec402574dbed2d99",
"collectionSymbol": "RHNFTs",
"time": 1660124244,
"txid": "0x4f9a2bb25695729503814ab55fe844195284c47ce004c6468dbb0538c6521cc7",
"tokenInfo": {
"h": "0x5caf0010a824319a64aca8afec402574dbed2d99",
"f": "RAYC Hates NFTs",
"s": "RHNFTs",
"d": "0",
"c": "RC721"
},
"from": "0x35cce5954a0f63391456cc8ccdd35de499d6e0cf",
"to": "0xdc98e639015a91bced861b72c7c27f56197ddfc3",
"nftId": "350",
"contractType": "1"
},
{
"blockNo": 15313611,
"collectionAddr": "0x5caf0010a824319a64aca8afec402574dbed2d99",
"collectionSymbol": "RHNFTs",
"time": 1660124244,
"txid": "0x4f9a2bb25695729503814ab55fe844195284c47ce004c6468dbb0538c6521cc7",
"tokenInfo": {
"h": "0x5caf0010a824319a64aca8afec402574dbed2d99",
"f": "RAYC Hates NFTs",
"s": "RHNFTs",
"d": "0",
"c": "RC721"
},
"from": "0xc2fcba3a94b429a05824d5db639dcfdc3bb42187",
"to": "0xdc98e639015a91bced861b72c7c27f56197ddfc3",
"nftId": "793",
"contractType": "1"
}
]
}
}
Response Description
- blockNo: block number
- collectionAddr: collection address
- collectionSymbol: collection short name
- time: timestamp of this block number
- txid: transcation hash
- tokenInfo:
- h: collection address
- f: collection full name
- s: collectionSymbol
- d: tokenDecimals
- c: contract type (RC721/RC1155)
- from: from address of transfer
- to: to address of transfer
- nftId: nft id
- contractType: contract type(1:RC721; 2:RC1155)
Get latest 1000 NFT-1155 transfers on network
GET
https://services.tokenview.io/nft/{chain_abbreviation_lowercase}/blockdata/transactions/1155/{page}/{page_size}?apikey={apikey}
Parameters
the returned transaction list is in DESC order by time.
- {lowercase-coin-abbr}: such as eth,bsc
- {page}: page number
- {page_size}: amount of data returned on one page
- {apikey}: Get your activated apikey from the API system: https://services.tokenview.io
Be sure to convert uppercase letters in address hashes or transaction hashes to lowercase.
This interface allows to query the latest 1000 pieces of data
Request
curl --location https://services.tokenview.io/nft/eth/blockdata/transactions/1155/1/10?apikey={apikey}
Response
{
"code": 1,
"msg": "成功",
"data": {
"page": 1,
"size": 10,
"total": 1006,
"data": [
{
"blockNo": 15313629,
"collectionAddr": "0xa342f5d851e866e18ff98f351f2c6637f4478db5",
"collectionSymbol": "ASSET",
"time": 1660124402,
"txid": "0x3f654667f44f7210291e243d6140324046f1cbd8a35261f91739c388ab8545b9",
"tokenInfo": {
"h": "0xa342f5d851e866e18ff98f351f2c6637f4478db5",
"f": "Sandbox's ASSETs",
"s": "ASSET",
"d": "0",
"c": "RC1155"
},
"from": "0xd2a69457f4b72a0e946cd55cc80ade6c9a2b2bb1",
"to": "0x0000000000000000000000000000000000000000",
"nftId": "95280018644985386986197159022718986623817770362211778313982573622559468746782",
"contractType": "2",
"amount": "5"
},
{
"blockNo": 15313629,
"collectionAddr": "0xb66a603f4cfe17e3d27b87a8bfcad319856518b8",
"collectionSymbol": "RARI",
"time": 1660124402,
"txid": "0x43988ab271e99f8191ab58464650dd0e5975fdc6c0902232b5871b11d157e16c",
"tokenInfo": {
"h": "0xb66a603f4cfe17e3d27b87a8bfcad319856518b8",
"f": "Rarible",
"s": "RARI",
"d": "0",
"c": "RC1155"
},
"from": "0xbe8bdd2c0ac3a6560e6103ae3b58eed8477b29b2",
"to": "0x7e5a9248eca487168f55af45c8a046dfe21be212",
"nftId": "86186559446138711837722490864751384663671923617299447753284353704700713893896",
"contractType": "2",
"amount": "1"
},
{
"blockNo": 15313629,
"collectionAddr": "0xb66a603f4cfe17e3d27b87a8bfcad319856518b8",
"collectionSymbol": "RARI",
"time": 1660124402,
"txid": "0x43988ab271e99f8191ab58464650dd0e5975fdc6c0902232b5871b11d157e16c",
"tokenInfo": {
"h": "0xb66a603f4cfe17e3d27b87a8bfcad319856518b8",
"f": "Rarible",
"s": "RARI",
"d": "0",
"c": "RC1155"
},
"from": "0x5d3193bf0009b1c0c1dc04b63a7c3ed8a2122857",
"to": "0x7e5a9248eca487168f55af45c8a046dfe21be212",
"nftId": "86186559446138711837722490864751384663671923617299447753284353704700713893896",
"contractType": "2",
"amount": "1"
},
{
"blockNo": 15313629,
"collectionAddr": "0xfe8fb9a36919d1dc9c911bef2b54ca0391fb08dd",
"collectionSymbol": "",
"time": 1660124402,
"txid": "0x13bafe27abd620c4c6b2a6a3f5dbcc1bae5d781971ce6561f116768e4f3566c0",
"tokenInfo": {
"h": "0xfe8fb9a36919d1dc9c911bef2b54ca0391fb08dd",
"f": "",
"s": "",
"d": "0",
"c": "RC1155"
},
"from": "0x72bc237cf598505dc00d4fcc23b1663e206455a9",
"to": "0xa62d265af5e6f4d99f80b7dcbbf9d8eb686feb9e",
"nftId": "1",
"contractType": "2",
"amount": "1"
},
{
"blockNo": 15313629,
"collectionAddr": "0xfe8fb9a36919d1dc9c911bef2b54ca0391fb08dd",
"collectionSymbol": "",
"time": 1660124402,
"txid": "0x13bafe27abd620c4c6b2a6a3f5dbcc1bae5d781971ce6561f116768e4f3566c0",
"tokenInfo": {
"h": "0xfe8fb9a36919d1dc9c911bef2b54ca0391fb08dd",
"f": "",
"s": "",
"d": "0",
"c": "RC1155"
},
"from": "0x86fff6af1614bc18c72840ff8e6c033dd43bed8a",
"to": "0xa62d265af5e6f4d99f80b7dcbbf9d8eb686feb9e",
"nftId": "1",
"contractType": "2",
"amount": "1"
},
{
"blockNo": 15313627,
"collectionAddr": "0xbe47b040cf584b3259d6aaec86fd28718f39c259",
"collectionSymbol": "",
"time": 1660124384,
"txid": "0x06f29d67f298be92d8c2e71c323a01fa0acdc6a8cbc25a4674bc93f152d7b53f",
"tokenInfo": {
"h": "0xbe47b040cf584b3259d6aaec86fd28718f39c259",
"f": "",
"s": "",
"d": "0",
"c": "RC1155"
},
"from": "0x0000000000000000000000000000000000000000",
"to": "0x74648fe8f97095e0d1b94f2b2d48676db5318629",
"nftId": "1",
"contractType": "2",
"amount": "1"
},
{
"blockNo": 15313627,
"collectionAddr": "0x495f947276749ce646f68ac8c248420045cb7b5e",
"collectionSymbol": "OPENSTORE",
"time": 1660124384,
"txid": "0x7149edd6fba3d0f5bc297a06255f5829a76be6088722cf0a56f6f3c2e8b80a0f",
"tokenInfo": {
"h": "0x495f947276749ce646f68ac8c248420045cb7b5e",
"f": "OpenSea Shared Storefront",
"s": "OPENSTORE",
"d": "0",
"c": "RC1155"
},
"from": "0x3ac9e19507b2bebd1ea1d29f51c5ea36d221e780",
"to": "0x0513e58916432fdef1cc424f0f2b4cdfe438bc9a",
"nftId": "115180997081926722202763489693925938240622779699257993723706684275475796197377",
"contractType": "2",
"amount": "1"
},
{
"blockNo": 15313626,
"collectionAddr": "0xa7206d878c5c3871826dfdb42191c49b1d11f466",
"collectionSymbol": "",
"time": 1660124374,
"txid": "0x7db8d92ccf01a8ca6b938c82f8c624af4a6fe4872d2ac18eebab608688a7e757",
"tokenInfo": {
"h": "0xa7206d878c5c3871826dfdb42191c49b1d11f466",
"f": "",
"s": "",
"d": "0",
"c": "RC1155"
},
"from": "0x4b3406a41399c7fd2ba65cbc93697ad9e7ea61e5",
"to": "0x000000000000000000000000000000000000dead",
"nftId": "1",
"contractType": "2",
"amount": "1"
},
{
"blockNo": 15313626,
"collectionAddr": "0xa7206d878c5c3871826dfdb42191c49b1d11f466",
"collectionSymbol": "",
"time": 1660124374,
"txid": "0x7db8d92ccf01a8ca6b938c82f8c624af4a6fe4872d2ac18eebab608688a7e757",
"tokenInfo": {
"h": "0xa7206d878c5c3871826dfdb42191c49b1d11f466",
"f": "",
"s": "",
"d": "0",
"c": "RC1155"
},
"from": "0x2a7051d7cbbef7b6889f8e14774020b1653b94c1",
"to": "0x4b3406a41399c7fd2ba65cbc93697ad9e7ea61e5",
"nftId": "1",
"contractType": "2",
"amount": "1"
},
{
"blockNo": 15313626,
"collectionAddr": "0xfe8fb9a36919d1dc9c911bef2b54ca0391fb08dd",
"collectionSymbol": "",
"time": 1660124374,
"txid": "0xe2cbda98329facbe6905a7ac90f62fd3065896f5b24d23c4590d7e818ecf5ae1",
"tokenInfo": {
"h": "0xfe8fb9a36919d1dc9c911bef2b54ca0391fb08dd",
"f": "",
"s": "",
"d": "0",
"c": "RC1155"
},
"from": "0xa1be91b15e959294cb6efd7891c846caf7ef7602",
"to": "0x5e5d572260f300b5a204a244a7e8ec20ed5d4f27",
"nftId": "1",
"contractType": "2",
"amount": "1"
}
]
}
}
Response Description
- blockNo: block number
- collectionAddr: collection address
- collectionSymbol: collection short name
- time: timestamp of this block number
- txid: transcation hash
- tokenInfo:
- h: collection address
- f: collection full name
- s: collectionSymbol
- d: tokenDecimals
- c: contract type (RC721/RC1155)
- from: from address of transfer
- to: to address of transfer
- nftId: nft id
- contractType: contract type(1:RC721; 2:RC1155)
- amount: number of nfts transferred