Click your avatar to review your personal and billing details, and access your payment/invoice history.
Platform options
All features use the corresponding APIs in the background (for example, listing the webhook calls under Webhooks uses the API for listing executed webhooks). Each API call consumes a specific number of credits.
Review the API Reference to see how many credits each API consumes.
The menu panel includes the following options:
API keys
Explore (and its underlying options)
Dev tools
NFT Minter
Examples
Docs
Contact us
API keys
The API keys screen provides the overview of your API keys utilization, credit use, and your plan.
Explore
The options under Explore let you review your assets and activities.
When you click an option under Explore, the corresponding API call is executed in the background to retrieve the data that you requested. For example, clicking Webhooks uses the API for listing executed webhooks.
Each API call consumes a specific number of credits. This will be reflected in your credit consumption statistics that you can see on the API keys screen.
To find out how many credits each API consumes, review the API Reference or check the API for each option further in this section.
Debug
Lists the last 100 API calls that you made.
This option does not consume any credits.
Deposits
Lists the deposits that you have made and received and lets you filter them by different criteria (from, to, currency, status, and so on).
This option uses the API for listing all deposits under your API key.
Subscriptions
Lists your existing subscriptions and allows you to create a new subscription right from the Dashboard.
This option uses the API for listing all active subscriptions.
Webhooks
Lists the last 10 webhook calls that have been made based on your subscriptions, including those that failed.
This option uses the API for listing executed webhooks.
Virtual Accounts
Lists your existing virtual accounts and lets you filter them by different criteria (active/frozen, currency, customer ID, and so on).
This option uses the API for listing all virtual accounts.
Dev tools
Under Dev tools, you can find the links to the other components of the Tatum platform (Tatum JS, Tatum CLI tool, and more).
NFT Minter
NFT Minter allows you to mint NFTs right from the Dashboard and without the need to make API calls.
To use NFT Minter on the mainnet, you have to have a paid pricing plan. Tatum covers your transaction fees for NFT minting and pays for them from its own blockchain address. Then, the fee amount paid by Tatum is converted to the number of credits, and these credits are deducted from the monthly credit allowance of your paid pricing plan. The transaction fees and the corresponding numbers of credits deducted from your allowance vary depending on what blockchain you mint NFTs on.
On the testnet, no credits are deducted from the monthly credit allowance. You can mint NFTs with NFT Express regardless of your pricing plan.
You can mint NFTs for the following blockchains:
BNB Smart Chain (BSC)
Celo (CELO)
Ethereum (ETH)
Harmony (ONE)
Klaytn (KLAY)
Polygon (MATIC)
Solana (SOL)
Examples
Under Examples, you can find common use cases and examples of ready-to-use API requests to complete those use cases.
Docs
Docs open this user documentation in a new browser tab.