Search instructions of a program using Elasticsearch DSL.

See the Elasticsearch docs for a list of query types.

Path Params
string
required
Body Params
number

Number of entries to return. Default is 10.

number

Pagination starting point.

number

A starting slot/block for the search (inclusive)

number

An ending slot/block for the search (inclusive)

string
enum

Slot sort/block order for results. Defaults to "desc".

Allowed:
string
enum

Include pre/post balance info for the transaction each instruction was in.

Allowed:
string

A specific instruction name to search though.

must
array of arrays
Defaults to

AND queries - An array of elasticsearch conditions which must ALL match. Supports nesting.

must
must_not
array of arrays
Defaults to

NOR queries - An array of elasticsearch conditions which must ALL NOT match. Supports nesting.

must_not
should
array of arrays
Defaults to

OR querires - An array of elasticsearch conditions of which, at least ONE must match. Supports nesting.

should
Headers
string
required
Response

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