cURL
curl --request POST \ --url https://demo-api.mobula.io/api/2/pm/deposit/build \ --header 'Content-Type: application/json' \ --data ' { "address": "<string>", "amount": 123 } '
{ "data": { "to": "<string>", "calldata": "<string>", "chainId": 123, "safeAddress": "<string>" }, "hostname": "<string>", "took": 123 }
Build a USDC deposit transaction from the user’s wallet (EOA) to their Polymarket Safe trading account.
USDC amount to deposit
Deposit transaction
Show child attributes