Skip to main content

PostERC3643TransferTokens

fromstring

Address of the source account

Example: 0xdE394eD7ac8Ca7E5Ed89F54BA3B02Aed7aD12343
tostring

Address of the destination account

Example: 0x2B5DB3E183D5ef27b620941cA8C91106F9D1e6a3
amountstring

Amount of tokens will be transferred from from to to

Example: 20
noncestring

Nonce of the signing wallet

Example: 1
signaturestring

EIP712 signature

Example: 0x8eb2e35250a66c65d981393c74cead26a66c33c54c4d4a327c31d3e5f08b9e1b0x8eb2e35250a66c65d981393c74cead26a66c33c54c4d4a327c31d3e5f08b9e1b
PostERC3643TransferTokens
{
"from": "0xdE394eD7ac8Ca7E5Ed89F54BA3B02Aed7aD12343",
"to": "0x2B5DB3E183D5ef27b620941cA8C91106F9D1e6a3",
"amount": "20",
"nonce": "1",
"signature": "0x8eb2e35250a66c65d981393c74cead26a66c33c54c4d4a327c31d3e5f08b9e1b0x8eb2e35250a66c65d981393c74cead26a66c33c54c4d4a327c31d3e5f08b9e1b"
}