Get Open Subaccount orders
Queries the offchain engine to retrieve status of any open orders for the given subaccount.
Makes a call to REST API > Queries > Subaccount Orders via the SDK.
Usage
import { createVertexClient } from '@vertex-protocol/client';
const vertexClient = await createVertexClient('arbitrumTestnet', ...);
const res = await vertexClient.market.getOpenSubaccountOrders(...);
Last updated