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.
Operation hash
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.
Operation hash
Operation counter
Returns an internal operations with the specified hash, counter and nonce.
NOTE: if you know in advance what operation type you want to get (e.g. transactions), prefer using /v1/operations/{type}/{hash}/{counter}/{nonce}
(e.g. /v1/operations/transactions/{hash}/{counter}/{nonce}) instead, because it's much more efficient.
Operation hash
Operation counter
Operation nonce (internal)