Ethereum Wallets
Ethereum Sign Transaction
Sign an Ethereum transaction using a managed wallet. A managed wallet means the private key is never exposed to the client and is always stored encrypted in the vault.
POST
Documentation Index
Fetch the complete documentation index at: https://docs.streambird.io/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Auth Platform API includes all the Auth related features. All Users, Phone Numbers, Emails, and OTPs are associated with an App as the container.Endpoints only accept App's Secret API keys other than certain endpoints that are used client side or via SDK that accept the
public_token.Authentication using App Api Key
Header:Authorization: Bearer {api_key}Path Parameters
Unique ID of the wallet used to sign the transaction.
Request Body
The request uses an Ethereum JSON-RPC–compatible payload.Must be
eth_signTransaction.Parameters for the RPC call.
Response
RPC method that was executed (
eth_signTransaction).Signed transaction data.
Private keys are never exposed or returned.