Expand description
Request parameter structures for the Ax REST API.
Each struct corresponds to an Ax REST endpoint and is annotated
using serde so that it can be serialized directly into the query string
or request body expected by the exchange.
Parameter structs are built using the builder pattern and then passed to
AxRawHttpClient methods where they are automatically serialized.
Structsยง
- GetBook
Params - Parameters for the GET /book endpoint.
- GetCandle
Params - Parameters for the GET /candles/current and GET /candles/last endpoints.
- GetCandles
Params - Parameters for the GET /candles endpoint.
- GetFills
Params - Parameters for the GET /fills endpoint.
- GetFunding
Rates Params - Parameters for the GET /funding-rates endpoint.
- GetFunding
Slots Params - Parameters for the GET /funding-slots endpoint.
- GetInstrument
Params - Parameters for the GET /instrument endpoint.
- GetOpen
Orders Params - Parameters for the GET /open-orders endpoint.
- GetOrder
Status Params - Parameters for the GET /order-status endpoint.
- GetOrders
Params - Parameters for the GET /orders endpoint.
- GetTicker
Params - Parameters for the GET /ticker endpoint.
- GetTickers
Params - Parameters for the GET /tickers endpoint.
- GetTrades
Params - Parameters for the GET /trades endpoint.
- GetTransactions
Params - Parameters for the GET /transactions endpoint.