eth_sendRawTransaction
介紹BlockRazor BSC Fast模式的eth_sendRawTransaction接口以及集成方法
最後更新於
這有幫助嗎?
這有幫助嗎?
{
"jsonrpc":"2.0",
"id":"1",
"result":"0xa06b……f7e8ec" // 交易哈希
}{
"jsonrpc":"2.0",
"id":"1",
"error":{
"code":-32000,
"message":"Tip verification failed"
}
}curl -X POST 'http://bsc-fast.blockrazor.io/health' \
-H "Content-Type: application/json" \
-d ""