πŸ•ΈοΈAPI Endpoints

POST Create/Retrieve Access

Example of request:

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

Query Parameters

POST Create/Update NFT

Example of request:

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

Query Parameters

GET List NFTs

Example of request:

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

Query Parameters

GET Collection Statistics

Example of request:

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

  • No additional parameters required.

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

PUT Update Template

Example of request:

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

Form-data Parameters

GET List Templates

Example of request:

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

Form-data Parameters

GET Template Details

Example of request:

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

POST Delete Template

Example of request:

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

GET Template Details

Last updated