Skip to main content

NFT ( Deprecated)

tokenviewAbout 4 min

NFT ( Deprecated)

This part is deprecated, please follow NFT API and NFT Subscription for your continuous usage.

721 Token Holding Info on Address

GET https://services.tokenview.io/vipapi/{lowercase-coin-abbr}/tokenholders/rc721/{token-address}/{page}/{page-size}?apikey={apikey}

Parameters

  • {lowercase-coin-abbr}: eth; bsc; kcs; movr.
  • {token-address}: the token contract address;
  • {page}: 1,2,3,......50 (Max);
  • {page-size}: transactions per page. 50 transactions is the Max per page;
  • {apikey}: Get your activated apikey from the API system: https://services.tokenview.ioopen in new window
Note

When using the 「ETH」 API, make sure to convert the uppercase letters to lowercase letters of address, transaction hash.

Request

curl --location https://services.tokenview.io/vipapi/eth/tokenholders/rc721/0xccb9d89e0f77df3618eec9f6bf899be3b5561a89/1/10?apikey={apikey}

Response

{
    "code": 1,
    "msg": "成功",
    "data": {
        "page": 1,
        "size": 10,
        "total": 26372,
        "data": [
            {
                "quantity": 290,
                "address": "0x7381c2e71a60cf9ef5ef8fbc7b040b390797e2ad",
                "ratio": 0.9292489105357601
            },
            {
                "quantity": 250,
                "address": "0xf139b56d638c25871da1c010697d7b5b9a214e02",
                "ratio": 0.8010766470135864
            },
            {
                "quantity": 128,
                "address": "0x8dea94ac7a9625e16195961059f88945aad80472",
                "ratio": 0.41015124327095615
            },
            {
                "quantity": 71,
                "address": "0xdca043d1aa8061d6577b361de32f6ae552b30339",
                "ratio": 0.22750576775185852
            },
            {
                "quantity": 70,
                "address": "0x659296437f67b947ba56b04dc3f20dc4c5f08516",
                "ratio": 0.22430146116380417
            },
            {
                "quantity": 70,
                "address": "0x6e09c5d2614c809312b1b739ca956ea287f2a12a",
                "ratio": 0.22430146116380417
            },
            {
                "quantity": 70,
                "address": "0x9b295182eb8b4c62c420596af8a07c65e549eb7e",
                "ratio": 0.22430146116380417
            },
            {
                "quantity": 70,
                "address": "0xd91749e967f83b493206535d736f0331b7084483",
                "ratio": 0.22430146116380417
            },
            {
                "quantity": 70,
                "address": "0xddff8b0b76bfbd717e1936c827ff2c4badbab99c",
                "ratio": 0.22430146116380417
            },
            {
                "quantity": 69,
                "address": "0x18eb5b2a1d221966e75d174c62f9e8afa431a54f",
                "ratio": 0.22109715457574983
            }
        ]
    }
}

Response Description

