Operations
Get operations by hash
Returns a list of operations with the specified hash.
NOTE: if you know in advance what operation type you want to get (e.g. transactions), prefer using /v1/operations/{type}/{hash}
(e.g. /v1/operations/transactions/{hash}) instead, because it's much more efficient.
get/v1/operations/{hash}
Path parameters
hashstring required
Operation hash
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.