🧑‍🚀 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
  • POST Create/Retrieve Access
  • POST Create/Update NFT
  • GET List NFTs
  • GET Collection Statistics
  • GET Public NFT Metadata
  • POST Create Template
  • PUT Update Template
  • GET List Templates
  • GET Template Details
  • POST Delete Template
  • GET Template Details
  1. Dynamic NFT

API Endpoints

POST Create/Retrieve Access

Example of request:

https://dynamic-api.certhis.io/collection_access

Query Parameters

Parameter
Description

wallet

User's wallet address.

signature

Signature for authentication.

ask

Integer (0 for create/read, 1 for re-create).

collection_index

Index of the collection (optional).

Sample response

{
    "status": true,
    "message": "get",
    "data": {
        "api_key": "API_KEY_VALUE",
        "api_pass": "API_PASS_VALUE",
        "folder": "l3d5gmof3zcyuuukb82aetuyve-32"
    }
}

POST Create/Update NFT

Example of request:

https://dynamic-api.certhis.io/nft

Query Parameters

Parameter
Description

template_id

ID of the template used for the NFT

name

Name of the NFT

description

Description of the NFT

attributes

JSON of NFT attributes

media_activate

Flag to activate media (1 to activate)

general_activate

Flag to activate general settings (1 to activate)

price_template

ID of the price template (optional)

sellable_activate

Flag to mark as sellable (1 to activate)

currency

Currency for pricing

chain_id

Blockchain ID

amount

Amount for pricing

Sample response

{"status":true,"message":"success","data":[1604]}

GET List NFTs

Example of request:

https://dynamic-api.certhis.io/nft

Query Parameters

Parameter
Description

page

User's wallet address.

per_page

Signature for authentication.

search

Integer (0 for create/read, 1 for re-create).

template_id

Index of the collection (optional).

Sample response

