Operations
Get operations by hash and counter
Returns a list of operations with the specified hash and counter.
NOTE: if you know in advance what operation type you want to get (e.g. transactions), prefer using /v1/operations/{type}/{hash}/{counter}
(e.g. /v1/operations/transactions/{hash}/{counter}) instead, because it's much more efficient.
get/v1/operations/{hash}/{counter}
Path parameters
hashstring required
Operation hash
counterinteger required
Operation counter
Query parameters
micheline'Json' | 'JsonString' | 'Raw' | 'RawString'
Format of the parameters, storage and diffs: 0 - JSON, 1 - JSON string, 2 - raw micheline, 3 - raw micheline string
quote'None' | 'Btc' | 'Eur' | 'Usd' | 'Cny' | 'Jpy' | 'Krw' | 'Eth' | 'Gbp'
Comma-separated list of ticker symbols to inject historical prices into response
Response
Changes
No recorded changes to this endpoint across all 1 revision of this API.