Search operations
URL Expired
The URL for this request expired after 30 days.
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
ADD string
OperationTypes
array of objects
Filter by stored intent OperationType values (human-readable strings, not URL path segments).
OperationTypes
Show 48 enum values
ADD string
Statuses
array of objects
If non-empty, only operations whose status matches one of these values.
Statuses
Show 8 enum values
ADD string
Response Codes
200 OK
400 Invalid input, validation error, or malformed request
500 Internal server error. May include an errorCode (M-prefixed) and data from the MPA error code system. See cwpapi/errors.go for codes.
Base URL
https://api.your-wallet.blockdaemon-wallet.com/api/cwp/operations/search
curl --request POST \
--url https://api.your-wallet.blockdaemon-wallet.com/api/cwp/operations/search \
--header 'accept: application/json' \
--header 'content-type: application/json'
Click Try It! to start a request and see the response here! Or choose an example:
application/json
200400``500