Get a mock USDT faucet request
Sandbox Faucets
Get a sandbox mock USDT request
Returns the current status of a mock USDT faucet transfer owned by the authenticated organization.
GET
Get a mock USDT faucet request
Poll this endpoint until the faucet request reaches
confirmed or failed.Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Faucet request ID returned by the POST endpoint.
Response
Current faucet transfer state.
Available options:
requested, processing, submitted, confirmed, failed Available options:
ethereum_sepolia Available options:
usdt EVM address receiving the mock USDT.
Requested mock USDT amount with six decimal places.
Pattern:
^[0-9]+\.[0-9]{6}$Ethereum Sepolia transaction hash once submitted.
Machine-readable failure code when status is failed.