Queries subaccount fee rates through engine.
Last updated 1 month ago
See API reference for more details.
Makes a call to via the SDK.
import { createVertexClient } from '@vertex-protocol/client'; const vertexClient = await createVertexClient('arbitrumTestnet', ...); const res = await vertexClient.subaccount.getSubaccountFeeRates(...);