Skip to content

TBC721

Get Collection Info

This endpoint retrieves Collection info for a given Collection.

HTTP Request

GET https://api.turingbitchain.io/api/tbc/nft/collectioninfo/collectionid/{collection_id}

Example Request

shell
curl --location --request GET 'https://api.turingbitchain.io/api/tbc/nft/collectioninfo/collectionid/5ae2af95698e684fb4b3cc96e5f920edda91099f1ad65905dd7000fb716edaea'

Example Response

json
{
    "code": "200",
    "message": "OK",
    "data": {
        "collection_id": "5ae2af95698e684fb4b3cc96e5f920edda91099f1ad65905dd7000fb716edaea",
        "collection_name": "Chainfire Seal NFT",
        "collection_creator": "1NLVRquYMMGpqKWs4waGeqN9ikDMHBfazT",
        "collection_symbol": "",
        "collection_attributes": null,
        "collection_description": "Chainfire Seal NFT is the first native utility NFT on the TBC blockchain, with a total supply of 2,100 pieces.It symbolizes the fire of decentralization — a badge of trust, governance, and participation in the GrumpyCat and TBC ecosystem.1.Inferno Seal(300) 2.Flame Seal(600) 3.Ember Seal(1,200) This is not just an NFT.It’s your DAO voting power, access pass, and on-chain legacy.Hold the fire. Seal your place in the new order.This sub collection is Ember seal collection.",
        "collection_supply": 1200,
        "collection_create_timestamp": 1747206406,
        "collection_icon": "https://nftcdn.turingwallet.xyz/collections/5ae2af95698e684fb4b3cc96e5f920edda91099f1ad65905dd7000fb716edaea.jpg"
    }
}

URL Parameters

ParameterDescription
collection_idCollection ID

Get NFT Info

This endpoint retrieves NFT info for a given NFT.

HTTP Request

GET https://api.turingbitchain.io/api/tbc/nft/nftinfo/nftid/{nftid}

Example Request

shell
curl --location --request GET 'https://api.turingbitchain.io/api/tbc/nft/nftinfo/nftid/b39e71cd6e328830daf5f9dad249005ea2cd6a5d82f46795aab8da4aa9e6d506'

Example Response

json
{
    "code": "200",
    "message": "OK",
    "data": {
        "collection_id": "32072924b86eee3efbb14e7f157e3cd893bd3300fdd4b6ae0d64a6339d351374",
        "collection_name": "Jv",
        "collection_index": 2,
        "nft_contract_id": "b39e71cd6e328830daf5f9dad249005ea2cd6a5d82f46795aab8da4aa9e6d506",
        "nft_name": "Jv",
        "nft_symbol": "Jv",
        "nft_attributes": null,
        "nft_description": "Jv",
        "nft_transfer_count": 0,
        "nft_holder": "1B1iuWp2sbKgUYtDK5H3KFs3Fs2sYCFacx",
        "nft_create_timestamp": 1758263298,
        "nft_last_transfer_time": 1758263298,
        "nft_icon": "https://nftcdn.turingwallet.xyz/nfts/b39e71cd6e328830daf5f9dad249005ea2cd6a5d82f46795aab8da4aa9e6d506.jpg"
    }
}

URL Parameters

ParameterDescription
startStarting position or offset (integer).
endEnding position or offset (integer).

Get Collections by Address

This endpoint retrieves the Collections of NFT for a given address.

HTTP Request

GET https://api.turingbitchain.io/api/tbc/nft/collectionbyaddress/address/{address}/start/{start}/end/{end}

Example Request

shell
curl --location --request GET 'https://api.turingbitchain.io/api/tbc/nft/collectionbyaddress/address/1B1iuWp2sbKgUYtDK5H3KFs3Fs2sYCFacx/start/0/end/100'

Example Response

