eth_getTransactionByHash

ArbitrumC1

Returns the transaction matching the given hash, or null if it is unknown or still pending propagation.

Endpoint
POST https://api.1st-node.com/v1/arbitrum/rpc

Parameters

NameTypeDescription
hashDATA, 32 bytesTransaction hash.

Returns

Object — the transaction, or null if not found.

Request

curl https://api.1st-node.com/v1/arbitrum/rpc \
  -H "Authorization: Bearer $ONE_KEY" \
  -H "content-type: application/json" \
  -d '{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "eth_getTransactionByHash",
  "params": ["0x88df…"]
}'
{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "eth_getTransactionByHash",
  "params": ["0x88df…"]
}

Response

{
  "jsonrpc": "2.0",
  "id": 1,
  "result": { "hash": "0x88df…", "from": "0x…", "to": "0x…", "value": "0x0" }
}
More transactions methods on Arbitrum

Arbitrum API

チャージして、キーを取得し、リリース。

セルフサーブ。暗号資産またはカードで支払い。クレジットで従量課金——重いプリミティブは高く、単純なものは安価。

APIキーを取得