POST
/
v1
/
faucet
/
usdc
curl --request POST \
  --url https://testnet-operator-evm.orderly.org/v1/faucet/usdc \
  --header 'Content-Type: application/json' \
  --data '{
  "chain_id": "<string>",
  "user_address": "<string>",
  "broker_id": "<string>"
}'
{
  "success": true,
  "timestamp": 1702989203989
}

Body

application/json
user_address
string
required

The address of the user account. Use Zions51qQNUgWNyp4JegUFoMUpgFx43jBUsYmHtDPdr for Solana address.

broker_id
string
required

Builder ID of an account

chain_id
string

The chain ID that the test USDC should be deposited to. Not applicable to Solana faucet.

Response

200 - application/json
OK
success
boolean
required
timestamp
integer