json
{
    "code": "200",
    "message": "OK",
    "data": {
        "collection_count": 40,
        "collection_list": [
            {
                "collection_id": "32072924b86eee3efbb14e7f157e3cd893bd3300fdd4b6ae0d64a6339d351374",
                "collection_name": "Jv",
                "collection_creator": "1B1iuWp2sbKgUYtDK5H3KFs3Fs2sYCFacx",
                "collection_symbol": "",
                "collection_description": "jvjv",
                "collection_supply": 100,
                "collection_create_timestamp": 1755375612,
                "collection_icon": "https://nftcdn.turingwallet.xyz/collections/32072924b86eee3efbb14e7f157e3cd893bd3300fdd4b6ae0d64a6339d351374.jpg"
            },
            {
                "collection_id": "80c1f3a3c994cbe651ae696ed6fb179baa5e6bb541487f1ef243d595fc98ae29",
                "collection_name": "test",
                "collection_creator": "1B1iuWp2sbKgUYtDK5H3KFs3Fs2sYCFacx",
                "collection_symbol": "",
                "collection_description": "Test",
                "collection_supply": 100,
                "collection_create_timestamp": 1755242776,
                "collection_icon": "https://nftcdn.turingwallet.xyz/collections/80c1f3a3c994cbe651ae696ed6fb179baa5e6bb541487f1ef243d595fc98ae29.jpg"
            },
            {
                "collection_id": "5b23d592f1cd4cc993327f2c690399d9d2a14d1382599854cfe9b2bbf77c5d05",
                "collection_name": "Jv",
                "collection_creator": "1B1iuWp2sbKgUYtDK5H3KFs3Fs2sYCFacx",
                "collection_symbol": "",
                "collection_description": "Jv",
                "collection_supply": 100,
                "collection_create_timestamp": 1754465516,
                "collection_icon": "https://nftcdn.turingwallet.xyz/collections/5b23d592f1cd4cc993327f2c690399d9d2a14d1382599854cfe9b2bbf77c5d05.jpg"
            },
            {
                "collection_id": "4789df6885880ba5723260ef2b03d0f88b877933edcca09f6c65d3b1b74a334b",
                "collection_name": "Test",
                "collection_creator": "1B1iuWp2sbKgUYtDK5H3KFs3Fs2sYCFacx",
                "collection_symbol": "",
                "collection_description": "Test",
                "collection_supply": 10,
                "collection_create_timestamp": 1753816322,
                "collection_icon": "https://nftcdn.turingwallet.xyz/collections/4789df6885880ba5723260ef2b03d0f88b877933edcca09f6c65d3b1b74a334b.jpg"
            },
            {
                "collection_id": "1baa5e9d6afd1db039bd71d8bcf69547daa2066ab390178a9cccdb08c883bc20",
                "collection_name": "han",
                "collection_creator": "1B1iuWp2sbKgUYtDK5H3KFs3Fs2sYCFacx",
                "collection_symbol": "",
                "collection_description": "han",
                "collection_supply": 100,
                "collection_create_timestamp": 1753204462,
                "collection_icon": "https://nftcdn.turingwallet.xyz/collections/1baa5e9d6afd1db039bd71d8bcf69547daa2066ab390178a9cccdb08c883bc20.jpg"
            },
            {
                "collection_id": "99c85f93aef06c93216ab1688054b24a5f27f72d3cf524f961ba59cab2452c55",
                "collection_name": "han",
                "collection_creator": "1B1iuWp2sbKgUYtDK5H3KFs3Fs2sYCFacx",
                "collection_symbol": "",
                "collection_description": "han",
                "collection_supply": 100,
                "collection_create_timestamp": 1753204462,
                "collection_icon": "https://nftcdn.turingwallet.xyz/collections/99c85f93aef06c93216ab1688054b24a5f27f72d3cf524f961ba59cab2452c55.jpg"
            },
            {
                "collection_id": "99e226c035e7fe4334ff9cca3d021b5640da96bc7909a2dece185926a64bfb03",
                "collection_name": "Vicky",
                "collection_creator": "1B1iuWp2sbKgUYtDK5H3KFs3Fs2sYCFacx",
                "collection_symbol": "",
                "collection_description": "Vicky",
                "collection_supply": 100,
                "collection_create_timestamp": 1753202729,
                "collection_icon": "https://nftcdn.turingwallet.xyz/collections/99e226c035e7fe4334ff9cca3d021b5640da96bc7909a2dece185926a64bfb03.jpg"
            },
            {
                "collection_id": "b0a0479320ccb429dc27f0655d57681792208aaf93ae51cb8df0da8f8e45948d",
                "collection_name": "Jv",
                "collection_creator": "1B1iuWp2sbKgUYtDK5H3KFs3Fs2sYCFacx",
                "collection_symbol": "",
                "collection_description": "Jv",
                "collection_supply": 1000,
                "collection_create_timestamp": 1753192315,
                "collection_icon": "https://nftcdn.turingwallet.xyz/collections/b0a0479320ccb429dc27f0655d57681792208aaf93ae51cb8df0da8f8e45948d.jpg"
            },
            {
                "collection_id": "bf281ed110afd8e6998185b2b174aba7b65aceb8fdad62ab978dcab17c5da95f",
                "collection_name": "Vicky",
                "collection_creator": "1B1iuWp2sbKgUYtDK5H3KFs3Fs2sYCFacx",
                "collection_symbol": "",
                "collection_description": "Vicky",
                "collection_supply": 1000,
                "collection_create_timestamp": 1753192315,
                "collection_icon": "https://nftcdn.turingwallet.xyz/collections/bf281ed110afd8e6998185b2b174aba7b65aceb8fdad62ab978dcab17c5da95f.jpg"
            },
            {
                "collection_id": "9bdfcb42c763ba520cd574920eaf1551690baa24fccc346fa518d35c890833e8",
                "collection_name": "Vicjy",
                "collection_creator": "1B1iuWp2sbKgUYtDK5H3KFs3Fs2sYCFacx",
                "collection_symbol": "",
                "collection_description": "Vicky",
                "collection_supply": 1000,
                "collection_create_timestamp": 1751994287,
                "collection_icon": "https://nftcdn.turingwallet.xyz/collections/9bdfcb42c763ba520cd574920eaf1551690baa24fccc346fa518d35c890833e8.jpg"
            }
        ]
    }
}

URL Parameters

ParameterDescription
addressAddress.
startStarting position or offset (integer).
endEnding position or offset (integer).

Get NFT History

This endpoint retrieves the history of NFT for a given address and a given NFT ID.

HTTP Request

GET https://api.turingbitchain.io/api/tbc/nft/history/address/{address}/nftid/{nftid}/start/{start}/end/{end}

Example Request

shell
curl --location --request GET 'https://api.turingbitchain.io/api/tbc/nft/history/address/1B1iuWp2sbKgUYtDK5H3KFs3Fs2sYCFacx/nftid/b74734cadcc97e016daa4ae27795333d6e20853747d20b47c163592d456fce25/start/0/end/10'

Example Response

json
{
    "code": "200",
    "message": "OK",
    "data": {
        "address": "1B1iuWp2sbKgUYtDK5H3KFs3Fs2sYCFacx",
        "collection_id": "24e614dbc9247dccdcfc70fdffe580a1ef64dcee07fe70293d31690da3319927",
        "collection_index": 57,
        "nft_contract_id": "b74734cadcc97e016daa4ae27795333d6e20853747d20b47c163592d456fce25",
        "history_count": 1,
        "result": [
            {
                "txid": "b74734cadcc97e016daa4ae27795333d6e20853747d20b47c163592d456fce25",
                "sender_address": "1B1iuWp2sbKgUYtDK5H3KFs3Fs2sYCFacx",
                "recipient_address": "1B1iuWp2sbKgUYtDK5H3KFs3Fs2sYCFacx",
                "time_stamp": 1751916502
            }
        ]
    }
}

URL Parameters

ParameterDescription
addressAddress.
nftidNFT ID
startStarting position or offset (integer).
endEnding position or offset (integer).

Get All NFT History

This endpoint retrieves all history of NFT for a given address.

HTTP Request

GET https://api.turingbitchain.io/api/tbc/nft/allhistory/address/{address}/start/{start}/end/{end}

Example Request

shell
curl --location --request GET 'https://api.turingbitchain.io/api/tbc/nft/allhistory/address/1B1iuWp2sbKgUYtDK5H3KFs3Fs2sYCFacx/start/0/end/10'

Example Response

json
{
    "code": "200",
    "message": "OK",
    "data": {
        "history_count": 1491,
        "history_list": [
            {
                "txid": "b39e71cd6e328830daf5f9dad249005ea2cd6a5d82f46795aab8da4aa9e6d506",
                "height": 910155,
                "sender_address": "1B1iuWp2sbKgUYtDK5H3KFs3Fs2sYCFacx",
                "recipient_address": "1B1iuWp2sbKgUYtDK5H3KFs3Fs2sYCFacx",
                "fee": 77280,
                "confirmations": 576,
                "time": 1758263298
            },
            {
                "txid": "8c5f024055d5005a56076607801773583be922c4590f92fb6bb73bf90e1bd804",
                "height": 909590,
                "sender_address": "1B1iuWp2sbKgUYtDK5H3KFs3Fs2sYCFacx",
                "recipient_address": "1B1iuWp2sbKgUYtDK5H3KFs3Fs2sYCFacx",
                "fee": 131,
                "confirmations": 1141,
                "time": 1757930279
            },
            {
                "txid": "b4676dc087f00105740e923ab1530af5f5f9d4b2a1d36c2dd5b3ea4d67c7ae7b",
                "height": 908731,
                "sender_address": "1B1iuWp2sbKgUYtDK5H3KFs3Fs2sYCFacx",
                "recipient_address": "1D9JREsK2PmccZ942VKaYxxJpmUVHp7FFg",
                "fee": 37847,
                "confirmations": 2000,
                "time": 1757409477
            },
            {
                "txid": "13a8941aabd594d0cea4463fb9b71b4b8e5d309450249a88cd71dd85536cf14f",
                "height": 907417,
                "sender_address": "1B1iuWp2sbKgUYtDK5H3KFs3Fs2sYCFacx",
                "recipient_address": "1B1iuWp2sbKgUYtDK5H3KFs3Fs2sYCFacx",
                "fee": 441,
                "confirmations": 3314,
                "time": 1756665506
            },
            {
                "txid": "6dcc4489a9b9cb09a75e453e6c56d296a267779b7cce9cd6c66629d7d7553e28",
                "height": 905403,
                "sender_address": "1B1iuWp2sbKgUYtDK5H3KFs3Fs2sYCFacx",
                "recipient_address": "1B1iuWp2sbKgUYtDK5H3KFs3Fs2sYCFacx",
                "fee": 69257,
                "confirmations": 5328,
                "time": 1755375612
            },
            {
                "txid": "f81d4f612ece44d7752d601b08c337dfc7452b419887b65a80a6f2769223508a",
                "height": 903897,
                "sender_address": "1B1iuWp2sbKgUYtDK5H3KFs3Fs2sYCFacx",
                "recipient_address": "1B1iuWp2sbKgUYtDK5H3KFs3Fs2sYCFacx",
                "fee": 80,
                "confirmations": 6834,
                "time": 1754465516
            },
            {
                "txid": "f710f589701a4198bcacf7528245189e214d340dd45dbf8870042aff67fa173f",
                "height": 903897,
                "sender_address": "1B1iuWp2sbKgUYtDK5H3KFs3Fs2sYCFacx",
                "recipient_address": "1B1iuWp2sbKgUYtDK5H3KFs3Fs2sYCFacx",
                "fee": 80,
                "confirmations": 6834,
                "time": 1754465516
            },
            {
                "txid": "f2f686de9aa5db8853f28c1266252d3ce3946942943a86aabad740956ad0446f",
                "height": 903897,
                "sender_address": "1B1iuWp2sbKgUYtDK5H3KFs3Fs2sYCFacx",
                "recipient_address": "1B1iuWp2sbKgUYtDK5H3KFs3Fs2sYCFacx",
                "fee": 80,
                "confirmations": 6834,
                "time": 1754465516
            },
            {
                "txid": "f1ab66e98f7c24599aeefb1c75623694f3c1183f9460a5ba9f86f6e30dbf362c",
                "height": 903897,
                "sender_address": "1B1iuWp2sbKgUYtDK5H3KFs3Fs2sYCFacx",
                "recipient_address": "1B1iuWp2sbKgUYtDK5H3KFs3Fs2sYCFacx",
                "fee": 80,
                "confirmations": 6834,
                "time": 1754465516
            },
            {
                "txid": "efe6dafec14fae7da9be96e0ac0bcaa65f9024b048df0326c42e0c2af5702b23",
                "height": 903897,
                "sender_address": "1B1iuWp2sbKgUYtDK5H3KFs3Fs2sYCFacx",
                "recipient_address": "1B1iuWp2sbKgUYtDK5H3KFs3Fs2sYCFacx",
                "fee": 80,
                "confirmations": 6834,
                "time": 1754465516
            }
        ]
    }
}

URL Parameters

ParameterDescription
addressAddress.
nftidNFT ID
startStarting position or offset (integer).
endEnding position or offset (integer).

Get Collection's NFTs List

This endpoint retrieves the list of NFT Collection for a given Collection ID.

HTTP Request

GET https://api.turingbitchain.io/api/tbc/nft/nftbycollection/collectionid/{collection_id}/start/{start}/end/{end}

Example Request

shell
curl --location --request GET 'https://api.turingbitchain.io/api/tbc/nft/nftbycollection/collectionid/d2313e65484d1fcc4f356fe0f04f4e93dcbe1d078866a56e68a2d0fdf581261b/start/0/end/10'

Example Response

json
{
    "code": "200",
    "message": "OK",
    "data": {
        "collection_id": "d2313e65484d1fcc4f356fe0f04f4e93dcbe1d078866a56e68a2d0fdf581261b",
        "collection_name": "vicky",
        "collection_icon": "https://nftcdn.turingwallet.xyz/collections/d2313e65484d1fcc4f356fe0f04f4e93dcbe1d078866a56e68a2d0fdf581261b.jpg",
        "collection_description": "vicky",
        "nft_total_count": 0,
        "nft_list": []
    }
}

URL Parameters

ParameterDescription
collection_idCollection ID
startStarting position or offset (integer).
endEnding position or offset (integer).

Get NFT List by Address

This endpoint retrieves the list of NFT for a given address.

HTTP Request

GET https://api.turingbitchain.io/api/tbc/nft/nftbyaddress/address/{address}/start/{start}/end/{end}

Example Request

shell
curl --location --request GET 'https://api.turingbitchain.io/api/tbc/nft/nftbyaddress/address/1B1iuWp2sbKgUYtDK5H3KFs3Fs2sYCFacx/start/0/end/10'

Example Response

