cURL
curl --request POST \ --url https://api-testnet.context.markets/v2/balance/mint-test-usdc \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "address": "<string>", "amount": "<string>" } '
{ "hash": "<string>" }
Mints test USDC tokens to an address. Rate limited to 3 mints and 5000 USDC per day per API key.
API key passed as Bearer token
Mint request
Amount of USDC to mint (e.g. "100")
Mint successful
Transaction hash