Get Subaccount Linked Signer with Rate limits
Retrieves the current signer and link signer rate limit from the indexer
Makes a call to Indexer API > Linked Signer Rate Limit via the SDK.
Usage
import { createVertexClient } from '@vertex-protocol/client';
const vertexClient = await createVertexClient('arbitrumTestnet', ...);
const res = await vertexClient.subaccount.getSubaccountLinkedSignerWithRateLimit(...);
Last updated