🧑‍🚀 CERTHIS 🧑‍🚀
  • 🎯GET STARTED
    • Platform Quick Overview
    • Certhis Academy
    • Create Collection
  • 👾API Object References
    • Collection
    • NFT
    • User
    • Label
    • Currency
  • 🖼️Dynamic NFT
    • Authentication
    • API Endpoints
  • ⚙️Web3 CRM
    • API Endpoints
    • Webhook
  • 🍏Apple & Google Wallet
    • API Endpoints
    • Scanner
  • 🛒NFT Checkout
    • Claimer
    • API Endpoint
  • ⛏️Mint API
    • API Endpoint
    • MINTER ADDRESS
    • Webhook
    • Free Claim User
  • ✴️API endpoints
    • COLLECTION
    • CURRENCIES
    • NFT
    • STATISTICS
    • TRANSACTIONS
    • USER
    • SIGNATURE
    • CONTRACT
  • 📖Certhis SDK
    • Deploy Collection
    • Fetch NFT
    • Fetch Transactions
  • 💰Certhis WALLET
    • Introduction
    • Usage
    • Generate Wallet
    • Export private key
    • Connect to DAPP
  • 📜Smart Contract
    • ABI
    • INTERFACE
    • Audit
    • Contract Checker
  • 💸Royalties
    • Mint Royalties
    • Resell Royalties
    • Affiliation Royalties
    • Co-Creator Royalties
    • Deactivate Collection Royatlies
  • GATE
  • Community
    • 🔗Certhis On Social Media
    • 🏛️Founders
    • 📞Contact
  • FAQ
    • ❔FAQ
Powered by GitBook
On this page
  • GET User Activities
  • GET NFT Activities
  • GET Label Activities
  • GET Collection Activities
  1. API endpoints

TRANSACTIONS

GET User Activities

Example of request:

https://api.certhis.io/transaction/user

Query Parameters

Parameter
Description

user

the string representing the user wallet address

offset_id

Sample response

