Send Specific Amount Usdc
Web3 API
Send Specific Amount Usdc
Send a specific amount of USDC to a destination address.
This endpoint transfers USDC from a funding wallet to the specified destination address. The transaction is tracked using the Circle request tracker and polled for completion.
- destination_address: Destination wallet address
- amount: Amount of USDC to send (must be positive)
- blockchain: Blockchain network (default: ETH-SEPOLIA)
- wallet_username: Optional username to resolve funding wallet from Firebase
- funding_wallet_id: Optional Circle wallet ID to send from (overrides wallet_username)
Returns transaction details including transaction ID for tracking.
POST
Send Specific Amount Usdc
Body
application/json
Request model for sending USDC to a destination address
Destination wallet address
Amount of USDC to send (must be positive)
Blockchain network
Username to resolve funding wallet from Firebase
Circle wallet ID to send from
Response
Successful Response