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ยง
- GetCandle
Params - Parameters for the GET /candles/current and GET /candles/last endpoints.
- GetCandles
Params - Parameters for the GET /candles endpoint.
- GetFunding
Rates Params - Parameters for the GET /funding-rates endpoint.
- GetInstrument
Params - Parameters for the GET /instrument endpoint.
- GetTicker
Params - Parameters for the GET /ticker endpoint.
- GetTransactions
Params - Parameters for the GET /transactions endpoint.