"data": [
{
    "quantity": 290, 
    "address": "0x7381c2e71a60cf9ef5ef8fbc7b040b390797e2ad", 
    "ratio": 0.9292489105357601 
}

1155 Token Holding Info on Address

GET https://services.tokenview.io/vipapi/{lowercase-coin-abbr}/tokenholders/rc1155/{token-address}/{page}/{page-size}?apikey={apikey}

Parameters

  • {lowercase-coin-abbr}: eth; bsc; kcs; movr.
  • {token-address}: the token contract address;
  • {page}: 1,2,3,......50 (Max);
  • {page-size}: transactions per page. 50 transactions is the Max per page;
  • {apikey}: Get your activated apikey from the API system: https://services.tokenview.ioopen in new window

Note:
When using the 「ETH」 API, make sure to convert the uppercase letters to lowercase letters of address, transaction hash.

Request

curl --location https://services.tokenview.io/vipapi/eth/tokenholders/rc1155/0xccb9d89e0f77df3618eec9f6bf899be3b5561a89/1/10?apikey={apikey}

Response

{
    "code": 1,
    "msg": "成功",
    "data": {
        "page": 1,
        "size": 10,
        "total": 26372,
        "data": [
            {
                "quantity": 290,
                "address": "0x7381c2e71a60cf9ef5ef8fbc7b040b390797e2ad",
                "ratio": 0.9292489105357601
            },
            {
                "quantity": 250,
                "address": "0xf139b56d638c25871da1c010697d7b5b9a214e02",
                "ratio": 0.8010766470135864
            },
            {
                "quantity": 128,
                "address": "0x8dea94ac7a9625e16195961059f88945aad80472",
                "ratio": 0.41015124327095615
            },
            {
                "quantity": 71,
                "address": "0xdca043d1aa8061d6577b361de32f6ae552b30339",
                "ratio": 0.22750576775185852
            },
            {
                "quantity": 70,
                "address": "0x659296437f67b947ba56b04dc3f20dc4c5f08516",
                "ratio": 0.22430146116380417
            },
            {
                "quantity": 70,
                "address": "0x6e09c5d2614c809312b1b739ca956ea287f2a12a",
                "ratio": 0.22430146116380417
            },
            {
                "quantity": 70,
                "address": "0x9b295182eb8b4c62c420596af8a07c65e549eb7e",
                "ratio": 0.22430146116380417
            },
            {
                "quantity": 70,
                "address": "0xd91749e967f83b493206535d736f0331b7084483",
                "ratio": 0.22430146116380417
            },
            {
                "quantity": 70,
                "address": "0xddff8b0b76bfbd717e1936c827ff2c4badbab99c",
                "ratio": 0.22430146116380417
            },
            {
                "quantity": 69,
                "address": "0x18eb5b2a1d221966e75d174c62f9e8afa431a54f",
                "ratio": 0.22109715457574983
            }
        ]
    }
}

Response Description

"data": [
{
    "quantity": 290, 
    "address": "0x7381c2e71a60cf9ef5ef8fbc7b040b390797e2ad", 
    "ratio": 0.9292489105357601 
}

721 Token Count On Address

GET https://services.tokenview.io/vipapi/{lowercase-coin-abbr}/tokencount/rc721/{address}/{token-address}?apikey={apikey}

Parameters

Note:

When using the 「ETH」 API, make sure to convert the uppercase letters to lowercase letters of address, transaction hash.

Request

curl --location https://services.tokenview.io/vipapi/eth/tokencount/rc721/0x7381c2e71a60cf9ef5ef8fbc7b040b390797e2ad/0xccb9d89e0f77df3618eec9f6bf899be3b5561a89?apikey={apikey}

Response

{
    "code": 1,
    "msg": "成功",
    "data": 290
}

1155 Token Count On Address

GET https://services.tokenview.io/vipapi/{lowercase-coin-abbr}/tokencount/rc1155/{address}/{token-address}?apikey={apikey}

Parameters

Note:

When using the 「ETH」 API, make sure to convert the uppercase letters to lowercase letters of address, transaction hash.

Request

curl --location https://services.tokenview.io/vipapi/eth/tokencount/rc1155/0x7381c2e71a60cf9ef5ef8fbc7b040b390797e2ad/0xccb9d89e0f77df3618eec9f6bf899be3b5561a89?apikey={apikey}

Response

{
    "code": 1,
    "msg": "成功",
    "data": 290
}

721 Token Transaction List on Address

GET https://services.tokenview.io/vipapi/{lowercase-coin-abbr}/tokentxonaddress/rc721/{token-address}/{nftid}/{page}/{page-size}?apikey={apikey}

Parameters

  • {lowercase-coin-abbr}: eth; bsc; kcs; movr.
  • {token-address}: the token contract address;
  • {nftid}: NFT ID number;
  • {page}: 1,2,3,......50 (Max);
  • {page-size}: transactions per page. 50 transactions is the Max per page.
  • {apikey}: Get your activated apikey from the API system: https://services.tokenview.ioopen in new window

Note:

When using the 「ETH」 API, make sure to convert the uppercase letters to lowercase letters of address, transaction hash.

Request

curl --location https://services.tokenview.io/vipapi/eth/tokentxonaddress/rc721/0x7a3661eda8f70783213f7d0534c2ed26c11b253b/2840/1/20?apikey={apikey}

Response

{
    "code": 1,
    "msg": "成功",
    "data": {
        "page": 1,
        "size": 20,
        "total": 2,
        "data": [
            {
                "block_no": 14570242,
                "tx": "0x776b8a346eaa9a8add6a92eb159e71ca733b62aa7e0d3bb75f1f9be95eacca9b",
                "timestamp": 1649760246,
                "token": "0x7a3661eda8f70783213f7d0534c2ed26c11b253b",
                "from": "0x2d92071196d61b7060aa07027aea02f7db5c65f0",
                "to": "0x2a1dc3355da17a9496b82065f368e9f2a6547f10",
                "nftid": "2840"
            },
            {
                "block_no": 14544477,
                "tx": "0x488a0cde36dfe7efe3dd6651389281ce634ab75f5af0e51393f6d72f5d1bd3e6",
                "timestamp": 1649412333,
                "token": "0x7a3661eda8f70783213f7d0534c2ed26c11b253b",
                "from": "0x0000000000000000000000000000000000000000",
                "to": "0x2d92071196d61b7060aa07027aea02f7db5c65f0",
                "nftid": "2840"
            }
        ]
    }
}

Response Description

"data":[
{
    "block_no": 14570242, 
    "tx": "0x776b8a346eaa9a8add6a92eb159e71ca733b62aa7e0d3bb75f1f9be95eacca9b", // Transaction Hash
    "timestamp": 1649760246, 
    "token": "0x7a3661eda8f70783213f7d0534c2ed26c11b253b", // Token Address
    "from": "0x2d92071196d61b7060aa07027aea02f7db5c65f0",  // From Address
    "to": "0x2a1dc3355da17a9496b82065f368e9f2a6547f10",    // To Address
    "nftid": "2840"  // NFT ID
}]

1155 Token Transaction List on Address

GET https://services.tokenview.io/vipapi/{lowercase-coin-abbr}/tokentxonaddress/rc1155/{token-address}/{nftid}/{page}/{page-size}?apikey={apikey}

Parameters

  • {lowercase-coin-abbr}: eth; bsc; kcs; movr.
  • {token-address}: the token contract address;
  • {nftid}: NFT ID number;
  • {page}: 1,2,3,......50 (Max);
  • {page-size}: transactions per page. 50 transactions is the Max per page.
  • {apikey}: Get your activated apikey from the API system: https://services.tokenview.ioopen in new window
Note:

When using the 「ETH」 API, make sure to convert the uppercase letters to lowercase letters of address, transaction hash.

Request

curl --location https://services.tokenview.io/vipapi/eth/tokentxonaddress/rc1155/0x495f947276749ce646f68ac8c248420045cb7b5e/42975819958711721920232916901508235966651862508478342993704198279389415211009/1/20?apikey={apikey}

Response

{
    "code": 1,
    "msg": "成功",
    "data": {
        "page": 1,
        "size": 20,
        "total": 1,
        "data": [
            {
                "block_no": 14568803,
                "tx": "0x7570cb6e2a2dfcdf3ccddb3768a67b63851114a971be2bbba8a297e84a11b681",
                "timestamp": 1649740490,
                "token": "0x495f947276749ce646f68ac8c248420045cb7b5e",
                "from": "0x5f0373bd3785f292459b5db700e663e9fd3b14b9",
                "to": "0x8888888888e9997e64793849389a8faf5e8e547c",
                "nftid": "42975819958711721920232916901508235966651862508478342993704198279389415211009",
                "amount": "1"
            }
        ]
    }
}

Response Description

{
    "block_no": 14568803, 
    "tx": "0x7570cb6e2a2dfcdf3ccddb3768a67b63851114a971be2bbba8a297e84a11b681",  // Transaction Hash
    "timestamp": 1649740490, 
    "token": "0x495f947276749ce646f68ac8c248420045cb7b5e", // Token Address
    "from": "0x5f0373bd3785f292459b5db700e663e9fd3b14b9",  // From Address
    "to": "0x8888888888e9997e64793849389a8faf5e8e547c",    // To Address 
    "nftid": "42975819958711721920232916901508235966651862508478342993704198279389415211009",  // NFT ID
    "amount": "1" 
}

721 Token Owner

GET https://services.tokenview.io/vipapi/{lowercase-coin-abbr}/tokeninventorywnftid/rc721/{token-address}/{nftid}?apikey={apikey}

Parameters

Note:

When using the 「ETH」 API, make sure to convert the uppercase letters to lowercase letters of address, transaction hash.

Request

curl --location https://services.tokenview.io/vipapi/eth/tokeninventorywnftid/rc721/0x7a3661eda8f70783213f7d0534c2ed26c11b253b/2840?apikey={apikey}

Response

{
    "code": 1,
    "msg": "成功",
    "data": [
        {
            "owner": "0x2a1dc3355da17a9496b82065f368e9f2a6547f10",
            "nftid": "2840",
            "date": "2022-04-12"
        }
    ]
}

Response Description

{
    "owner": "0x2a1dc3355da17a9496b82065f368e9f2a6547f10",  // NFT ID owner address
    "nftid": "2840",   // NFT ID
    "date": "2022-04-12" 
}

1155 Token Owner

GET https://services.tokenview.io/vipapi/{lowercase-coin-abbr}/tokeninventorywnftid/rc1155/{token-address}/{nftid}?apikey={apikey}

Parameters

Note:

When using the 「ETH」 API, make sure to convert the uppercase letters to lowercase letters of address, transaction hash.

Request

curl --location https://services.tokenview.io/vipapi/eth/tokeninventorywnftid/rc1155/0x7a3661eda8f70783213f7d0534c2ed26c11b253b/2840?apikey={apikey}

Response

{
    "code": 1,
    "msg": "成功",
    "data": [
        {
            "owner": "0x2a1dc3355da17a9496b82065f368e9f2a6547f10",
            "nftid": "2840",
            "date": "2022-04-12",
            "amount": "1" 
        }
    ]
}

Response Description

{
    "owner": "0x2a1dc3355da17a9496b82065f368e9f2a6547f10",  // NFT ID owner address
    "nftid": "2840", 
    "date": "2022-04-12" 
    "amount": "1" 
}

Last update: