Skip to main content

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

Body

required
    actionType stringnullable
    chainId int32required
    fromAccountId uuidrequired
    rawTx stringrequired

Responses

Transaction sent

Schema

    string

Loading...