Send transaction
POST/v1/transactions/send
Send transaction
This endpoint allows users to submit a signed Ethereum transaction to a specified blockchain network. It requires a JSON payload including the raw transaction string, chain ID, sender account ID, and an optional action type. Upon successful submission, the transaction is broadcasted to the network, recorded in the database, and returns the transaction hash.
Request
- application/json
Body
required
actionType stringnullable
chainId int32required
fromAccountId uuidrequired
rawTx stringrequired
Responses
- 200
- 500
Transaction sent
- text/plain
- Schema
Schema
string
Internal server error
- text/plain
- Schema
Schema
string
Loading...