Skip to main content
POST
List instruments with pagination

Body

application/json
expired
boolean
required
instrument_type
enum<string>
required

Asset type of the instrument: "option", "perp", or "erc20".

Available options:
option,
perp,
erc20
currency
string | null
page
integer<uint64> | null
Required range: x >= 0
page_size
integer<uint64> | null
Required range: x >= 0

Response

Success

instruments
object[]
required
pagination
object
required

Response envelope for paginated RPCs.