[go: up one dir, main page]

Skip to content

Commit

Permalink
add wallet api, margin loans sorting by rate and point info in futures
Browse files Browse the repository at this point in the history
  • Loading branch information
revilwang committed Jun 11, 2019
1 parent d8f1509 commit b6ea5cc
Show file tree
Hide file tree
Showing 58 changed files with 1,162 additions and 442 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ APIv4 provides spot, margin and futures trading operations. There are public API
## Overview
This API client was generated by the [OpenAPI Generator](https://openapi-generator.tech) project. By using the [OpenAPI-spec](https://www.openapis.org/) from a remote server, you can easily generate an API client.

- API version: 4.6.1
- Package version: 4.6.1
- API version: 4.7.2
- Package version: 4.7.2
- Build package: org.openapitools.codegen.languages.GoClientCodegen
For more information, please visit [https://www.gate.io/page/contacts](https://www.gate.io/page/contacts)

Expand Down Expand Up @@ -81,6 +81,7 @@ Class | Method | HTTP request | Description
*FuturesApi* | [**ListFuturesOrders**](docs/FuturesApi.md#listfuturesorders) | **Get** /futures/orders | List futures orders
*FuturesApi* | [**ListFuturesTickers**](docs/FuturesApi.md#listfuturestickers) | **Get** /futures/tickers | List futures tickers
*FuturesApi* | [**ListFuturesTrades**](docs/FuturesApi.md#listfuturestrades) | **Get** /futures/trades | Futures trading history
*FuturesApi* | [**ListLiquidates**](docs/FuturesApi.md#listliquidates) | **Get** /futures/liquidates | List liquidation history
*FuturesApi* | [**ListPositionClose**](docs/FuturesApi.md#listpositionclose) | **Get** /futures/position_close | List position close history
*FuturesApi* | [**ListPositions**](docs/FuturesApi.md#listpositions) | **Get** /futures/positions | List all positions of a user
*FuturesApi* | [**ListPriceTriggeredOrders**](docs/FuturesApi.md#listpricetriggeredorders) | **Get** /futures/price_orders | List all auto orders
Expand Down Expand Up @@ -111,10 +112,11 @@ Class | Method | HTTP request | Description
*SpotApi* | [**ListCurrencyPairs**](docs/SpotApi.md#listcurrencypairs) | **Get** /spot/currency_pairs | List all currency pairs supported
*SpotApi* | [**ListMyTrades**](docs/SpotApi.md#listmytrades) | **Get** /spot/my_trades | List personal trading history
*SpotApi* | [**ListOrderBook**](docs/SpotApi.md#listorderbook) | **Get** /spot/order_book | Retrieve order book
*SpotApi* | [**ListOrders**](docs/SpotApi.md#listorders) | **Get** /spot/orders | List futures orders
*SpotApi* | [**ListOrders**](docs/SpotApi.md#listorders) | **Get** /spot/orders | List orders
*SpotApi* | [**ListSpotAccounts**](docs/SpotApi.md#listspotaccounts) | **Get** /spot/accounts | List spot accounts
*SpotApi* | [**ListTickers**](docs/SpotApi.md#listtickers) | **Get** /spot/tickers | Retrieve ticker information
*SpotApi* | [**ListTrades**](docs/SpotApi.md#listtrades) | **Get** /spot/trades | Retrieve market trades
*WalletApi* | [**Transfer**](docs/WalletApi.md#transfer) | **Post** /wallet/transfers | Transfer between accounts


## Documentation For Models
Expand All @@ -128,6 +130,7 @@ Class | Method | HTTP request | Description
- [FuturesAccountBook](docs/FuturesAccountBook.md)
- [FuturesCandlestick](docs/FuturesCandlestick.md)
- [FuturesInitialOrder](docs/FuturesInitialOrder.md)
- [FuturesLiquidate](docs/FuturesLiquidate.md)
- [FuturesOrder](docs/FuturesOrder.md)
- [FuturesOrderBook](docs/FuturesOrderBook.md)
- [FuturesOrderBookItem](docs/FuturesOrderBookItem.md)
Expand All @@ -153,6 +156,7 @@ Class | Method | HTTP request | Description
- [SpotAccount](docs/SpotAccount.md)
- [Ticker](docs/Ticker.md)
- [Trade](docs/Trade.md)
- [Transfer](docs/Transfer.md)
- [TriggerOrderResponse](docs/TriggerOrderResponse.md)


Expand Down
Loading

0 comments on commit b6ea5cc

Please sign in to comment.