Skip to main content
POST
Mint USD testnet tokens

Authorizations

Authorization
string
header
required

JWT token or API key

Body

application/json
chainSlug
enum<string>
required

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"

userAddress
string
required

User wallet address to mint tokens to

Pattern: ^0x[a-fA-F0-9]{40}$
Example:

"0x742d35Cc6634C0532925a3b844Bc9e7595f0bEb"

amount
integer
default:100000

Amount of USD to mint (defaults to 100,000)

Required range: x > 0
Example:

100000

Response

Successful response

success
enum<boolean>
required
Available options:
true
transaction
object
required