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:
Query Parameters
POST Wallet Management
Creates or updates a wallet based on the provided data.
Example of request:
Query Parameters
POST Import Wallets from CSV
Imports wallets from a CSV file.
Example of request:
Query Parameters
GET Wallet Statistics
Retrieves the number of wallets in the database.
Example of request:
GET Wallet Information
Retrieves wallet information based on wallet address or ID
Example of request:
Query Parameters
POST Delete Wallet
Imports wallets from a CSV file.
Example of request:
Query Parameters
POST NFT Management
Mint NFTs for Wallets
Example of request:
Query Parameters
POST Wallets Tags Management
Creates a new tag for wallets.
Example of request:
Query Parameters
GET Get Tags
Retrieves the list of tags
Example of request:
POST Edit Tag
Edits an existing tag.
Example of request:
Query Parameters
POST Delete Tag
Deletes an existing tag.
Example of request:
Query Parameters
GET Wallets List
Retrieves a list of wallets with optional search and filtering.
Example of request:
Query Parameters
Last updated