{
    "status": true,
    "draw": 2,
    "recordsTotal": 1604,
    "recordsFiltered": 106,
    "message": "get",
    "data": [
        {
            "id": 182714,
            "collection_index": 1488,
            "nft_id": 1603,
            "template_id": 45,
            "amount": null,
            "currency_symbol": null,
            "currency": null,
            "name": "SantaBikerz2",
            "description": "",
            "image": null,
            "decimal": null,
            "media_activate": null,
            "attribute_activate": null,
            "sellable_activate": null,
            "price_template": 1,
            "royalties": null,
            "general_activate": 0,
            "animation_url": null,
            "template_name": "SantaBikerz2",
            "price": "",
            "template_image": "https://utility-apps-assets.certhis.io/upload/2023/12/26/4aa42de0-a3f6-11ee-968e-55d99e7401cf.png",
            "attributes_nft": [],
            "attributes_templates": [],
            "url_media": "https://utility-apps-assets.certhis.io/upload/2023/12/26/4aa42de0-a3f6-11ee-968e-55d99e7401cf.png"
        },
        {
            "id": 182713,
            "collection_index": 1488,
            "nft_id": 1602,
            "template_id": 45,
            "amount": null,
            "currency_symbol": null,
            "currency": null,
            "name": "SantaBikerz2",
            "description": "",
            "image": null,
            "decimal": null,
            "media_activate": null,
            "attribute_activate": null,
            "sellable_activate": null,
            "price_template": 1,
            "royalties": null,
            "general_activate": 0,
            "animation_url": null,
            "template_name": "SantaBikerz2",
            "price": "",
            "template_image": "https://utility-apps-assets.certhis.io/upload/2023/12/26/4aa42de0-a3f6-11ee-968e-55d99e7401cf.png",
            "attributes_nft": [],
            "attributes_templates": [],
            "url_media": "https://utility-apps-assets.certhis.io/upload/2023/12/26/4aa42de0-a3f6-11ee-968e-55d99e7401cf.png"
        },
        {
            "id": 182712,
            "collection_index": 1488,
            "nft_id": 1601,
            "template_id": 45,
            "amount": null,
            "currency_symbol": null,
            "currency": null,
            "name": "SantaBikerz2",
            "description": "",
            "image": null,
            "decimal": null,
            "media_activate": null,
            "attribute_activate": null,
            "sellable_activate": null,
            "price_template": 1,
            "royalties": null,
            "general_activate": 0,
            "animation_url": null,
            "template_name": "SantaBikerz2",
            "price": "",
            "template_image": "https://utility-apps-assets.certhis.io/upload/2023/12/26/4aa42de0-a3f6-11ee-968e-55d99e7401cf.png",
            "attributes_nft": [],
            "attributes_templates": [],
            "url_media": "https://utility-apps-assets.certhis.io/upload/2023/12/26/4aa42de0-a3f6-11ee-968e-55d99e7401cf.png"
        },
        {
            "id": 182711,
            "collection_index": 1488,
            "nft_id": 1600,
            "template_id": 45,
            "amount": null,
            "currency_symbol": null,
            "currency": null,
            "name": "SantaBikerz2",
            "description": "",
            "image": null,
            "decimal": null,
            "media_activate": null,
            "attribute_activate": null,
            "sellable_activate": null,
            "price_template": 1,
            "royalties": null,
            "general_activate": 0,
            "animation_url": null,
            "template_name": "SantaBikerz2",
            "price": "",
            "template_image": "https://utility-apps-assets.certhis.io/upload/2023/12/26/4aa42de0-a3f6-11ee-968e-55d99e7401cf.png",
            "attributes_nft": [],
            "attributes_templates": [],
            "url_media": "https://utility-apps-assets.certhis.io/upload/2023/12/26/4aa42de0-a3f6-11ee-968e-55d99e7401cf.png"
        },
        {
            "id": 182603,
            "collection_index": 1488,
            "nft_id": 1599,
            "template_id": 45,
            "amount": null,
            "currency_symbol": null,
            "currency": null,
            "name": "SantaBikerz2",
            "description": "",
            "image": null,
            "decimal": null,
            "media_activate": null,
            "attribute_activate": null,
            "sellable_activate": null,
            "price_template": 1,
            "royalties": null,
            "general_activate": 1,
            "animation_url": null,
            "template_name": "SantaBikerz2",
            "price": "",
            "template_image": "https://utility-apps-assets.certhis.io/upload/2023/12/26/4aa42de0-a3f6-11ee-968e-55d99e7401cf.png",
            "attributes_nft": [],
            "attributes_templates": [],
            "url_media": "https://utility-apps-assets.certhis.io/upload/2023/12/26/4aa42de0-a3f6-11ee-968e-55d99e7401cf.png"
        },
        {
            "id": 182602,
            "collection_index": 1488,
            "nft_id": 1596,
            "template_id": 45,
            "amount": null,
            "currency_symbol": null,
            "currency": null,
            "name": "SantaBikerz2",
            "description": "",
            "image": null,
            "decimal": null,
            "media_activate": null,
            "attribute_activate": null,
            "sellable_activate": null,
            "price_template": 1,
            "royalties": null,
            "general_activate": 1,
            "animation_url": null,
            "template_name": "SantaBikerz2",
            "price": "",
            "template_image": "https://utility-apps-assets.certhis.io/upload/2023/12/26/4aa42de0-a3f6-11ee-968e-55d99e7401cf.png",
            "attributes_nft": [],
            "attributes_templates": [],
            "url_media": "https://utility-apps-assets.certhis.io/upload/2023/12/26/4aa42de0-a3f6-11ee-968e-55d99e7401cf.png"
        },
        {
            "id": 182601,
            "collection_index": 1488,
            "nft_id": 1595,
            "template_id": 45,
            "amount": null,
            "currency_symbol": null,
            "currency": null,
            "name": "SantaBikerz2",
            "description": "",
            "image": null,
            "decimal": null,
            "media_activate": null,
            "attribute_activate": null,
            "sellable_activate": null,
            "price_template": 1,
            "royalties": null,
            "general_activate": 1,
            "animation_url": null,
            "template_name": "SantaBikerz2",
            "price": "",
            "template_image": "https://utility-apps-assets.certhis.io/upload/2023/12/26/4aa42de0-a3f6-11ee-968e-55d99e7401cf.png",
            "attributes_nft": [],
            "attributes_templates": [],
            "url_media": "https://utility-apps-assets.certhis.io/upload/2023/12/26/4aa42de0-a3f6-11ee-968e-55d99e7401cf.png"
        },
        {
            "id": 182600,
            "collection_index": 1488,
            "nft_id": 1598,
            "template_id": 45,
            "amount": null,
            "currency_symbol": null,
            "currency": null,
            "name": "SantaBikerz2",
            "description": "",
            "image": null,
            "decimal": null,
            "media_activate": null,
            "attribute_activate": null,
            "sellable_activate": null,
            "price_template": 1,
            "royalties": null,
            "general_activate": 1,
            "animation_url": null,
            "template_name": "SantaBikerz2",
            "price": "",
            "template_image": "https://utility-apps-assets.certhis.io/upload/2023/12/26/4aa42de0-a3f6-11ee-968e-55d99e7401cf.png",
            "attributes_nft": [],
            "attributes_templates": [],
            "url_media": "https://utility-apps-assets.certhis.io/upload/2023/12/26/4aa42de0-a3f6-11ee-968e-55d99e7401cf.png"
        },
        {
            "id": 182599,
            "collection_index": 1488,
            "nft_id": 1597,
            "template_id": 45,
            "amount": null,
            "currency_symbol": null,
            "currency": null,
            "name": "SantaBikerz2",
            "description": "",
            "image": null,
            "decimal": null,
            "media_activate": null,
            "attribute_activate": null,
            "sellable_activate": null,
            "price_template": 1,
            "royalties": null,
            "general_activate": 1,
            "animation_url": null,
            "template_name": "SantaBikerz2",
            "price": "",
            "template_image": "https://utility-apps-assets.certhis.io/upload/2023/12/26/4aa42de0-a3f6-11ee-968e-55d99e7401cf.png",
            "attributes_nft": [],
            "attributes_templates": [],
            "url_media": "https://utility-apps-assets.certhis.io/upload/2023/12/26/4aa42de0-a3f6-11ee-968e-55d99e7401cf.png"
        },
        {
            "id": 182598,
            "collection_index": 1488,
            "nft_id": 1594,
            "template_id": 45,
            "amount": null,
            "currency_symbol": null,
            "currency": null,
            "name": "SantaBikerz2",
            "description": "",
            "image": null,
            "decimal": null,
            "media_activate": null,
            "attribute_activate": null,
            "sellable_activate": null,
            "price_template": 1,
            "royalties": null,
            "general_activate": 1,
            "animation_url": null,
            "template_name": "SantaBikerz2",
            "price": "",
            "template_image": "https://utility-apps-assets.certhis.io/upload/2023/12/26/4aa42de0-a3f6-11ee-968e-55d99e7401cf.png",
            "attributes_nft": [],
            "attributes_templates": [],
            "url_media": "https://utility-apps-assets.certhis.io/upload/2023/12/26/4aa42de0-a3f6-11ee-968e-55d99e7401cf.png"
        }
    ]
}

