Operations
Get operation status
Returns operation status: true if applied, false if failed, null (or HTTP 204) if doesn't exist.
NOTE: if you know in advance what operation type you want to check (e.g. transactions), prefer using /v1/operations/{type}/{hash}/status
(e.g. /v1/operations/transactions/{hash}/status) instead, because it's much more efficient.
get/v1/operations/{hash}/status
Path parameters
hashstring required
Operation hash
Response
boolean nullable required
Changes
No recorded changes to this endpoint across all 1 revision of this API.