Signs a transaction without sending it to the blockchain.
Your WalletKit Project ID can be found on the API Keys page in the WalletKit Dashboard.
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
signed transaction. This is the raw transaction that can be sent to the rpc node. e.g. input to eth_sendrawtransaction
The response is of type string
.