{
   "data":[
      {
         "chain_id":43113,
         "chain_symbol":"AVAX",
         "scan_url":"https://testnet.snowtrace.io/",
         "name_scan":"Snowtrace",
         "id":1009,
         "collection_address":"0xb731d506b9f2f506ae1cfe4bdc0b837f01cf21a1",
         "collection_id":608,
         "blockNumber":18115937,
         "nft_id":[
            0
         ],
         "hash":"0xe5142a38c10db3d64bc893c0b9e59fab8f0f46fcb3385397d96d07a3fced186e",
         "erc20_address":"0x0000000000000000000000000000000000000000",
         "symbol":null,
         "amount":0,
         "decimals":null,
         "type":0,
         "from":"0x0000000000000000000000000000000000000000",
         "to":"0x5930d98cfc7A814d9b03295126D268d358DeC14D",
         "created":"2023-01-18T09:02:25.000Z",
         "nft_data":[
            {
               "name":"Little Monster",
               "description":"Little monster for certhis demo",
               "image":"https://certhis.mypinata.cloud/ipfs/QmWC2bQXgZMrNz5BHN7h9qZhnY1r2Q2ntNfJXp3xpPPdLC/0.png",
               "attributes":[
                  {
                     "trait_type":"color",
                     "value":"purple"
                  },
                  {
                     "trait_type":"glance",
                     "value":"up"
                  }
               ]
            }
         ],
         "from_username":null,
         "to_username":"Certhis_Demo",
         "collection_logo":null,
         "collection_name":"cc"
      },
      {
         "chain_id":43113,
         "chain_symbol":"AVAX",
         "scan_url":"https://testnet.snowtrace.io/",
         "name_scan":"Snowtrace",
         "id":970,
         "collection_address":"0x7ab211c7cb7d3f80f304f6b95ea5ae285fc2086d",
         "collection_id":699,
         "blockNumber":17841736,
         "nft_id":[
            0
         ],
         "hash":"0xbbf48e3b7d4994decea6da4bd3178363c74ad621f62fb1040e9c21268a9d81b9",
         "erc20_address":"0x0000000000000000000000000000000000000000",
         "symbol":null,
         "amount":0,
         "decimals":null,
         "type":0,
         "from":"0x0000000000000000000000000000000000000000",
         "to":"0x5930d98cfc7A814d9b03295126D268d358DeC14D",
         "created":"2023-01-09T13:07:27.000Z",
         "nft_data":[
            {
               "name":"nft",
               "description":"",
               "image":"https://certhis.mypinata.cloud/ipfs/QmXa9FQnTTJkX7qdoSqD3vPyin1JnHXb8fzYmDLsGeNoRo",
               "verso_information":{
                  
               }
            }
         ],
         "from_username":null,
         "to_username":"Certhis_Demo",
         "collection_logo":null,
         "collection_name":"Trouble A"
      },
      {
         "chain_id":43113,
         "chain_symbol":"AVAX",
         "scan_url":"https://testnet.snowtrace.io/",
         "name_scan":"Snowtrace",
         "id":961,
         "collection_address":"0xe2afadd56e558da6cd9bf5de9c4579ac0db80f5b",
         "collection_id":687,
         "blockNumber":17622306,
         "nft_id":[
            0
         ],
         "hash":"0x90851cf8816e9651c4f8296dc9b522f10c3936f7ceacd683d9e79d2c40d40f9b",
         "erc20_address":"0x0000000000000000000000000000000000000000",
         "symbol":null,
         "amount":0,
         "decimals":null,
         "type":0,
         "from":"0x0000000000000000000000000000000000000000",
         "to":"0x5930d98cfc7A814d9b03295126D268d358DeC14D",
         "created":"2023-01-03T14:00:24.000Z",
         "nft_data":[
            {
               "name":"Beat",
               "description":"",
               "image":"https://certhis.mypinata.cloud/ipfs/QmX7XMmmVx1sjFXBrR99UNrLcdsyTn9uzYEJgrrkFwd2F9",
               "verso_information":{
                  
               }
            }
         ],
         "from_username":null,
         "to_username":"Certhis_Demo",
         "collection_logo":null,
         "collection_name":"uuk"
      },
      {
         "chain_id":43113,
         "chain_symbol":"AVAX",
         "scan_url":"https://testnet.snowtrace.io/",
         "name_scan":"Snowtrace",
         "id":918,
         "collection_address":"0x81e204b6227fbfd20e809b288155a4c335e0c0fc",
         "collection_id":673,
         "blockNumber":17297897,
         "nft_id":[
            28
         ],
         "hash":"0xfe6bbebd38ee30f91c9cae5dbd473799315c14d9bba6c2edfb0870743c0b3c44",
         "erc20_address":"0x0000000000000000000000000000000000000000",
         "symbol":null,
         "amount":10000000000000000,
         "decimals":18,
         "type":0,
         "from":"0x0000000000000000000000000000000000000000",
         "to":"0x5930d98cfc7A814d9b03295126D268d358DeC14D",
         "created":"2022-12-25T08:56:20.000Z",
         "nft_data":[
            {
               "name":"Jean",
               "description":"retail for certhis demo",
               "image":"https://certhis.mypinata.cloud/ipfs/QmeVxUnsqsWtv3jJu8cNT8gjqkhh4BjAepMUFufsQzZBes/28.png"
            }
         ],
         "from_username":null,
         "to_username":"Certhis_Demo",
         "collection_logo":null,
         "collection_name":"Trouble A"
      },
      {
         "chain_id":43113,
         "chain_symbol":"AVAX",
         "scan_url":"https://testnet.snowtrace.io/",
         "name_scan":"Snowtrace",
         "id":875,
         "collection_address":"0x5b124fa26d63e4bbd2b4b4e2286d4e291c35bc05",
         "collection_id":648,
         "blockNumber":17061631,
         "nft_id":[
            0
         ],
         "hash":"0x87cc7aae0277ca9be215ff1a7fb33a34f306311fc211607efc69c2aeec8d938b",
         "erc20_address":"0x0000000000000000000000000000000000000000",
         "symbol":null,
         "amount":0,
         "decimals":null,
         "type":0,
         "from":"0x0000000000000000000000000000000000000000",
         "to":"0x5930d98cfc7A814d9b03295126D268d358DeC14D",
         "created":"2022-12-18T13:15:27.000Z",
         "nft_data":[
            {
               "name":"Beat",
               "description":"",
               "image":"https://certhis.mypinata.cloud/ipfs/QmRqPGPSWmc9Srx1z5MEHq5DoFKVjk8gYkRSHdqVUs8oF9",
               "verso_information":{
                  
               }
            }
         ],
         "from_username":null,
         "to_username":"Certhis_Demo",
         "collection_logo":null,
         "collection_name":"qd"
      }
   ],
   "status":true,
   "message":"get_transactions_user"
}

GET NFT Activities

Example of request:

https://api.certhis.io/transaction/nft

Query Parameters

Parameter
Description

nft_id

the int representing the NFT ID

collection_address

the string representing the collection address

collection_id

the int representing the collection ID

offset_id

chain_id

Sample response

