Deposit USDC to account

Deposit USDC to an account on the blockchain. The API service pays gas on behalf of the user.

Signature: Uses Deposit EIP-712 type (different from VerifySignature):

Deposit(address account, uint256 amount)

Struct hash: keccak256(abi.encode(TYPEHASH, account, amount))

Language
Click Try It! to start a request and see the response here!