API Endpoint
POST API Credential
On success, it will return API KEY & API SECRET
Example of request:
https://api.certhis.io/mint_accessForm parameter
Parameter
Description
collection_index
the collection index
signature
the signature
wallet
the wallet collection owner
ask
null or 1 if you need to regenrate
```json
{
"status": true,
"data": {
"api_key": "API KEY",
"api_secret": "API PASS"
}
}
```POST MINT NFT
On success, it will return a task id
Example of request:
https://api.certhis.io/mintHeader Param
Parameter
Description
api_key
the api key
api_secret
api secret
Form parameter
Parameter
Description
wallet
the wallet to send the NFT(or email address)
nft_id
if specified
token_uri
if specified
GET MINT STATUS
On success, it will return a STATUS
Example of request:
Query parameter
Parameter
Description
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:
Query parameter
Parameter
Description
api_key
the api key
api_secret
api secret
offset
segmentation id
GET MINT TASK LIST
Last updated