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

Response

200 - application/json

OK

The response is of type object.