json
{
    "code": "200",
    "message": "OK",
    "data": {
        "nft_list": [
            {
                "collection_id": "32072924b86eee3efbb14e7f157e3cd893bd3300fdd4b6ae0d64a6339d351374",
                "collection_index": 2,
                "collection_name": "Jv",
                "nft_attributes": null,
                "nft_contract_id": "b39e71cd6e328830daf5f9dad249005ea2cd6a5d82f46795aab8da4aa9e6d506",
                "nft_create_timestamp": 1758263298,
                "nft_description": "Jv",
                "nft_holder": "1B1iuWp2sbKgUYtDK5H3KFs3Fs2sYCFacx",
                "nft_icon": "https://nftcdn.turingwallet.xyz/nfts/b39e71cd6e328830daf5f9dad249005ea2cd6a5d82f46795aab8da4aa9e6d506.jpg",
                "nft_last_transfer_time": 1758263298,
                "nft_name": "Jv",
                "nft_symbol": "Jv",
                "nft_transfer_count": 0
            },
            {
                "collection_id": "32072924b86eee3efbb14e7f157e3cd893bd3300fdd4b6ae0d64a6339d351374",
                "collection_index": 1,
                "collection_name": "Jv",
                "nft_attributes": null,
                "nft_contract_id": "6dcc4489a9b9cb09a75e453e6c56d296a267779b7cce9cd6c66629d7d7553e28",
                "nft_create_timestamp": 1755375612,
                "nft_description": "jvjv",
                "nft_holder": "1B1iuWp2sbKgUYtDK5H3KFs3Fs2sYCFacx",
                "nft_icon": "https://nftcdn.turingwallet.xyz/nfts/6dcc4489a9b9cb09a75e453e6c56d296a267779b7cce9cd6c66629d7d7553e28.jpg",
                "nft_last_transfer_time": 1757930279,
                "nft_name": "Jv",
                "nft_symbol": "Jv",
                "nft_transfer_count": 2
            },
            {
                "collection_id": "5b23d592f1cd4cc993327f2c690399d9d2a14d1382599854cfe9b2bbf77c5d05",
                "collection_index": 1,
                "collection_name": "Jv",
                "nft_attributes": null,
                "nft_contract_id": "67c4c31270332e65a990d316dce59c3c0c325cc7837ff242c6de0ee12cc715b3",
                "nft_create_timestamp": 1754465516,
                "nft_description": "Jv series item #1",
                "nft_holder": "1B1iuWp2sbKgUYtDK5H3KFs3Fs2sYCFacx",
                "nft_icon": "https://nftcdn.turingwallet.xyz/collections/5b23d592f1cd4cc993327f2c690399d9d2a14d1382599854cfe9b2bbf77c5d05.jpg",
                "nft_last_transfer_time": 1754465516,
                "nft_name": "Jv #1",
                "nft_symbol": "Jv #1",
                "nft_transfer_count": 1
            },
            {
                "collection_id": "5b23d592f1cd4cc993327f2c690399d9d2a14d1382599854cfe9b2bbf77c5d05",
                "collection_index": 4,
                "collection_name": "Jv",
                "nft_attributes": null,
                "nft_contract_id": "7b2a2f52236b89f5aba72bd579e3e4a33f873018ab2ddabb6eaa28c316d491b8",
                "nft_create_timestamp": 1754465516,
                "nft_description": "Jv series item #4",
                "nft_holder": "1B1iuWp2sbKgUYtDK5H3KFs3Fs2sYCFacx",
                "nft_icon": "https://nftcdn.turingwallet.xyz/collections/5b23d592f1cd4cc993327f2c690399d9d2a14d1382599854cfe9b2bbf77c5d05.jpg",
                "nft_last_transfer_time": 1754465516,
                "nft_name": "Jv #4",
                "nft_symbol": "Jv #4",
                "nft_transfer_count": 1
            },
            {
                "collection_id": "5b23d592f1cd4cc993327f2c690399d9d2a14d1382599854cfe9b2bbf77c5d05",
                "collection_index": 3,
                "collection_name": "Jv",
                "nft_attributes": null,
                "nft_contract_id": "afc1f1c6cfc17e3ba9d214427555a85d271c93bdb9f3ff922ad4186fa8050727",
                "nft_create_timestamp": 1754465516,
                "nft_description": "Jv series item #3",
                "nft_holder": "1B1iuWp2sbKgUYtDK5H3KFs3Fs2sYCFacx",
                "nft_icon": "https://nftcdn.turingwallet.xyz/collections/5b23d592f1cd4cc993327f2c690399d9d2a14d1382599854cfe9b2bbf77c5d05.jpg",
                "nft_last_transfer_time": 1754465516,
                "nft_name": "Jv #3",
                "nft_symbol": "Jv #3",
                "nft_transfer_count": 1
            },
            {
                "collection_id": "5b23d592f1cd4cc993327f2c690399d9d2a14d1382599854cfe9b2bbf77c5d05",
                "collection_index": 5,
                "collection_name": "Jv",
                "nft_attributes": null,
                "nft_contract_id": "f710f589701a4198bcacf7528245189e214d340dd45dbf8870042aff67fa173f",
                "nft_create_timestamp": 1754465516,
                "nft_description": "Jv series item #5",
                "nft_holder": "1B1iuWp2sbKgUYtDK5H3KFs3Fs2sYCFacx",
                "nft_icon": "https://nftcdn.turingwallet.xyz/collections/5b23d592f1cd4cc993327f2c690399d9d2a14d1382599854cfe9b2bbf77c5d05.jpg",
                "nft_last_transfer_time": 1754465516,
                "nft_name": "Jv #5",
                "nft_symbol": "Jv #5",
                "nft_transfer_count": 1
            },
            {
                "collection_id": "5b23d592f1cd4cc993327f2c690399d9d2a14d1382599854cfe9b2bbf77c5d05",
                "collection_index": 2,
                "collection_name": "Jv",
                "nft_attributes": null,
                "nft_contract_id": "f81d4f612ece44d7752d601b08c337dfc7452b419887b65a80a6f2769223508a",
                "nft_create_timestamp": 1754465516,
                "nft_description": "Jv series item #2",
                "nft_holder": "1B1iuWp2sbKgUYtDK5H3KFs3Fs2sYCFacx",
                "nft_icon": "https://nftcdn.turingwallet.xyz/collections/5b23d592f1cd4cc993327f2c690399d9d2a14d1382599854cfe9b2bbf77c5d05.jpg",
                "nft_last_transfer_time": 1754465516,
                "nft_name": "Jv #2",
                "nft_symbol": "Jv #2",
                "nft_transfer_count": 1
            },
            {
                "collection_id": "5b23d592f1cd4cc993327f2c690399d9d2a14d1382599854cfe9b2bbf77c5d05",
                "collection_index": 9,
                "collection_name": "Jv",
                "nft_attributes": null,
                "nft_contract_id": "0187cdb4af071b89be4e4fd0a5ad1961226f74ef7ee95dd1175386f53216f925",
                "nft_create_timestamp": 1754465516,
                "nft_description": "Jv series item #9",
                "nft_holder": "1B1iuWp2sbKgUYtDK5H3KFs3Fs2sYCFacx",
                "nft_icon": "https://nftcdn.turingwallet.xyz/collections/5b23d592f1cd4cc993327f2c690399d9d2a14d1382599854cfe9b2bbf77c5d05.jpg",
                "nft_last_transfer_time": 1754465516,
                "nft_name": "Jv #9",
                "nft_symbol": "Jv #9",
                "nft_transfer_count": 0
            },
            {
                "collection_id": "5b23d592f1cd4cc993327f2c690399d9d2a14d1382599854cfe9b2bbf77c5d05",
                "collection_index": 21,
                "collection_name": "Jv",
                "nft_attributes": null,
                "nft_contract_id": "209e28890b3811863e6d671e296029398c8bc902823022f468e52e78e9125b76",
                "nft_create_timestamp": 1754465516,
                "nft_description": "Jv series item #21",
                "nft_holder": "1B1iuWp2sbKgUYtDK5H3KFs3Fs2sYCFacx",
                "nft_icon": "https://nftcdn.turingwallet.xyz/collections/5b23d592f1cd4cc993327f2c690399d9d2a14d1382599854cfe9b2bbf77c5d05.jpg",
                "nft_last_transfer_time": 1754465516,
                "nft_name": "Jv #21",
                "nft_symbol": "Jv #21",
                "nft_transfer_count": 0
            },
            {
                "collection_id": "5b23d592f1cd4cc993327f2c690399d9d2a14d1382599854cfe9b2bbf77c5d05",
                "collection_index": 16,
                "collection_name": "Jv",
                "nft_attributes": null,
                "nft_contract_id": "220b34cacbcaa6faf9b18f39d3e31d10f3f53df71abbf8f345af47a9a6746f46",
                "nft_create_timestamp": 1754465516,
                "nft_description": "Jv series item #16",
                "nft_holder": "1B1iuWp2sbKgUYtDK5H3KFs3Fs2sYCFacx",
                "nft_icon": "https://nftcdn.turingwallet.xyz/collections/5b23d592f1cd4cc993327f2c690399d9d2a14d1382599854cfe9b2bbf77c5d05.jpg",
                "nft_last_transfer_time": 1754465516,
                "nft_name": "Jv #16",
                "nft_symbol": "Jv #16",
                "nft_transfer_count": 0
            }
        ],
        "nft_total_count": 1119
    }
}