{
   "data":[
      {
         "chain_id":80001,
         "chain_symbol":"MATIC",
         "scan_url":"https://mumbai.polygonscan.com/",
         "name_scan":"Polygonscan",
         "id":1017,
         "collection_address":"0x1caf361ca07deacff90d39c2f5f70b87ea2d1da7",
         "collection_id":745,
         "blockNumber":31111833,
         "nft_id":[
            0
         ],
         "hash":"0x6a8ed7781ce6d9b9116647b094a3b064672cc3e2ec49f8f5ba79cbf06b8d6770",
         "erc20_address":"0x0000000000000000000000000000000000000000",
         "symbol":null,
         "amount":0,
         "decimals":null,
         "type":0,
         "from":"0x0000000000000000000000000000000000000000",
         "to":"0x7c78A82f71d6D7C9F14c4930F786F74Cd8171238",
         "created":"2023-01-18T16:36:33.000Z",
         "nft_data":[
            {
               "name":"Little Monster",
               "description":"Little monster for certhis demo",
               "image":"https://certhis.mypinata.cloud/ipfs/QmWC2bQXgZMrNz5BHN7h9qZhnY1r2Q2ntNfJXp3xpPPdLC/0.png",
               "attributes":[
                  {
                     "trait_type":"color",
                     "value":"purple"
                  },
                  {
                     "trait_type":"glance",
                     "value":"up"
                  }
               ]
            }
         ],
         "from_username":null,
         "to_username":"rp0fficial",
         "collection_logo":null,
         "collection_name":"test"
      }
   ],
   "status":true,
   "message":"get_transactions_nft"
}

GET Label Activities

Example of request:

https://api.certhis.io/transaction/label
                ?label_index=502

Parameters

Parameter
Description

label_index

the int representing label index

offset_id

label_id

Sample response

{
   "data":[
      {
         "chain_id":43113,
         "chain_symbol":"AVAX",
         "scan_url":"https://testnet.snowtrace.io/",
         "name_scan":"Snowtrace",
         "id":443,
         "collection_address":"0xfc162832b642fff6bf938bb5f643ee2947dd9cde",
         "collection_id":564,
         "blockNumber":16013779,
         "nft_id":[
            0
         ],
         "hash":"0x95e9ebd28561b6a129ec0d2773393e3079dde6b7aa1a87db32e48e59a26a428e",
         "erc20_address":"0x0000000000000000000000000000000000000000",
         "symbol":null,
         "amount":0,
         "decimals":null,
         "type":0,
         "from":"0x0000000000000000000000000000000000000000",
         "to":"0xbCD28f4d25b4E86abFB2b02b696a7B81faB07469",
         "created":"2022-11-20T13:22:51.000Z",
         "nft_data":[
            {
               "name":"Vynil 2",
               "description":"this is the 1st Vynil of the collection\nMusic has not been sampled\nIt's an original ",
               "image":"https://certhis.mypinata.cloud/ipfs/QmbEj1WtfCarFb96TJaMoyGCiMuvrrk3AFsGvygJwthB1V",
               "attributes":[
                  {
                     "trait_type":"33T",
                     "value":"collector"
                  }
               ],
               "verso_information":{
                  
               }
            }
         ],
         "from_username":null,
         "to_username":"Certhis Test",
         "collection_logo":null,
         "collection_name":"off white black"
      }
   ],
   "status":true,
   "message":"get_transactions_label"
}

GET Collection Activities

Example of request:

https://api.certhis.io/transaction/collection
                ?collection_index=502

Parameters

Parameter
Description

collection_index

the int representing collection index

offset_id

update

{
   "data":[
      {
         "chain_id":137,
         "chain_symbol":"MATIC",
         "scan_url":"https://polygonscan.com/",
         "name_scan":"Polygonscan",
         "id":969,
         "collection_address":"0x64280289316178e412f27d877f26d30e4cb38195",
         "collection_id":698,
         "blockNumber":37863579,
         "nft_id":[
            0
         ],
         "hash":"0xa678c752f3cbbc6eb7f02d022028bb6b6fdd27e4eba4b775769ec6a5e740f5c0",
         "erc20_address":"0x0000000000000000000000000000000000000000",
         "symbol":null,
         "amount":0,
         "decimals":null,
         "type":0,
         "from":"0x0000000000000000000000000000000000000000",
         "to":"0x4357c39517B7611e3e49D8649e810010967ADb77",
         "created":"2023-01-09T12:59:31.000Z",
         "nft_data":[
            {
               "name":"Hoodie 1",
               "description":"asdf",
               "image":"https://certhis.mypinata.cloud/ipfs/QmSDj6bGVr9cPBF5QUPLTjCXv6Uw2dxufUbFEwfLGKKaE1",
               "attributes":[
                  {
                     "trait_type":"Body",
                     "value":"Hand"
                  }
               ],
               "verso_information":{
                  
               }
            }
         ],
         "from_username":null,
         "to_username":null,
         "collection_logo":null,
         "collection_name":"fulowa1"
      }
   ],
   "status":true,
   "message":"get_transactions_collection"
}

PreviousSTATISTICSNextUSER

Last updated 9 months ago

✴️