Cancel Product Orders

Cancels all orders for provided products through the engine. Cancels all orders for the subaccount, when no products provided.

See cancelProductOrders API reference for more details.

Makes a call to REST API > Executes > Cancel Product Orders via the SDK.

Usage

import { createVertexClient } from '@vertex-protocol/client';

const vertexClient = await createVertexClient('testnet', ...);
const res = await vertexClient.market.cancelProductOrders(...);

Last updated