Generates the typed data for the EIP712 signature of the deployment signature
POST/v2/factory/erc3643-diamond/eip712-typed-data
Generates the EIP712 typed data required to authorize a Diamond token deployment. The caller must sign the returned typed data with the issuer's private key using eth_signTypedData_v4, then pass the resulting signature to the corresponding deployment endpoint to complete the token creation.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 500
OK
Request with incorrect format
Unauthorized Client
Forbidden resource
Resource not found
Server error