Skip to main content
POST
/
balance
/
mint-test-usdc
Mint test USDC
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>"
}

Authorizations

Authorization
string
header
required

API key passed as Bearer token

Body

application/json

Mint request

address
string
required
amount
string
required

Amount of USDC to mint (e.g. "100")

Response

Mint successful

hash
string
required

Transaction hash