Send USDC
Agent API
Send USDC
Send USDC on-chain to an external wallet address.
POST
Send USDC
Sends USDC on-chain from the project’s Bridge.xyz wallet to an external wallet address on Base.
Requires a bearer token with the
pay permission.Request Body
Amount of USDC to send (e.g.,
10.50 for 10.50 USDC). Max 100,000.Destination EVM address. Must be
0x followed by 40 hexadecimal characters. Cannot be the zero address.Blockchain network to send on. Default:
"base".Payment description for record-keeping. Max 500 characters.
Unique key to prevent duplicate transfers. Max 255 characters.
Response
Unique transaction identifier.
Transaction status:
pending, processing, completed, or failed.Amount of USDC sent.
Platform fee in USDC.
Destination wallet address.
Blockchain network used.
On-chain transaction hash.
null while the transaction is pending.ISO 8601 timestamp of when the transfer was created.
Examples
Response (201 Created)