Eth_sign

Sign arbitrary data using eth_sign

post
Authorizations
api-keystringRequired
Body
jsonrpcstringRequiredExample: 2.0
methodstringRequiredExample: eth_sign
paramsstring[] · min: 2 · max: 2Required

[address, data]

  • address: The account that will sign the data
  • data: The data to be signed (must be a hex string)
idintegerRequiredExample: 1
Responses
chevron-right
200

Returns the signature of the message

application/json
jsonrpcstringOptionalExample: 2.0
idintegerOptionalExample: 1
resultstringOptional

Signature of the input data

Example: 0x2c6401ff89...3b4998b061
post
/
200

Returns the signature of the message

Last updated