Mẹo & Thủ thuật
Làm thế nào để lấy giá gas hiện tại
curl --location 'https://rpc.ankr.com/chiliz'
--header 'Content-Type: application/json'
--data '{
"method": "eth_gasPrice",
"params": [],
"id": 1,
"jsonrpc": "2.0"
}'Làm thế nào để kiểm tra lý do giao dịch thất bại
curl --location 'https://chiliz-rpc.publicnode.com' \
--header 'Content-Type: application/json' \
--data '{
"method": "debug_traceTransaction",
"params": [
"[Transaction ID]",
{
"tracer": "callTracer"
}
],
"id": 1,
"jsonrpc": "2.0"
}'Last updated
Was this helpful?