FULL NAME
SUBJECT
Customer Support
Customer Support
Business / Sales
Partnership
Feedback
Other
TEXT MESSAGE
0/300
⚡ Test Our Private Nodes of 40+ Blockchains just for $50!
Method: POST eth_sendTransaction
Method not allowed
Creates new message call transaction or a contract creation, if the data field contains code.
Object
- None
The transaction object
from
- DATA
20 Bytes - The address the transaction is send from.
to
- DATA
20 Bytes - (optional when creating new contract) The address the transaction is directed to.
gas
- QUANTITY
{'(optional, default': '90000) Integer of the gas provided for the transaction execution. It will return unused gas.'}
gasPrice
- QUANTITY
(optional, default To-Be-Determined) Integer of the gasPrice used for each paid gas
value
- QUANTITY
(optional) Integer of the value sent with this transaction
data
- DATA
The compiled code of a contract OR the hash of the invoked method signature and encoded parameters. For details see Ethereum Contract ABI
nonce
- QUANTITY
(optional) Integer of a nonce. This allows to overwrite your own pending transactions that use the same nonce.
curl --location --request POST 'https://bsc.getblock.io/mainnet/' \ --header 'x-api-key: YOUR-API-KEY' \ --header 'Content-Type: application/json' \ --data-raw '{"jsonrpc": "2.0", "method": "eth_sendTransaction", "params": [null, null, null, null, null, null, null, null], "id": "getblock.io"}'
{ "result": "null", "id": "getblock.io", "status_code": 405, "message": "Method not allowed" }