URL Parameters

ParameterDescription
addressAddress.
startStarting position or offset (integer).
endEnding position or offset (integer).

Get All Collections

This endpoint retrieves all NFT Collections in turingbitchain.

HTTP Request

GET https://api.turingbitchain.io/api/tbc/nft/collectionlist/start/{start}/end/{end}

Example Request

shell
curl --location --request GET 'https://api.turingbitchain.io/api/tbc/nft/collectionlist/start/0/end/10'

Example Response

json
{
    "code": "200",
    "message": "OK",
    "data": {
        "collection_count": 139,
        "collection_list": [
            {
                "collection_id": "f96781246f402c8930c9ba62faecb87c5d7d7bd3d5b74d97e193231b98f983da",
                "collection_name": "i2",
                "collection_creator": "18pEXcXLSeKWow3YeJUaCX2p1JkZWGS3Gu",
                "collection_symbol": "",
                "collection_attributes": null,
                "collection_description": "1",
                "collection_supply": 10,
                "collection_create_timestamp": 1758183449,
                "collection_icon": "https://nftcdn.turingwallet.xyz/collections/f96781246f402c8930c9ba62faecb87c5d7d7bd3d5b74d97e193231b98f983da.jpg"
            },
            {
                "collection_id": "6ab0679d11c1193cd332e2185a790f1e0df6d18425d0c8112371b096bd56eb8c",
                "collection_name": "two",
                "collection_creator": "18cCxuanYDhuwwBh17ob5jupKi9SUpabhu",
                "collection_symbol": "",
                "collection_attributes": null,
                "collection_description": "1",
                "collection_supply": 10,
                "collection_create_timestamp": 1758103488,
                "collection_icon": "https://nftcdn.turingwallet.xyz/collections/6ab0679d11c1193cd332e2185a790f1e0df6d18425d0c8112371b096bd56eb8c.jpg"
            },
            {
                "collection_id": "5f33bce9e814a329e25732fdeb6ff20a1d113b7a2633a34ac4c382fea95cbcdc",
                "collection_name": "text1",
                "collection_creator": "18cCxuanYDhuwwBh17ob5jupKi9SUpabhu",
                "collection_symbol": "",
                "collection_attributes": null,
                "collection_description": "1",
                "collection_supply": 5,
                "collection_create_timestamp": 1758097171,
                "collection_icon": "https://nftcdn.turingwallet.xyz/collections/5f33bce9e814a329e25732fdeb6ff20a1d113b7a2633a34ac4c382fea95cbcdc.jpg"
            },
            {
                "collection_id": "cf9fd30dcf4bcec3db9cfe95f793ec216fd51d2f7fde56c173dba7495379b277",
                "collection_name": "collection1",
                "collection_creator": "1Guvparq6LUSSfXJbJ7qUCGK9j4c14sHem",
                "collection_symbol": "",
                "collection_attributes": null,
                "collection_description": "Mainnet environment test collection creation",
                "collection_supply": 10,
                "collection_create_timestamp": 1757924399,
                "collection_icon": "https://nftcdn.turingwallet.xyz/collections/cf9fd30dcf4bcec3db9cfe95f793ec216fd51d2f7fde56c173dba7495379b277.jpg"
            },
            {
                "collection_id": "4acf5b2586218edd25b476541f7865b022df8d3e14eef2fbeb002d18f25145af",
                "collection_name": "text1",
                "collection_creator": "1Guvparq6LUSSfXJbJ7qUCGK9j4c14sHem",
                "collection_symbol": "",
                "collection_attributes": null,
                "collection_description": "text",
                "collection_supply": 5,
                "collection_create_timestamp": 1757905095,
                "collection_icon": "https://nftcdn.turingwallet.xyz/collections/4acf5b2586218edd25b476541f7865b022df8d3e14eef2fbeb002d18f25145af.jpg"
            },
            {
                "collection_id": "3955edf0685bae108d699aab25685fd6486c3739bc2fb020c7ef611f892fb915",
                "collection_name": "test",
                "collection_creator": "1HYEPxHcc5fAEpn5vsX5PXcikSyUL9tpHA",
                "collection_symbol": "",
                "collection_attributes": null,
                "collection_description": "Test",
                "collection_supply": 100,
                "collection_create_timestamp": 1755667209,
                "collection_icon": "https://nftcdn.turingwallet.xyz/collections/3955edf0685bae108d699aab25685fd6486c3739bc2fb020c7ef611f892fb915.jpg"
            },
            {
                "collection_id": "32072924b86eee3efbb14e7f157e3cd893bd3300fdd4b6ae0d64a6339d351374",
                "collection_name": "Jv",
                "collection_creator": "1B1iuWp2sbKgUYtDK5H3KFs3Fs2sYCFacx",
                "collection_symbol": "",
                "collection_attributes": null,
                "collection_description": "jvjv",
                "collection_supply": 100,
                "collection_create_timestamp": 1755375612,
                "collection_icon": "https://nftcdn.turingwallet.xyz/collections/32072924b86eee3efbb14e7f157e3cd893bd3300fdd4b6ae0d64a6339d351374.jpg"
            },
            {
                "collection_id": "80c1f3a3c994cbe651ae696ed6fb179baa5e6bb541487f1ef243d595fc98ae29",
                "collection_name": "test",
                "collection_creator": "1B1iuWp2sbKgUYtDK5H3KFs3Fs2sYCFacx",
                "collection_symbol": "",
                "collection_attributes": null,
                "collection_description": "Test",
                "collection_supply": 100,
                "collection_create_timestamp": 1755242776,
                "collection_icon": "https://nftcdn.turingwallet.xyz/collections/80c1f3a3c994cbe651ae696ed6fb179baa5e6bb541487f1ef243d595fc98ae29.jpg"
            },
            {
                "collection_id": "b9580529fcb46b7cd915c5672a9b33aa4caf4b32ceadbe556a4ef8d65e9ff579",
                "collection_name": "what",
                "collection_creator": "14uW72NoethdyV8Vdbp2FV1CXuaNu5BTfm",
                "collection_symbol": "",
                "collection_attributes": null,
                "collection_description": "henhaohenhao",
                "collection_supply": 1000,
                "collection_create_timestamp": 1755055150,
                "collection_icon": "https://nftcdn.turingwallet.xyz/collections/b9580529fcb46b7cd915c5672a9b33aa4caf4b32ceadbe556a4ef8d65e9ff579.jpg"
            },
            {
                "collection_id": "5b23d592f1cd4cc993327f2c690399d9d2a14d1382599854cfe9b2bbf77c5d05",
                "collection_name": "Jv",
                "collection_creator": "1B1iuWp2sbKgUYtDK5H3KFs3Fs2sYCFacx",
                "collection_symbol": "",
                "collection_attributes": null,
                "collection_description": "Jv",
                "collection_supply": 100,
                "collection_create_timestamp": 1754465516,
                "collection_icon": "https://nftcdn.turingwallet.xyz/collections/5b23d592f1cd4cc993327f2c690399d9d2a14d1382599854cfe9b2bbf77c5d05.jpg"
            }
        ]
    }
}

