GitHub
Preparing search index...
The search index is not available
O2 SDK for TypeScript - v0.2.0
O2 SDK for TypeScript
index
OrdersResponse
Interface OrdersResponse
Response from the orders endpoint.
interface
OrdersResponse
{
identity
:
Identity
;
market_id
:
MarketId
;
orders
:
Order
[]
;
}
Index
Properties
identity
market_
id
orders
Properties
identity
identity
:
Identity
The account identity.
market_
id
market_id
:
MarketId
The market identifier.
orders
orders
:
Order
[]
List of orders.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
identity
market_
id
orders
GitHub
O2 SDK for TypeScript - v0.2.0
Loading...
Response from the orders endpoint.