Admin Login
HomeGuidesAPI ReferenceChangelogBlockdaemon Main Docs
Log In
API Reference

Search operations

Deprecated: Prefer POST /operations/searchInfos when you need a stable sort or pagination without unmarshalling full intents. Returns operations' intents matching the filter. If Statuses is omitted or empty, only operations that are not in a final state (Succeeded or Failed) are included. There is no limit field on the filter; this endpoint may return unbounded payloads. Matches are returned in arbitrary order (not ordered by creation time). The 200 response body is a ListOperationsResult: Intents is a JSON array of stored intent objects (standard application/json encoding of each intent struct). Each element matches one variant of IntentItem when the operation type is still startable over HTTP; use the object's OperationType field to select the variant. Older operation types that can no longer be started (for example transfer, add ERC20 asset) may still appear in responses but are omitted from the IntentItem union. This is not a base64 blob, json.RawMessage, or double-encoded JSON string layer. Returned intents include common metadata when present: OperationType, optional OperationID and InitiatorID, and server fields such as Timestamp and InitiatorName (see each variant under IntentItem).

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params

Filter for operation search and operation summary search. All fields are optional. Omitting Statuses restricts results to operations not in Succeeded or Failed. OperationTypes entries are operation type strings; see OperationTypesResponse and GET /restrictions/optypes/*.

OperationIDs
array of strings

If non-empty, only intents for these operation IDs.

OperationIDs
OperationTypes
array of objects

Filter by stored intent OperationType values (human-readable strings, not URL path segments).

OperationTypes
Statuses
array of objects

If non-empty, only operations whose status matches one of these values.

Statuses
Responses

Language
Credentials
Header
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json