πŸ’ΌAPI Endpoint

POST API Credential

On success, it will return API KEY & API SECRET

Example of request:

 https://api.certhis.io/mint_access

Form parameter

ParameterDescription

collection_index

the collection index

signature

the signature

wallet

the wallet collection owner

ask

null or 1 if you need to regenrate

POST MINT NFT

On success, it will return a task id

Example of request:

 https://api.certhis.io/mint

Header Param

ParameterDescription

api_key

the api key

api_secret

api secret

Form parameter

ParameterDescription

wallet

the wallet to send the NFT(or email address)

nft_id

if specified

token_uri

if specified

```json
{
    "status": true,
    "message": "created",
    "data": {
        "task_id": 3
    }
}
```

GET MINT STATUS

On success, it will return a STATUS

Example of request:

https://api.certhis.io/mint_status

Query parameter

ParameterDescription

api_key

the api key

api_secret

api secret

task_id

task id of the mint process

GET MINT TASK LIST

On success, it will return a task LIST

Example of request:

 https://api.certhis.io/mint_task_list

Query parameter

ParameterDescription

api_key

the api key

api_secret

api secret

offset

segmentation id

GET MINT TASK LIST

Last updated