Retrieves the current signer and link signer rate limit from the indexer
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.getSubaccountLinkedSignerWithRateLimit(...);