Sign typed data

post

Handles the signing of typed data for a given account.

Authorizations
AuthorizationstringRequired
Path parameters
accountNamestringRequired
  • The name of the account for which the data is to be signed.
Header parameters
AuthorizationstringRequired
  • The authorization token for the request.
Body
  • The data to be signed.
chain_idstringOptional

The optional chain ID associated with the data.

datastringRequired

The data to be signed.

Responses
post
/accounts/{accountName}/sign-typed-data
200

A promise that resolves to a SignMessageAPIResponse object containing the result of the signing operation.