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

typestring required

Type of the operation

idinteger

Internal ID of the operation

Changes