Sign typed data

POST {{baseUrl}}/developer/sign/typedData

Sign the EIP-712 typed structured data from a specified developer-controlled wallet. Please note that not all the Dapps currently support Smart Contract Account (SCA), the difference between EOA and SCA can be found in the account types guide, and you can check the list of Dapps that support SCA: https://eip1271.io/.

https://developers.circle.com/w3s/reference/signdevelopertypeddata

Request Body

{"walletId"=>"a0eebc99-9c0b-4ef8-bb6d-6bb9bd380a11", "data"=>"{ \"types\": { \"Data\": [{ \"name\": \"dummy\", \"type\": \"string\" }],}, \"domain\": { \"name\": \"Test\", \"chainId\": 1337 }, \"primaryType\": \"Data\", \"message\": { \"dummy\": \"dummy\" }}", "memo"=>"Transfer USDC to Sam", "entitySecretCiphertext"=>"{{entitySecretCiphertext}}"}