Mint USD testnet tokens
Utilities
Mint USD testnet tokens
Prepares a transaction to mint USD testnet tokens (e.g., USDC) on supported chains. This is a testnet-only function for development and testing purposes. Returns transaction data that the frontend can execute via the user’s wallet.
POST
Mint USD testnet tokens
Authorizations
JWT token or API key
Body
application/json
Blockchain identifier. Supported chains: solana, solana-devnet, arbitrum, base, base-sepolia, avalanche, op-bnb, bnb, bnb-testnet, ethereum, monad, unichain, unichain-testnet, abstract, polygon, zksync, zksync-testnet
Available options:
solana, solana-devnet, arbitrum, base, base-sepolia, avalanche, op-bnb, bnb, bnb-testnet, ethereum, monad, unichain, unichain-testnet, abstract, polygon, zksync, zksync-testnet Example:
"base-sepolia"
User wallet address to mint tokens to
Pattern:
^0x[a-fA-F0-9]{40}$Example:
"0x742d35Cc6634C0532925a3b844Bc9e7595f0bEb"
Amount of USD to mint (defaults to 100,000)
Required range:
x > 0Example:
100000