GET Collection Statistics

Example of request:

https://dynamic-api.certhis.io/stat

  • No additional parameters required.

Sample response

{"status":true,"message":"get","data":{"template":2,"nft":1604}}

GET Public NFT Metadata

Example of request:

https://dynamic-api.certhis.io/l3d5gmof3zcyuuukb82aetuyve-32/1.json

Sample response


{
    "name": "SantaBikerz2",
    "description": "",
    "image": "https://utility-apps-assets.certhis.io/upload/2023/12/26/4aa42de0-a3f6-11ee-968e-55d99e7401cf.png",
    "attributes": []
}

POST Create Template

Example of request:

https://dynamic-api.certhis.io/template

Form-data Parameters

Parameter
Description

name

Name of the template.

description

Description of the template.

image

Image file for the template.

animation_url

URL for template animation.

sellable_activate

Flag to mark as sellable (1 to activate).

amount

Amount for pricing.

currency

Currency for pricing.

chain_id

Blockchain ID.

decimal

Decimal points for pricing.

animation_link

Direct link to template animation.

Sample response

{"status":true,"message":"created","data":{"template_id":49}}

PUT Update Template

Example of request:

https://dynamic-api.certhis.io/template

Form-data Parameters

Parameter
Description

template_id

ID of the template to update.

