GrandExchangeApi class
Methods
-
getGeSellHistoryGrandexchangeHistoryCodeGet(String code, {String? seller, String? buyer, int? page, int? size})
→ Future<DataPageGeOrderHistorySchema?>
-
Get Ge Sell History
-
getGeSellHistoryGrandexchangeHistoryCodeGetWithHttpInfo(String code, {String? seller, String? buyer, int? page, int? size})
→ Future<Response>
-
Get Ge Sell History
-
getGeSellOrderGrandexchangeOrdersIdGet(String id)
→ Future<GEOrderReponseSchema?>
-
Get Ge Sell Order
-
getGeSellOrderGrandexchangeOrdersIdGetWithHttpInfo(String id)
→ Future<Response>
-
Get Ge Sell Order
-
getGeSellOrdersGrandexchangeOrdersGet({String? code, String? seller, int? page, int? size})
→ Future<DataPageGEOrderSchema?>
-
Get Ge Sell Orders
-
getGeSellOrdersGrandexchangeOrdersGetWithHttpInfo({String? code, String? seller, int? page, int? size})
→ Future<Response>
-
Get Ge Sell Orders
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited