@okutrade/account-api
Version:
TypeScript client for OKU Account API using Connect-ES
36 lines (35 loc) • 1.23 kB
TypeScript
/**
* OrdersService provides trading and quote functionality
*
* Note: /orders/simple_swap/* endpoints are handled by SimpleSwapService
* Note: /orders/history/* endpoints are handled by OrderHistoryService
*
* @generated from service gfxcafe.oku.account.v1.OrdersService
*/
export declare const OrdersService: {
readonly typeName: "gfxcafe.oku.account.v1.OrdersService";
readonly methods: {
/**
* Generate execution information for a market order (/canoe_market/{marketId})
*
* @generated from rpc gfxcafe.oku.account.v1.OrdersService.CanoeMarketMarketId
*/
readonly canoeMarketMarketId: {
readonly name: "CanoeMarketMarketId";
readonly I: any;
readonly O: any;
readonly kind: any;
};
/**
* Get a price quote for a market order (/canoe_quote/market/{marketId})
*
* @generated from rpc gfxcafe.oku.account.v1.OrdersService.CanoeQuoteMarketMarketId
*/
readonly canoeQuoteMarketMarketId: {
readonly name: "CanoeQuoteMarketMarketId";
readonly I: any;
readonly O: any;
readonly kind: any;
};
};
};