Authorizations
Circle's API Keys are formatted in the following structure "PREFIX:ID:SECRET". All three parts are requred to make a successful request.
Headers
Developer-provided parameter used to identify this request. Useful when communicating with Circle Support.
Example:
"2adba88e-9d63-44bc-b975-9b6ae3440dde"
Body
application/json
Blockchain generated unique identifier, associated with wallet (account), smart contract or other blockchain objects.
Example:
"0xca9142d0b9804ef5e239d3bc1c7aa0d1c74e7350"
The testnet blockchain network the resource will be created on or is currently on.
Available options:
ETH-SEPOLIA, AVAX-FUJI, MATIC-AMOY, SOL-DEVNET, ARB-SEPOLIA, UNI-SEPOLIA, BASE-SEPOLIA, OP-SEPOLIA, APTOS-TESTNET Example:
"MATIC-AMOY"
Request native testnet tokens.
Example:
true
Request USDC testnet tokens.
Example:
true
Request EURC testnet tokens.
Example:
true
Response
Successfully requested testnet tokens. No content in body.