Signs a generic transaction using a wallet account that belongs to the integrator. The transaction must be pre-serialized. Only accounts owned by the integrator associated with the API key can be used.
Use this format: ApiKey <your_api_key>
Integrator ID (required for ADMIN/INTERNAL scope)
"uuid-integrator-id"
Transaction signing parameters
Wallet account ID or address to sign the transaction with
"account-abc123"
Raw unsigned transaction to be signed (hex string)
"0x..."
Transaction type
TRANSACTION_TYPE_ETHEREUM, TRANSACTION_TYPE_SOLANA, TRANSACTION_TYPE_TRON "TRANSACTION_TYPE_ETHEREUM"
Chain ID where the transaction will be executed
11155111