name

Name of the template.

description

Description of the template.

image

Image file for the template.

animation_url

URL for template animation.

sellable_activate

Flag to mark as sellable (1 to activate).

amount

Amount for pricing.

currency

Currency for pricing.

chain_id

Blockchain ID.

decimal

Decimal points for pricing.

animation_link

Direct link to template animation.

Sample response

{"status":true,"message":"updated","data":[]}

GET List Templates

Example of request:

https://dynamic-api.certhis.io/template

Form-data Parameters

Parameter
Description

page

Page number for pagination.

per_page

Number of templates per page.

search

Search term for templates.

Sample response

{
    "status": true,
    "message": "get",
    "data": [
        {
            "id": 49,
            "access_id": 32,
            "image": 2094,
            "name": "SantaBikerz23",
            "description": "Amazing Description",
            "animation_url": null,
            "amount": null,
            "animation_link": null,
            "currency": null,
            "currency_symbol": null,
            "sellable_activate": null,
            "decimal": null,
            "royalties": null,
            "url_media": "https://utility-apps-assets.certhis.io/upload/2023/12/26/edba8d60-a402-11ee-8c51-2b25fa54c078.png",
            "url_animation": null,
            "nb_nft_linked": 0
        },
        {
            "id": 45,
            "access_id": 32,
            "image": 2081,
            "name": "SantaBikerz2",
            "description": "",
            "animation_url": null,
            "amount": null,
            "animation_link": null,
            "currency": null,
            "currency_symbol": null,
            "sellable_activate": null,
            "decimal": null,
            "royalties": null,
            "url_media": "https://utility-apps-assets.certhis.io/upload/2023/12/26/4aa42de0-a3f6-11ee-968e-55d99e7401cf.png",
            "url_animation": null,
            "nb_nft_linked": 106
        },
        {
            "id": 44,
            "access_id": 32,
            "image": 2080,
            "name": "SantaBikerz",
            "description": "",
            "animation_url": null,
            "amount": null,
            "animation_link": null,
            "currency": null,
            "currency_symbol": null,
            "sellable_activate": null,
            "decimal": null,
            "royalties": null,
            "url_media": "https://utility-apps-assets.certhis.io/upload/2023/12/26/caaffbf0-a3f5-11ee-9d75-638906415d22.png",
            "url_animation": null,
            "nb_nft_linked": 1498
        }
    ],
    "count": 3
}

GET Template Details

Example of request:

https://dynamic-api.certhis.io/template/:template_id
Parameter
Description

:template_id

The ID of the template.

Sample response


{
    "status": true,
    "message": "get",
    "data": {
        "id": 49,
        "access_id": 32,
        "image": 2094,
        "name": "SantaBikerz23",
        "description": "Amazing Description",
        "animation_url": null,
        "amount": null,
        "animation_link": null,
        "currency": null,
        "currency_symbol": null,
        "sellable_activate": null,
        "decimal": null,
        "royalties": null,
        "url_media": "https://utility-apps-assets.certhis.io/upload/2023/12/26/edba8d60-a402-11ee-8c51-2b25fa54c078.png",
        "url_animation": null,
        "nb_nft_linked": 0,
        "attributes": []
    }
}

POST Delete Template

Example of request:

 https://dynamic-api.certhis.io/template/delete/:template_id
Parameter
Description

:template_id

The ID of the template.

Sample response

{"status":true,"message":"Template deleted successfully","data":[]}

GET Template Details

PreviousAuthenticationNextWeb3 CRM

Last updated 9 months ago

🖼️