Eth_sign
Authorizations
api-keystringRequired
Body
jsonrpcstringRequiredExample:
2.0methodstringRequiredExample:
eth_signparamsstring[] · 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:
1Responses
200
Returns the signature of the message
application/json
jsonrpcstringOptionalExample:
2.0idintegerOptionalExample:
1resultstringOptionalExample:
Signature of the input data
0x2c6401ff89...3b4998b061post
/200
Returns the signature of the message
Last updated