Search operation summaries

URL Expired

The URL for this request expired after 30 days.

Filter

object

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/*.

Filterobject

Pagination

object

Cursor pagination for POST /operations/searchInfos.

Paginationobject

``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.


Shell

Node

Ruby

PHP

Python

Base URL

https://api.your-wallet.blockdaemon-wallet.com/api/cwp/operations/searchInfos

xxxxxxxxxx

curl --request POST \
     --url https://api.your-wallet.blockdaemon-wallet.com/api/cwp/operations/searchInfos \
     --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