Skip to main content

Documentation Index

Fetch the complete documentation index at: https://turnkey-0e7c1f5b-amir-tx-status-webhooks.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Retrieves wallet providers from the initialized wallet manager.
  • Optionally filters providers by the specified blockchain chain.
  • Throws an error if the wallet manager is not initialized.

Package: core

Defined in: clients/core.ts:659

chain
Chain
optional blockchain chain to filter the returned providers.
A successful response returns the following fields:
returns
WalletProvider[]
required
A promise that resolves to an array of wallet providers.