πŸ’Ό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

POST MINT NFT

On success, it will return a task id

Example of request:

 https://api.certhis.io/mint

Header Param

Form parameter

```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

GET MINT TASK LIST

On success, it will return a task LIST

Example of request:

 https://api.certhis.io/mint_task_list

Query parameter

GET MINT TASK LIST

Last updated