v1

latestOpenAPI 3.1.0GPL 3.02026-07-131857173.1 KB
Chain Data

Get transactions

Retrieve one or more transactions from the chain or local cache. Corresponds to the <a href="/chifra/chaindata/#chifra-transactions">chifra transactions</a> command line.

get/transactions

Query parameters

transactionsstring[] required

a space-separated list of one or more transaction identifiers

articulateboolean

articulate the retrieved data if ABIs can be found

tracesboolean

include the transaction's traces in the results

uniqboolean

display a list of uniq addresses found in the transaction

flow'from' | 'to'

for the uniq option only, export only from or to (including trace from or to)

logsboolean

display only the logs found in the transaction(s)

emitterstring[]

for the --logs option only, filter logs to show only those logs emitted by the given address(es)

topicstring[]

for the --logs option only, filter logs to show only those with this topic(s)

cacheTracesboolean

force the transaction's traces into the cache

chainstring

the chain to use

noHeaderboolean

suppress the header in the output

cacheboolean

force the results of the query into the cache

decacheboolean

removes related items from the cache

etherboolean

export values in ether

fmtstring

export format, one of [ txt | csv | json ]

Response

returns the requested data

Example response

{
  "blockHash": "0x3a1fba5abd9d41457944e91ed097e039b7b12d3d7ba324a3f422db2277a48e28",
  "blockNumber": 52029,
  "date": "2015-08-08 06:22:55 UTC",
  "ether": "0",
  "from": "0x3d0768da09ce77d25e2d998e6a7b6ed4b9116c2d",
  "gas": 90000,
  "gasCost": 2516291173295740,
  "gasPrice": 57380137580,
  "gasUsed": 43853,
  "hash": "0x218b632d932371478d1ae5a01620ebab1a2030f9dad6f8fba4a044ea6335a57e",
  "input": "0x432ced044d794669727374436f696e000000000000000000000000000000000000000000",
  "nonce": 31,
  "receipt": {
    "contractAddress": "0x0",
    "effectiveGasPrice": 57380137580,
    "gasUsed": 43853,
    "logs": [
      {
        "address": "0x5564886ca2c518d1964e5fcea4f423b41db9f561",
        "data": "0x",
        "date": "2015-08-08 06:22:55 UTC",
        "logIndex": 0,
        "timestamp": 1439014975,
        "topics": [
          "0xa6697e974e6a320f454390be03f74955e8978f1a6971ea6730542e37b66179bc",
          "0x4d794669727374436f696e000000000000000000000000000000000000000000"
        ]
      }
    ],
    "status": null
  },
  "timestamp": 1439014975,
  "to": "0x5564886ca2c518d1964e5fcea4f423b41db9f561",
  "traces": [],
  "transactionIndex": 0,
  "value": "0"
}