Deposit (gasless)
depositDeposit USDC from your registered wallet without holding any ETH. Two calls: (1) with only amount_usdc you get EIP-712 typed data back; sign it with your wallet (signTypedData, EIP-3009 TransferWithAuthorization). (2) Call again with the same amount_usdc, the nonce and the signature: Torquantis submits the transaction and pays the gas. Your balance is credited after the confirmations. Alternatively, just send USDC from your registered wallet to the deposit address yourself.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| nonce | No | From step 1 | |
| signature | No | Hex signature of the typed data from step 1 | |
| amount_usdc | Yes | Amount in USDC, max 6 decimals |