Get Subaccount Linked Signer with Rate limits

Retrieves the current signer and link signer rate limit from the indexer

See getSubaccountLinkedSignerWithRateLimit API reference for more details.

Makes a call to Indexer API > Linked Signer Rate Limit via the SDK.

Usage

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

const vertexClient = await createVertexClient('testnet', ...);
const res = await vertexClient.subaccount.getSubaccountLinkedSignerWithRateLimit(...);

Last updated