Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Util for generating endpoints added #1525

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4,807 changes: 4,807 additions & 0 deletions utils/coin_docs.txt

Large diffs are not rendered by default.

68 changes: 68 additions & 0 deletions utils/coin_endpoints_list.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,68 @@
GET /futures/data/delivery-price
GET /futures/data/openInterestHist
GET /futures/data/topLongShortAccountRatio
GET /futures/data/topLongShortPositionRatio
GET /futures/data/globalLongShortAccountRatio
GET /futures/data/takerlongshortRatio
GET /dapi/v1/constituents
GET /dapi/v1/fundingInfo
GET /dapi/v1/ticker/bookTicker
GET /dapi/v1/account
GET /dapi/v1/income/asynto
GET /dapi/v1/income/asyn/idto
GET /dapi/v1/income
GET /dapi/v2/leverageBracket
GET /dapi/v1/positionRisk
POST /dapi/v1/order
PUT /dapi/v1/order
POST /dapi/v1/batchOrders
PUT /dapi/v1/batchOrders
GET /dapi/v1/pmAccountInfo
GET /dapi/v1/trades
GET /dapi/v1/pmExchangeInfo
GET /dapi/v1/orderAmendment
GET /dapi/v1/userTrades
GET /dapi/v1/exchangeInfo
GET /dapi/v1/allForceOrders
GET /dapi/v1/forceOrders
GET /dapi/v1/klines
GET /dapi/v1/continuousKlines
GET /dapi/v1/indexPriceKlines
GET /dapi/v1/markPriceKlines
GET /dapi/v1/historicalTrades
GET /dapi/v1/aggTrades
GET /dapi/v1/commissionRate
GET /dapi/v1/adlQuantile
GET /dapi/v1/premiumIndex
GET /dapi/v1/fundingRate
GET /futures/data/takerBuySellVol
GET /futures/data/basis
GET /dapi/v1/ping
GET /dapi/v1/time
GET /dapi/v1/depth
GET /dapi/v1/premiumIndexKlines
GET /dapi/v1/ticker/24hr
GET /dapi/v1/ticker/price
GET /dapi/v1/openInterest
POST /dapi/v1/positionSide/dual
GET /dapi/v1/positionSide/dual
GET /dapi/v1/order
DELETE /dapi/v1/order
DELETE /dapi/v1/allOpenOrders
DELETE /dapi/v1/batchOrders
POST /dapi/v1/countdownCancelAll
GET /dapi/v1/openOrder
GET /dapi/v1/openOrders
GET /dapi/v1/allOrders
GET /dapi/v1/balance
POST /dapi/v1/leverage
POST /dapi/v1/marginType
POST /dapi/v1/positionMargin
GET /dapi/v1/positionMargin/history
GET /dapi/v1/leverageBracket
GET /dapi/v1/income/asyn
GET /dapi/v1/income/asyn/id
POST /fapi/v1/listenKey
POST /dapi/v1/listenKey
PUT /dapi/v1/listenKey
DELETE /dapi/v1/listenKey
Loading
Loading