Skip to main content
POST
Change Transaction Format

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
to
string
required

Recipient address for this transaction.

Example:

"0x338EF19fA2eC0fc4d1277B1307a613fA1FBbc0cb"

value
string
required

Value of Ether to send in Wei.

Example:

"64000000000000000000"

data
string
required

Data for the transaction, typically for contract calls.

Example:

"0x"

Response

OK

Standard API success response envelope wrapping the result payload.

error
object | null
required

Error object. Always null on successful responses.

result
object
required

Response payload containing the requested data.