PostERC3643ForcedTransfer
fromstring
Address of the wallet that is sending the tokens
Example:
0xdE394eD7ac8Ca7E5Ed89F54BA3B02Aed7aD12343
tostring
Address of the wallet that is receiving the tokens
Example:
0x5678AeD7ac8Ca7E5Ed89F54BA3B02Aed7aD12343
amountstring
Amount of tokens to be transferred
Example:
10
noncestring
Unique number per request to prevent replay attacks
Example:
1
signaturestring
EIP712 signature of the request
Example:
0x24141b250b48a181add46fda3c403aec202f313b1bac4ed826f587466a157e8cd5f57ee59c1b
PostERC3643ForcedTransfer
{
"from": "0xdE394eD7ac8Ca7E5Ed89F54BA3B02Aed7aD12343",
"to": "0x5678AeD7ac8Ca7E5Ed89F54BA3B02Aed7aD12343",
"amount": "10",
"nonce": "1",
"signature": "0x24141b250b48a181add46fda3c403aec202f313b1bac4ed826f587466a157e8cd5f57ee59c1b"
}