Place Order
Places an order through the engine.
Makes a call to REST API > Executes > Place Order via the SDK.
Usage
import { createVertexClient } from '@vertex-protocol/client';
const vertexClient = await createVertexClient('arbitrumTestnet', ...);
const res = await vertexClient.market.placeOrder(...);
Last updated