Liking cljdoc? Tell your friends :D

quanta.bybit.impl.rest


canonical-query-stringclj

(canonical-query-string params)

Sorted query string for Bybit v5 REST signing.

Sorted query string for Bybit v5 REST signing.
raw docstring

derivative-position-categoriesclj

(derivative-position-categories)

get-all-pagesclj

(get-all-pages mode login path base-params)

Fetch all pages for a Bybit list endpoint. base-params must include required query keys; :cursor is added automatically.

Fetch all pages for a Bybit list endpoint. `base-params` must include required
query keys; `:cursor` is added automatically.
raw docstring

get-linear-positionsclj

(get-linear-positions mode login settle-coin)

get-open-ordersclj

(get-open-orders mode login category)

All open orders for category (:spot, :linear, :inverse, :option).

All open orders for `category` (`:spot`, `:linear`, `:inverse`, `:option`).
raw docstring

get-open-orders-responseclj

(get-open-orders-response mode login category)

First-page raw Bybit response for /v5/order/realtime.

First-page raw Bybit response for `/v5/order/realtime`.
raw docstring

get-positionsclj

(get-positions mode login category extra-params)

Open derivative positions for category (:linear, :inverse, :option).

Open derivative positions for `category` (`:linear`, `:inverse`, `:option`).
raw docstring

get-positions-responseclj

(get-positions-response mode login category extra-params)

First-page raw Bybit response for /v5/position/list.

First-page raw Bybit response for `/v5/position/list`.
raw docstring

get-wallet-balanceclj

(get-wallet-balance mode login)

Unified wallet balance snapshot.

Unified wallet balance snapshot.
raw docstring

get-wallet-balance-responseclj

(get-wallet-balance-response mode login)

Raw Bybit response for /v5/account/wallet-balance.

Raw Bybit response for `/v5/account/wallet-balance`.
raw docstring

http-get-secureclj

(http-get-secure mode login path params)

Signed GET against Bybit v5 REST. Returns parsed :result map.

Signed GET against Bybit v5 REST. Returns parsed `:result` map.
raw docstring

http-get-secure-responseclj

(http-get-secure-response mode login path params)

Signed GET against Bybit v5 REST. Returns full parsed Bybit JSON body.

Signed GET against Bybit v5 REST. Returns full parsed Bybit JSON body.
raw docstring

order-query-categoriesclj

(order-query-categories)

rest-base-urlclj

(rest-base-url mode)

rest-base-urlsclj

cljdoc builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close