Send Custom Transaction
Endpoint allows you to send a custom transaction on the specified blockchain. Use this endpoint to initiate transactions with custom parameters.
Overview
Parameters
Request Body
{
"to": "0xf6797c479c7b18de2ea7493291d5f21fede8ff29",
"data": "0xa30cd29c0000...", // Hex-encoded transaction data
"value": 1.5 // Transaction value in cryptocurrency
}Responses
Success (Code 200)
Unauthorized (Code 401)
Forbidden (Code 403)
Not Found (Code 404)
Method Not Allowed (Code 405)
Internal Server Error (Code 500)
Usage
Last updated