Build a USDC deposit transaction into the Safe
Execution
Build Deposit
Build a USDC deposit transaction from the user’s wallet (EOA) to their Polymarket Safe trading account.
POST
Build a USDC deposit transaction into the Safe
Request Body
The wallet address (EOA) that will send the deposit.
Amount of USDC to deposit. Must be positive.
Response
Transaction calldata for the deposit.
Server node identifier.
Request processing time in milliseconds.
Usage Example
Integration Example
This builds a simple USDC
transfer() from the EOA to the Safe. The user must have sufficient USDC balance in their wallet. The Safe address is deterministically derived from the EOA address.Body
application/json