API Endpoints

Request Headers: api_key: API key for authentication. api_secret: API secret for authentication.

POST CRM Access

This endpoint allows access to a CRM collection by verifying permissions and generating API keys if necessary.

Example of request:

https://api.certhis.io/crm_access

Query Parameters

POST Wallet Management

Creates or updates a wallet based on the provided data.

Example of request:

https://api.certhis.io/wallet

Query Parameters

POST Import Wallets from CSV

Imports wallets from a CSV file.

Example of request:

https://api.certhis.io/wallets_import

Query Parameters

GET Wallet Statistics

Retrieves the number of wallets in the database.

Example of request:

https://api.certhis.io/notification/send

GET Wallet Information

Retrieves wallet information based on wallet address or ID

Example of request:

https://api.certhis.io/wallet

Query Parameters

POST Delete Wallet

Imports wallets from a CSV file.

Example of request:

https://api.certhis.io/wallet_delete

Query Parameters

POST NFT Management

Mint NFTs for Wallets

Example of request:

https://api.certhis.io/wallets_mint

Query Parameters

POST Wallets Tags Management

Creates a new tag for wallets.

Example of request:

https://api.certhis.io/wallets_tags

Query Parameters

GET Get Tags

Retrieves the list of tags

Example of request:

https://api.certhis.io/wallets_tags

POST Edit Tag

Edits an existing tag.

Example of request:

https://api.certhis.io/wallets_tags_edit

Query Parameters

POST Delete Tag

Deletes an existing tag.

Example of request:

https://api.certhis.io/wallets_tags_delete

Query Parameters

GET Wallets List

Retrieves a list of wallets with optional search and filtering.

Example of request:

https://api.certhis.io/wallets

Query Parameters

Last updated