URL Parameters

ParameterDescription
startStarting position or offset (integer).
endEnding position or offset (integer).

Get All NFTs

This endpoint retrieves all NFTs in turingbitchain.

HTTP Request

GET https://api.turingbitchain.io/api/tbc/nft/nftlist/start/{start}/end/{end}

Example Request

shell
curl --location --request GET 'https://api.turingbitchain.io/api/tbc/nft/nftlist/start/0/end/10'

Example Response

json
{
    "code": "200",
    "message": "OK",
    "data": {
        "nft_count": 12411,
        "nft_list": [
            {
                "collection_id": "6ab0679d11c1193cd332e2185a790f1e0df6d18425d0c8112371b096bd56eb8c",
                "collection_name": "two",
                "collection_index": 6,
                "nft_contract_id": "38383df0cae7e4d757600ba7b323de59746d35d39441752b11429e14a5440599",
                "nft_name": "two #6",
                "nft_symbol": "two #6",
                "nft_attributes": null,
                "nft_description": "two series item #6",
                "nft_transfer_count": 0,
                "nft_holder": "18cCxuanYDhuwwBh17ob5jupKi9SUpabhu",
                "nft_create_timestamp": 1758527388,
                "nft_icon": "https://nftcdn.turingwallet.xyz/collections/6ab0679d11c1193cd332e2185a790f1e0df6d18425d0c8112371b096bd56eb8c.jpg"
            },
            {
                "collection_id": "6ab0679d11c1193cd332e2185a790f1e0df6d18425d0c8112371b096bd56eb8c",
                "collection_name": "two",
                "collection_index": 5,
                "nft_contract_id": "57968e3f32e786caca3c389e29e13d18ac73c3152637fe349108fe12f4028208",
                "nft_name": "two #5",
                "nft_symbol": "two #5",
                "nft_attributes": null,
                "nft_description": "two series item #5",
                "nft_transfer_count": 0,
                "nft_holder": "18cCxuanYDhuwwBh17ob5jupKi9SUpabhu",
                "nft_create_timestamp": 1758527388,
                "nft_icon": "https://nftcdn.turingwallet.xyz/collections/6ab0679d11c1193cd332e2185a790f1e0df6d18425d0c8112371b096bd56eb8c.jpg"
            },
            {
                "collection_id": "6ab0679d11c1193cd332e2185a790f1e0df6d18425d0c8112371b096bd56eb8c",
                "collection_name": "two",
                "collection_index": 3,
                "nft_contract_id": "6c50b26332ea95d9359a0f2a65c35d0f294e72b474d3f8eb1ce3934e5408b21c",
                "nft_name": "two #3",
                "nft_symbol": "two #3",
                "nft_attributes": null,
                "nft_description": "two series item #3",
                "nft_transfer_count": 0,
                "nft_holder": "18cCxuanYDhuwwBh17ob5jupKi9SUpabhu",
                "nft_create_timestamp": 1758527388,
                "nft_icon": "https://nftcdn.turingwallet.xyz/collections/6ab0679d11c1193cd332e2185a790f1e0df6d18425d0c8112371b096bd56eb8c.jpg"
            },
            {
                "collection_id": "6ab0679d11c1193cd332e2185a790f1e0df6d18425d0c8112371b096bd56eb8c",
                "collection_name": "two",
                "collection_index": 4,
                "nft_contract_id": "dbea3fd52b66168e59f963cc6d17d5ba77c4909b20ed9aee89a141a549ff4ff6",
                "nft_name": "two #4",
                "nft_symbol": "two #4",
                "nft_attributes": null,
                "nft_description": "two series item #4",
                "nft_transfer_count": 0,
                "nft_holder": "18cCxuanYDhuwwBh17ob5jupKi9SUpabhu",
                "nft_create_timestamp": 1758527388,
                "nft_icon": "https://nftcdn.turingwallet.xyz/collections/6ab0679d11c1193cd332e2185a790f1e0df6d18425d0c8112371b096bd56eb8c.jpg"
            },
            {
                "collection_id": "6ab0679d11c1193cd332e2185a790f1e0df6d18425d0c8112371b096bd56eb8c",
                "collection_name": "two",
                "collection_index": 2,
                "nft_contract_id": "e6a0215f516261db04788afeb46843b709cea70e921b056279a60a22ea265cf4",
                "nft_name": "two #2",
                "nft_symbol": "two #2",
                "nft_attributes": null,
                "nft_description": "two series item #2",
                "nft_transfer_count": 0,
                "nft_holder": "18cCxuanYDhuwwBh17ob5jupKi9SUpabhu",
                "nft_create_timestamp": 1758527388,
                "nft_icon": "https://nftcdn.turingwallet.xyz/collections/6ab0679d11c1193cd332e2185a790f1e0df6d18425d0c8112371b096bd56eb8c.jpg"
            },
            {
                "collection_id": "32072924b86eee3efbb14e7f157e3cd893bd3300fdd4b6ae0d64a6339d351374",
                "collection_name": "Jv",
                "collection_index": 2,
                "nft_contract_id": "b39e71cd6e328830daf5f9dad249005ea2cd6a5d82f46795aab8da4aa9e6d506",
                "nft_name": "Jv",
                "nft_symbol": "Jv",
                "nft_attributes": null,
                "nft_description": "Jv",
                "nft_transfer_count": 0,
                "nft_holder": "1B1iuWp2sbKgUYtDK5H3KFs3Fs2sYCFacx",
                "nft_create_timestamp": 1758263298,
                "nft_icon": "https://nftcdn.turingwallet.xyz/nfts/b39e71cd6e328830daf5f9dad249005ea2cd6a5d82f46795aab8da4aa9e6d506.jpg"
            },
            {
                "collection_id": "f96781246f402c8930c9ba62faecb87c5d7d7bd3d5b74d97e193231b98f983da",
                "collection_name": "i2",
                "collection_index": 1,
                "nft_contract_id": "91099b989674ec539448dd2a37eb9c3e8897d93fc0766e89c78a45ea802b546d",
                "nft_name": "i2nft1",
                "nft_symbol": "i2nft1",
                "nft_attributes": null,
                "nft_description": "1",
                "nft_transfer_count": 1,
                "nft_holder": "12N8VavRQfqipBbXBHKpW4MzK51RfTN6oJ",
                "nft_create_timestamp": 1758186845,
                "nft_icon": "https://nftcdn.turingwallet.xyz/collections/f96781246f402c8930c9ba62faecb87c5d7d7bd3d5b74d97e193231b98f983da.jpg"
            },
            {
                "collection_id": "6ab0679d11c1193cd332e2185a790f1e0df6d18425d0c8112371b096bd56eb8c",
                "collection_name": "two",
                "collection_index": 1,
                "nft_contract_id": "e7ca029ecbb62a709cb7602a877ef669affe4797e240cb9f44bd589edc4337e9",
                "nft_name": "1",
                "nft_symbol": "1",
                "nft_attributes": null,
                "nft_description": "1",
                "nft_transfer_count": 0,
                "nft_holder": "18cCxuanYDhuwwBh17ob5jupKi9SUpabhu",
                "nft_create_timestamp": 1758105046,
                "nft_icon": "https://nftcdn.turingwallet.xyz/collections/6ab0679d11c1193cd332e2185a790f1e0df6d18425d0c8112371b096bd56eb8c.jpg"
            },
            {
                "collection_id": "5f33bce9e814a329e25732fdeb6ff20a1d113b7a2633a34ac4c382fea95cbcdc",
                "collection_name": "text1",
                "collection_index": 1,
                "nft_contract_id": "14ad89d16e81c42d3691dbe9264e6ebaafb24d6c79585f3b1174f175d44bf992",
                "nft_name": "one",
                "nft_symbol": "one",
                "nft_attributes": null,
                "nft_description": "1",
                "nft_transfer_count": 1,
                "nft_holder": "1J6stF2iPJm7HnyscpAWCkib1d6tRS9udc",
                "nft_create_timestamp": 1758099414,
                "nft_icon": "https://nftcdn.turingwallet.xyz/collections/5f33bce9e814a329e25732fdeb6ff20a1d113b7a2633a34ac4c382fea95cbcdc.jpg"
            },
            {
                "collection_id": "cf9fd30dcf4bcec3db9cfe95f793ec216fd51d2f7fde56c173dba7495379b277",
                "collection_name": "collection1",
                "collection_index": 1,
                "nft_contract_id": "49c247f85f748282698199879ef16648c02740b8418448a441def119c0e19a06",
                "nft_name": "1",
                "nft_symbol": "1",
                "nft_attributes": null,
                "nft_description": "1",
                "nft_transfer_count": 2,
                "nft_holder": "1Guvparq6LUSSfXJbJ7qUCGK9j4c14sHem",
                "nft_create_timestamp": 1757926715,
                "nft_icon": "https://nftcdn.turingwallet.xyz/collections/cf9fd30dcf4bcec3db9cfe95f793ec216fd51d2f7fde56c173dba7495379b277.jpg"
            }
        ]
    }
}

URL Parameters

ParameterDescription
startStarting position or offset (integer).
endEnding position or offset (integer).