# Grid ## Docs - [Get apigridv1accounts](https://developers.squads.so/api-reference/accounts/get-apigridv1accounts.md) - [Get apigridv1accounts balances](https://developers.squads.so/api-reference/accounts/get-apigridv1accounts-balances.md) - [Get apigridv1accounts transfers](https://developers.squads.so/api-reference/accounts/get-apigridv1accounts-transfers.md) - [Patch apigridv1accounts](https://developers.squads.so/api-reference/accounts/patch-apigridv1accounts.md) - [Post apigridv1accounts](https://developers.squads.so/api-reference/accounts/post-apigridv1accounts.md) - [Post apigridv1accounts:custom](https://developers.squads.so/api-reference/accounts/post-apigridv1accounts:custom.md) - [Post apigridv1accountsverify](https://developers.squads.so/api-reference/accounts/post-apigridv1accountsverify.md) - [Post apigridv1authrefresh session](https://developers.squads.so/api-reference/accounts/post-apigridv1authrefresh-session.md) - [Initiate email authentication](https://developers.squads.so/api-reference/auth/initiate-email-authentication.md): Start the authentication process by sending an OTP to the provided email address. Includes automatic provider fallback: if the requested provider (default: Privy) is unavailable or times out, the endpoint falls back to the alternate provider. When a fallback occurs, the response includes `requested_… - [Verify OTP and complete authentication](https://developers.squads.so/api-reference/auth/verify-otp-and-complete-authentication.md): Complete the authentication process by verifying the OTP code - [Accept Terms of Service](https://developers.squads.so/api-reference/compliance/accept-terms-of-service.md): Accepts the Terms of Service for an entity across all configured providers. Records client IP, user agent, and acceptance method for audit compliance. If KYB is already approved, auto-distribution to providers is triggered. - [Attach existing approved Bridge customer to an entity](https://developers.squads.so/api-reference/compliance/attach-existing-approved-bridge-customer-to-an-entity.md): Creates or updates the Bridge provider submission for an entity's compliance submission using an existing Bridge external_id. Marks the Bridge provider submission as approved and keeps the operation idempotent. - [Create a compliance entity](https://developers.squads.so/api-reference/compliance/create-a-compliance-entity.md): Creates a new compliance entity for KYB/KYC verification. Use `?include=providers` to include provider details in the response. - [Create entity from existing Sumsub applicant](https://developers.squads.so/api-reference/compliance/create-entity-from-existing-sumsub-applicant.md): Creates or resolves a compliance entity from an existing Sumsub applicant ID. This operation is idempotent for applicant/customer/environment combinations and can include provider details with `?include=providers`. - [Generate KYB verification link](https://developers.squads.so/api-reference/compliance/generate-kyb-verification-link.md): Generates a Sumsub WebSDK verification link for the entity. The link expires after 30 minutes. An optional redirect URL can be provided for post-completion navigation. - [Get a compliance entity](https://developers.squads.so/api-reference/compliance/get-a-compliance-entity.md): Retrieves a compliance entity by ID. Use `?include=providers` to include per-provider verification details in the response. - [Get KYB verification status](https://developers.squads.so/api-reference/compliance/get-kyb-verification-status.md): Returns the overall KYB verification status for an entity, including per-provider status breakdowns and Sumsub approval details. - [Get TOS acceptance status](https://developers.squads.so/api-reference/compliance/get-tos-acceptance-status.md): Returns the Terms of Service acceptance status for an entity across all configured providers, including version comparisons and acceptance timestamps. - [List compliance entities](https://developers.squads.so/api-reference/compliance/list-compliance-entities.md): Returns a paginated list of compliance entities for the authenticated customer. Supports filtering by external ID. - [List Requests for Information](https://developers.squads.so/api-reference/compliance/list-requests-for-information.md): Returns a paginated list of RFIs (Requests for Information) issued by providers for an entity. RFIs indicate additional data is needed to complete verification. - [Post apicompliancev1entities distribute](https://developers.squads.so/api-reference/compliance/post-apicompliancev1entities-distribute.md) - [Update a compliance entity](https://developers.squads.so/api-reference/compliance/update-a-compliance-entity.md): Updates one or more fields on an existing compliance entity. At least one of name, email, or external_id must be provided. - [Create an external account](https://developers.squads.so/api-reference/external-accounts/create-an-external-account.md): Create canonical external account details and map to provider accounts - [Delete an external account](https://developers.squads.so/api-reference/external-accounts/delete-an-external-account.md): Soft deletes a single external account by ID - [Get an external account](https://developers.squads.so/api-reference/external-accounts/get-an-external-account.md): Retrieve a single external account by ID - [List external accounts](https://developers.squads.so/api-reference/external-accounts/list-external-accounts.md): List all external accounts linked to a smart account - [Get apigridv1accounts kyc](https://developers.squads.so/api-reference/kyc/get-apigridv1accounts-kyc.md) - [Post apigridv1accounts kyc](https://developers.squads.so/api-reference/kyc/post-apigridv1accounts-kyc.md) - [Authorize passkey session](https://developers.squads.so/api-reference/passkeys/authorize-passkey-session.md): Authorize and refresh a passkey session. Requires a session key and returns a URL for session authorization flow with a challenge for session refresh. - [Create passkey session](https://developers.squads.so/api-reference/passkeys/create-passkey-session.md): Initiate a new passkey creation session. Returns a URL for the passkey creation flow with challenge and session parameters. - [Create smart account with passkey](https://developers.squads.so/api-reference/passkeys/create-smart-account-with-passkey.md): Create a new smart account with a passkey as the initial signer. The passkey account must already exist (created via POST /passkeys and POST /passkeys/submit). This creates a 1/1 smart account with the passkey having full permissions. - [Find passkey account](https://developers.squads.so/api-reference/passkeys/find-passkey-account.md): Find a passkey account using authenticator response. Returns the passkey account address and session key. - [Get passkey account](https://developers.squads.so/api-reference/passkeys/get-passkey-account.md): Retrieve passkey account details by address. Returns the relying party ID, public key, and optional session key if not expired. - [Get passkey information](https://developers.squads.so/api-reference/passkeys/get-passkey-information.md): Retrieve passkey information for a smart account - [Get passkey session](https://developers.squads.so/api-reference/passkeys/get-passkey-session.md): Retrieve existing passkey session information. Returns a session URL with challenge for passkey lookup. - [Post apigridv1accounts passkeystransaction](https://developers.squads.so/api-reference/passkeys/post-apigridv1accounts-passkeystransaction.md) - [Remove a passkey from a smart account](https://developers.squads.so/api-reference/passkeys/remove-a-passkey-from-a-smart-account.md): Generate a transaction to remove a passkey from a smart account. Supports both admin and multi-signature authorization. - [Submit passkey session](https://developers.squads.so/api-reference/passkeys/submit-passkey-session.md): Submit passkey ceremony data (create or auth) to initialize or refresh a passkey account. Returns the passkey account address, session key, and optionally a smart account if the passkey is a signer on one. - [Create a payment intent](https://developers.squads.so/api-reference/payments/create-a-payment-intent.md): Create a payment intent for transferring funds between accounts and external payment rails - [Create a payment intent (v2)](https://developers.squads.so/api-reference/payments/create-a-payment-intent-v2.md): Create a provider-agnostic payment intent using a flat action shape. - [Create a payment intent (v2)](https://developers.squads.so/api-reference/payments/create-a-payment-intent-v2-1.md): Versioned payment intent endpoint for integrations. Uses provider-agnostic request/response shapes with flat action fields. - [Get a payment intent (v2)](https://developers.squads.so/api-reference/payments/get-a-payment-intent-v2.md): Fetches a payment intent by ID from the internally selected provider and returns the same normalized v2 response shape. - [Get a specific proposal](https://developers.squads.so/api-reference/proposals/get-a-specific-proposal.md): Retrieve details for a specific proposal on a smart account - [List all proposals for an account](https://developers.squads.so/api-reference/proposals/list-all-proposals-for-an-account.md): Retrieve all proposals for a smart account with optional filtering and pagination - [Post apigridv1accounts proposals](https://developers.squads.so/api-reference/proposals/post-apigridv1accounts-proposals.md) - [Post apigridv1accounts proposals vote and execute](https://developers.squads.so/api-reference/proposals/post-apigridv1accounts-proposals-vote-and-execute.md) - [Vote on a proposal](https://developers.squads.so/api-reference/proposals/vote-on-a-proposal.md): Vote to approve, reject, or cancel a proposal on a smart account - [Create a spending limit](https://developers.squads.so/api-reference/spending-limits/create-a-spending-limit.md): Create a new spending limit for a smart account with specified amount, period, and destinations - [Delete a spending limit](https://developers.squads.so/api-reference/spending-limits/delete-a-spending-limit.md): Delete an existing spending limit from a smart account - [Get a specific spending limit](https://developers.squads.so/api-reference/spending-limits/get-a-specific-spending-limit.md): Retrieve details of a specific spending limit by its address - [Get all spending limits for an account](https://developers.squads.so/api-reference/spending-limits/get-all-spending-limits-for-an-account.md): Retrieve all spending limits for a smart account with optional filtering - [Update a spending limit](https://developers.squads.so/api-reference/spending-limits/update-a-spending-limit.md): Update an existing spending limit with new parameters - [Use a spending limit to transfer tokens](https://developers.squads.so/api-reference/spending-limits/use-a-spending-limit-to-transfer-tokens.md): Execute a transaction using an existing spending limit - [Create a standing order intent](https://developers.squads.so/api-reference/standing-orders/create-a-standing-order-intent.md): Create a new standing order for recurring payments from a smart account - [Delete a standing order](https://developers.squads.so/api-reference/standing-orders/delete-a-standing-order.md): Cancel an existing standing order - [Get a standing order](https://developers.squads.so/api-reference/standing-orders/get-a-standing-order.md): Retrieve details of a specific standing order by ID - [Get all standing orders for an account](https://developers.squads.so/api-reference/standing-orders/get-all-standing-orders-for-an-account.md): Retrieve all standing orders for a smart account with optional filtering - [Post apigridv1tradequote](https://developers.squads.so/api-reference/trade/post-apigridv1tradequote.md) - [Post apigridv1accounts submit](https://developers.squads.so/api-reference/transactions/post-apigridv1accounts-submit.md) - [Post apigridv1accounts transactions](https://developers.squads.so/api-reference/transactions/post-apigridv1accounts-transactions.md) - [Get all virtual accounts for a smart account](https://developers.squads.so/api-reference/virtual-accounts/get-all-virtual-accounts-for-a-smart-account.md): Retrieve all virtual accounts associated with a smart account with optional currency filtering - [Request a virtual account for a smart account](https://developers.squads.so/api-reference/virtual-accounts/request-a-virtual-account-for-a-smart-account.md): Create a virtual account for off-chain transactions associated with a smart account - [Authentication Methods](https://developers.squads.so/grid/v1/accounts/authentication-methods.md): Choose between email-based accounts or custom signer accounts - [Automated Workflows](https://developers.squads.so/grid/v1/accounts/automated-workflows.md): Automate money movement without custody using Grid's non-custodial architecture - [Cost Efficiency](https://developers.squads.so/grid/v1/accounts/cost-efficiency.md): Cost-effective financial applications at any scale - [Fault Tolerance](https://developers.squads.so/grid/v1/accounts/fault-tolerance.md): Security without compromising on UX or DevEx through multi-vendor key redundancy and automated failover systems - [Introduction](https://developers.squads.so/grid/v1/accounts/introduction.md): Introduction to Grid Accounts - [Custom Domain](https://developers.squads.so/grid/v1/accounts/passkeys/advanced-integration.md): Host passkey flows on your own custom domain using the Grid WebAuthn proxy. - [Integration Guide](https://developers.squads.so/grid/v1/accounts/passkeys/integration-guide.md): How to securely integrate the Passkey UI using iframes and browser sessions. - [Introduction](https://developers.squads.so/grid/v1/accounts/passkeys/introduction.md): Create and authenticate with passkeys for secure, passwordless Grid account transactions. - [Quickstart](https://developers.squads.so/grid/v1/accounts/quickstart.md): Start building with Grid Accounts in minutes with step-by-step integration instructions - [Traditional Finance Connectivity](https://developers.squads.so/grid/v1/accounts/traditional-finance-connectivity.md): Built-in on/off ramps and KYC capabilities connecting crypto and traditional finance seamlessly - [Primary Provider Integration](https://developers.squads.so/grid/v1/api-reference/advanced/privy-signing.md): Language-agnostic implementation details for direct API integration with email-based Grid Accounts with Privy as the primary key management service. - [Get Account Balances](https://developers.squads.so/grid/v1/api-reference/endpoint/account-management/balances.md): Retrieve token balances for the specified account - [Create Account with Custom Signers](https://developers.squads.so/grid/v1/api-reference/endpoint/account-management/create-custom.md): Create a Grid smart account with custom signer configurations - [Get Account Details](https://developers.squads.so/grid/v1/api-reference/endpoint/account-management/get.md): Retrieve detailed information about a specific account - [Update Account](https://developers.squads.so/grid/v1/api-reference/endpoint/account-management/patch.md): Update account policies and settings - [Create Account](https://developers.squads.so/grid/v1/api-reference/endpoint/account-management/post.md): Create a new Grid account using either email authentication or signer-based policies - [Verify Account OTP](https://developers.squads.so/grid/v1/api-reference/endpoint/account-management/verify.md): Verify OTP for email-based account creation and complete account setup - [Initiate Authentication](https://developers.squads.so/grid/v1/api-reference/endpoint/authentication/post.md): Start the authentication process by sending an OTP to the provided email address - [Refresh Session](https://developers.squads.so/grid/v1/api-reference/endpoint/authentication/refresh-session.md): Refresh an expired authentication session and obtain new encrypted credentials - [Verify OTP](https://developers.squads.so/grid/v1/api-reference/endpoint/authentication/verify.md): Verify the OTP code sent to the email address and obtain authentication for existing account - [Get KYC Status](https://developers.squads.so/grid/v1/api-reference/endpoint/kyc-operations/get.md): Retrieve the current status of a KYC verification - [Request KYC Link](https://developers.squads.so/grid/v1/api-reference/endpoint/kyc-operations/post.md): Request a KYC verification link for the account - [Authorize Passkey Session](https://developers.squads.so/grid/v1/api-reference/endpoint/passkeys/auth.md): Authenticate with an existing passkey and refresh session key for transaction signing. - [Create Smart Account](https://developers.squads.so/grid/v1/api-reference/endpoint/passkeys/create-account.md): Create a passkey and Grid smart account in one atomic operation. - [Find Passkey Account](https://developers.squads.so/grid/v1/api-reference/endpoint/passkeys/find.md): Locate a passkey account using WebAuthn authenticator response data. - [Get Passkey Account](https://developers.squads.so/grid/v1/api-reference/endpoint/passkeys/get-account.md): Retrieve passkey account details including relying party ID, public key, and session key status. - [Get Passkey Session](https://developers.squads.so/grid/v1/api-reference/endpoint/passkeys/get-session.md): Retrieve a session URL with challenge for passkey account lookup operations. - [Create Passkey Session](https://developers.squads.so/grid/v1/api-reference/endpoint/passkeys/post.md): Initialize a passkey creation session and receive a hosted UI URL for WebAuthn ceremony. - [Submit Passkey Session](https://developers.squads.so/grid/v1/api-reference/endpoint/passkeys/submit.md): Submit WebAuthn ceremony data to complete passkey creation or authentication. - [Create Payment Intent](https://developers.squads.so/grid/v1/api-reference/endpoint/payment-intents/post.md): Create a payment intent for various transfer types - [Create Proposal](https://developers.squads.so/grid/v1/api-reference/endpoint/proposals/create.md): Create a new proposal for multi-signature approval - [Get Proposal](https://developers.squads.so/grid/v1/api-reference/endpoint/proposals/get.md): Retrieve details for a specific proposal - [List Proposals](https://developers.squads.so/grid/v1/api-reference/endpoint/proposals/list.md): Retrieve all proposals for a Grid smart account - [Vote on Proposal](https://developers.squads.so/grid/v1/api-reference/endpoint/proposals/vote.md): Submit approval, rejection, or cancellation votes on a proposal - [Vote and Execute](https://developers.squads.so/grid/v1/api-reference/endpoint/proposals/vote-and-execute.md): Vote to approve and immediately execute a proposal in one operation - [Delete Spending Limit](https://developers.squads.so/grid/v1/api-reference/endpoint/spending-limits/delete.md): Delete an existing spending limit - [Update Spending Limit](https://developers.squads.so/grid/v1/api-reference/endpoint/spending-limits/patch.md): Update an existing spending limit - [Create Spending Limit](https://developers.squads.so/grid/v1/api-reference/endpoint/spending-limits/post.md): Create a new spending limit for the account - [Use Spending Limit](https://developers.squads.so/grid/v1/api-reference/endpoint/spending-limits/use.md): Execute a transaction using the spending limit - [Delete Standing Order](https://developers.squads.so/grid/v1/api-reference/endpoint/standing-orders/delete.md): Cancel a standing order and stop all future recurring payments - [Get Standing Order](https://developers.squads.so/grid/v1/api-reference/endpoint/standing-orders/get.md): Retrieve details of a specific standing order - [List Standing Orders](https://developers.squads.so/grid/v1/api-reference/endpoint/standing-orders/list.md): Retrieve all standing orders for the account - [Create Standing Order](https://developers.squads.so/grid/v1/api-reference/endpoint/standing-orders/post.md): Create a new recurring standing order - [Prepare Arbitrary Transaction](https://developers.squads.so/grid/v1/api-reference/endpoint/transaction-operations/post.md): Prepare a custom transaction with specified instructions - [Submit Transaction](https://developers.squads.so/grid/v1/api-reference/endpoint/transaction-operations/submit.md): Submit a previously prepared transaction with required signatures - [List Virtual Accounts](https://developers.squads.so/grid/v1/api-reference/endpoint/virtual-accounts/get.md): Retrieve all virtual accounts for the smart account with optional currency filters - [Request Virtual Account](https://developers.squads.so/grid/v1/api-reference/endpoint/virtual-accounts/post.md): Create a new virtual account for fiat to crypto conversion - [Changelog](https://developers.squads.so/grid/v1/changelog.md): Track all notable changes to the Grid API - [Grid for Neobanks](https://developers.squads.so/grid/v1/examples/neobank.md): React Native reference implementation demonstrating Grid SDK integration for building a fintech neobank - [Grid Grants Program](https://developers.squads.so/grid/v1/grants-program.md): $100K funding initiative for founders building on Grid's stablecoin API platform - [Pricing](https://developers.squads.so/grid/v1/pricing.md): Choose the plan that best fits your needs and scale your operations. - [SDK Reference](https://developers.squads.so/grid/v1/sdk-reference/index.md): Choose your SDK for seamless Grid integration - [React Native SDK Changelog](https://developers.squads.so/grid/v1/sdk-reference/react-native/reference/latest/changelog.md): Release history for @sqds/grid-react-native - [GridClient](https://developers.squads.so/grid/v1/sdk-reference/react-native/reference/latest/classes/GridClient.md) - [AccountBalancesData](https://developers.squads.so/grid/v1/sdk-reference/react-native/reference/latest/interfaces/AccountBalancesData.md) - [AccountBalancesResponse](https://developers.squads.so/grid/v1/sdk-reference/react-native/reference/latest/interfaces/AccountBalancesResponse.md) - [AccountPolicies](https://developers.squads.so/grid/v1/sdk-reference/react-native/reference/latest/interfaces/AccountPolicies.md) - [AccountSigner](https://developers.squads.so/grid/v1/sdk-reference/react-native/reference/latest/interfaces/AccountSigner.md) - [AccountState](https://developers.squads.so/grid/v1/sdk-reference/react-native/reference/latest/interfaces/AccountState.md) - [AccountTransaction](https://developers.squads.so/grid/v1/sdk-reference/react-native/reference/latest/interfaces/AccountTransaction.md) - [AddPasskeyQueryParams](https://developers.squads.so/grid/v1/sdk-reference/react-native/reference/latest/interfaces/AddPasskeyQueryParams.md) - [AddPasskeyRequest](https://developers.squads.so/grid/v1/sdk-reference/react-native/reference/latest/interfaces/AddPasskeyRequest.md) - [AddPasskeyResponse](https://developers.squads.so/grid/v1/sdk-reference/react-native/reference/latest/interfaces/AddPasskeyResponse.md) - [AuthenticationRequest](https://developers.squads.so/grid/v1/sdk-reference/react-native/reference/latest/interfaces/AuthenticationRequest.md) - [AuthorizePasskeySessionRequest](https://developers.squads.so/grid/v1/sdk-reference/react-native/reference/latest/interfaces/AuthorizePasskeySessionRequest.md) - [AuthorizePasskeySessionResponse](https://developers.squads.so/grid/v1/sdk-reference/react-native/reference/latest/interfaces/AuthorizePasskeySessionResponse.md) - [BaseResponse](https://developers.squads.so/grid/v1/sdk-reference/react-native/reference/latest/interfaces/BaseResponse.md) - [BridgeTransfer](https://developers.squads.so/grid/v1/sdk-reference/react-native/reference/latest/interfaces/BridgeTransfer.md) - [BridgeTransferDestination](https://developers.squads.so/grid/v1/sdk-reference/react-native/reference/latest/interfaces/BridgeTransferDestination.md) - [BridgeTransferSource](https://developers.squads.so/grid/v1/sdk-reference/react-native/reference/latest/interfaces/BridgeTransferSource.md) - [BridgeTransferSourceDepositInstructions](https://developers.squads.so/grid/v1/sdk-reference/react-native/reference/latest/interfaces/BridgeTransferSourceDepositInstructions.md) - [CompleteAuthAndCreateAccountRequest](https://developers.squads.so/grid/v1/sdk-reference/react-native/reference/latest/interfaces/CompleteAuthAndCreateAccountRequest.md) - [CompleteAuthAndCreateAccountResponse](https://developers.squads.so/grid/v1/sdk-reference/react-native/reference/latest/interfaces/CompleteAuthAndCreateAccountResponse.md) - [CompleteAuthRequestWithOtp](https://developers.squads.so/grid/v1/sdk-reference/react-native/reference/latest/interfaces/CompleteAuthRequestWithOtp.md) - [CompleteAuthResponse](https://developers.squads.so/grid/v1/sdk-reference/react-native/reference/latest/interfaces/CompleteAuthResponse.md) - [CreateAccountInput](https://developers.squads.so/grid/v1/sdk-reference/react-native/reference/latest/interfaces/CreateAccountInput.md) - [CreatePasskeyAccountRequest](https://developers.squads.so/grid/v1/sdk-reference/react-native/reference/latest/interfaces/CreatePasskeyAccountRequest.md) - [CreatePasskeyAccountResponse](https://developers.squads.so/grid/v1/sdk-reference/react-native/reference/latest/interfaces/CreatePasskeyAccountResponse.md) - [CreatePaymentIntentRequest](https://developers.squads.so/grid/v1/sdk-reference/react-native/reference/latest/interfaces/CreatePaymentIntentRequest.md) - [CreatePaymentIntentResponse](https://developers.squads.so/grid/v1/sdk-reference/react-native/reference/latest/interfaces/CreatePaymentIntentResponse.md) - [CreateProposalRequest](https://developers.squads.so/grid/v1/sdk-reference/react-native/reference/latest/interfaces/CreateProposalRequest.md) - [CreateProposalResponse](https://developers.squads.so/grid/v1/sdk-reference/react-native/reference/latest/interfaces/CreateProposalResponse.md) - [CreateSpendingLimitResponse](https://developers.squads.so/grid/v1/sdk-reference/react-native/reference/latest/interfaces/CreateSpendingLimitResponse.md) - [CreateStandingOrderRequest](https://developers.squads.so/grid/v1/sdk-reference/react-native/reference/latest/interfaces/CreateStandingOrderRequest.md) - [CreateStandingOrderResponse](https://developers.squads.so/grid/v1/sdk-reference/react-native/reference/latest/interfaces/CreateStandingOrderResponse.md) - [EmailAccountRequest](https://developers.squads.so/grid/v1/sdk-reference/react-native/reference/latest/interfaces/EmailAccountRequest.md) - [ExecuteProposalRequest](https://developers.squads.so/grid/v1/sdk-reference/react-native/reference/latest/interfaces/ExecuteProposalRequest.md) - [ExecuteProposalResponse](https://developers.squads.so/grid/v1/sdk-reference/react-native/reference/latest/interfaces/ExecuteProposalResponse.md) - [FeeConfig](https://developers.squads.so/grid/v1/sdk-reference/react-native/reference/latest/interfaces/FeeConfig.md) - [FindPasskeyAccountRequest](https://developers.squads.so/grid/v1/sdk-reference/react-native/reference/latest/interfaces/FindPasskeyAccountRequest.md) - [FindPasskeyAccountResponse](https://developers.squads.so/grid/v1/sdk-reference/react-native/reference/latest/interfaces/FindPasskeyAccountResponse.md) - [GetAccountBalancesQueryParams](https://developers.squads.so/grid/v1/sdk-reference/react-native/reference/latest/interfaces/GetAccountBalancesQueryParams.md) - [GetAccountResponse](https://developers.squads.so/grid/v1/sdk-reference/react-native/reference/latest/interfaces/GetAccountResponse.md) - [GetPasskeyAccountResponse](https://developers.squads.so/grid/v1/sdk-reference/react-native/reference/latest/interfaces/GetPasskeyAccountResponse.md) - [GetPasskeySessionResponse](https://developers.squads.so/grid/v1/sdk-reference/react-native/reference/latest/interfaces/GetPasskeySessionResponse.md) - [GetPasskeysResponse](https://developers.squads.so/grid/v1/sdk-reference/react-native/reference/latest/interfaces/GetPasskeysResponse.md) - [GetStandingOrdersQueryParams](https://developers.squads.so/grid/v1/sdk-reference/react-native/reference/latest/interfaces/GetStandingOrdersQueryParams.md) - [GetTransactionsResponse](https://developers.squads.so/grid/v1/sdk-reference/react-native/reference/latest/interfaces/GetTransactionsResponse.md) - [GetTransfersOptions](https://developers.squads.so/grid/v1/sdk-reference/react-native/reference/latest/interfaces/GetTransfersOptions.md) - [GetVirtualAccountsQueryParams](https://developers.squads.so/grid/v1/sdk-reference/react-native/reference/latest/interfaces/GetVirtualAccountsQueryParams.md) - [GridApiConfig](https://developers.squads.so/grid/v1/sdk-reference/react-native/reference/latest/interfaces/GridApiConfig.md) - [GridClientContext](https://developers.squads.so/grid/v1/sdk-reference/react-native/reference/latest/interfaces/GridClientContext.md) - [GridClientSigner](https://developers.squads.so/grid/v1/sdk-reference/react-native/reference/latest/interfaces/GridClientSigner.md) - [GridClientUserContext](https://developers.squads.so/grid/v1/sdk-reference/react-native/reference/latest/interfaces/GridClientUserContext.md) - [GridErrorDetail](https://developers.squads.so/grid/v1/sdk-reference/react-native/reference/latest/interfaces/GridErrorDetail.md) - [InitAuthData](https://developers.squads.so/grid/v1/sdk-reference/react-native/reference/latest/interfaces/InitAuthData.md) - [InitAuthEOAData](https://developers.squads.so/grid/v1/sdk-reference/react-native/reference/latest/interfaces/InitAuthEOAData.md) - [InitAuthRequest](https://developers.squads.so/grid/v1/sdk-reference/react-native/reference/latest/interfaces/InitAuthRequest.md) - [InitAuthResponse](https://developers.squads.so/grid/v1/sdk-reference/react-native/reference/latest/interfaces/InitAuthResponse.md) - [KycLink](https://developers.squads.so/grid/v1/sdk-reference/react-native/reference/latest/interfaces/KycLink.md) - [KycLinkResponse](https://developers.squads.so/grid/v1/sdk-reference/react-native/reference/latest/interfaces/KycLinkResponse.md) - [KycStatusData](https://developers.squads.so/grid/v1/sdk-reference/react-native/reference/latest/interfaces/KycStatusData.md) - [KycStatusResponse](https://developers.squads.so/grid/v1/sdk-reference/react-native/reference/latest/interfaces/KycStatusResponse.md) - [LastResponse](https://developers.squads.so/grid/v1/sdk-reference/react-native/reference/latest/interfaces/LastResponse.md) - [PasskeyAccountInfo](https://developers.squads.so/grid/v1/sdk-reference/react-native/reference/latest/interfaces/PasskeyAccountInfo.md) - [PasskeyAccountPolicies](https://developers.squads.so/grid/v1/sdk-reference/react-native/reference/latest/interfaces/PasskeyAccountPolicies.md) - [PasskeyAssertionResponse](https://developers.squads.so/grid/v1/sdk-reference/react-native/reference/latest/interfaces/PasskeyAssertionResponse.md) - [PasskeyCredentialData](https://developers.squads.so/grid/v1/sdk-reference/react-native/reference/latest/interfaces/PasskeyCredentialData.md) - [PasskeyInfo](https://developers.squads.so/grid/v1/sdk-reference/react-native/reference/latest/interfaces/PasskeyInfo.md) - [PasskeyRequest](https://developers.squads.so/grid/v1/sdk-reference/react-native/reference/latest/interfaces/PasskeyRequest.md) - [PaymentDetails](https://developers.squads.so/grid/v1/sdk-reference/react-native/reference/latest/interfaces/PaymentDetails.md) - [PolicyExpirationArgs](https://developers.squads.so/grid/v1/sdk-reference/react-native/reference/latest/interfaces/PolicyExpirationArgs.md) - [PolicySigner](https://developers.squads.so/grid/v1/sdk-reference/react-native/reference/latest/interfaces/PolicySigner.md) - [PrepareArbitraryTransactionQueryParams](https://developers.squads.so/grid/v1/sdk-reference/react-native/reference/latest/interfaces/PrepareArbitraryTransactionQueryParams.md) - [PrepareArbitraryTransactionRequest](https://developers.squads.so/grid/v1/sdk-reference/react-native/reference/latest/interfaces/PrepareArbitraryTransactionRequest.md) - [PrivyRefreshSession](https://developers.squads.so/grid/v1/sdk-reference/react-native/reference/latest/interfaces/PrivyRefreshSession.md) - [Receipt](https://developers.squads.so/grid/v1/sdk-reference/react-native/reference/latest/interfaces/Receipt.md) - [RefreshSessionKmsProvider](https://developers.squads.so/grid/v1/sdk-reference/react-native/reference/latest/interfaces/RefreshSessionKmsProvider.md) - [RefreshSessionRequest](https://developers.squads.so/grid/v1/sdk-reference/react-native/reference/latest/interfaces/RefreshSessionRequest.md) - [RefreshSessionResponse](https://developers.squads.so/grid/v1/sdk-reference/react-native/reference/latest/interfaces/RefreshSessionResponse.md) - [RemovePasskeyQueryParams](https://developers.squads.so/grid/v1/sdk-reference/react-native/reference/latest/interfaces/RemovePasskeyQueryParams.md) - [RemovePasskeyRequest](https://developers.squads.so/grid/v1/sdk-reference/react-native/reference/latest/interfaces/RemovePasskeyRequest.md) - [RemovePasskeyResponse](https://developers.squads.so/grid/v1/sdk-reference/react-native/reference/latest/interfaces/RemovePasskeyResponse.md) - [RequestKycLinkRequest](https://developers.squads.so/grid/v1/sdk-reference/react-native/reference/latest/interfaces/RequestKycLinkRequest.md) - [RequestVirtualAccountRequest](https://developers.squads.so/grid/v1/sdk-reference/react-native/reference/latest/interfaces/RequestVirtualAccountRequest.md) - [SendTransactionRequest](https://developers.squads.so/grid/v1/sdk-reference/react-native/reference/latest/interfaces/SendTransactionRequest.md) - [SessionKey](https://developers.squads.so/grid/v1/sdk-reference/react-native/reference/latest/interfaces/SessionKey.md) - [SessionProvider](https://developers.squads.so/grid/v1/sdk-reference/react-native/reference/latest/interfaces/SessionProvider.md) - [SignAndSendRequest](https://developers.squads.so/grid/v1/sdk-reference/react-native/reference/latest/interfaces/SignAndSendRequest.md) - [SignRequest](https://developers.squads.so/grid/v1/sdk-reference/react-native/reference/latest/interfaces/SignRequest.md) - [SignersAccountRequest](https://developers.squads.so/grid/v1/sdk-reference/react-native/reference/latest/interfaces/SignersAccountRequest.md) - [SpendingLimit](https://developers.squads.so/grid/v1/sdk-reference/react-native/reference/latest/interfaces/SpendingLimit.md) - [SpendingLimitRequest](https://developers.squads.so/grid/v1/sdk-reference/react-native/reference/latest/interfaces/SpendingLimitRequest.md) - [SpendingLimitResponse](https://developers.squads.so/grid/v1/sdk-reference/react-native/reference/latest/interfaces/SpendingLimitResponse.md) - [SpendingLimitTransactionResponse](https://developers.squads.so/grid/v1/sdk-reference/react-native/reference/latest/interfaces/SpendingLimitTransactionResponse.md) - [SpendingLimitsResponse](https://developers.squads.so/grid/v1/sdk-reference/react-native/reference/latest/interfaces/SpendingLimitsResponse.md) - [SplTransfer](https://developers.squads.so/grid/v1/sdk-reference/react-native/reference/latest/interfaces/SplTransfer.md) - [StandingOrder](https://developers.squads.so/grid/v1/sdk-reference/react-native/reference/latest/interfaces/StandingOrder.md) - [StandingOrderResponse](https://developers.squads.so/grid/v1/sdk-reference/react-native/reference/latest/interfaces/StandingOrderResponse.md) - [StandingOrdersResponse](https://developers.squads.so/grid/v1/sdk-reference/react-native/reference/latest/interfaces/StandingOrdersResponse.md) - [SubmitPasskeySessionRequest](https://developers.squads.so/grid/v1/sdk-reference/react-native/reference/latest/interfaces/SubmitPasskeySessionRequest.md) - [SubmitPasskeySessionResponse](https://developers.squads.so/grid/v1/sdk-reference/react-native/reference/latest/interfaces/SubmitPasskeySessionResponse.md) - [TransactionPayload](https://developers.squads.so/grid/v1/sdk-reference/react-native/reference/latest/interfaces/TransactionPayload.md) - [TransactionResponse](https://developers.squads.so/grid/v1/sdk-reference/react-native/reference/latest/interfaces/TransactionResponse.md) - [TransactionResult](https://developers.squads.so/grid/v1/sdk-reference/react-native/reference/latest/interfaces/TransactionResult.md) - [TransactionSubmissionResponse](https://developers.squads.so/grid/v1/sdk-reference/react-native/reference/latest/interfaces/TransactionSubmissionResponse.md) - [TransferResponse](https://developers.squads.so/grid/v1/sdk-reference/react-native/reference/latest/interfaces/TransferResponse.md) - [TurnkeyRefreshSession](https://developers.squads.so/grid/v1/sdk-reference/react-native/reference/latest/interfaces/TurnkeyRefreshSession.md) - [UniversalKeyPair](https://developers.squads.so/grid/v1/sdk-reference/react-native/reference/latest/interfaces/UniversalKeyPair.md) - [UpdateAccountRequest](https://developers.squads.so/grid/v1/sdk-reference/react-native/reference/latest/interfaces/UpdateAccountRequest.md) - [UpdateSpendingLimitRequest](https://developers.squads.so/grid/v1/sdk-reference/react-native/reference/latest/interfaces/UpdateSpendingLimitRequest.md) - [UseSpendingLimitRequest](https://developers.squads.so/grid/v1/sdk-reference/react-native/reference/latest/interfaces/UseSpendingLimitRequest.md) - [VirtualAccount](https://developers.squads.so/grid/v1/sdk-reference/react-native/reference/latest/interfaces/VirtualAccount.md) - [VirtualAccountResponse](https://developers.squads.so/grid/v1/sdk-reference/react-native/reference/latest/interfaces/VirtualAccountResponse.md) - [VirtualAccountsResponse](https://developers.squads.so/grid/v1/sdk-reference/react-native/reference/latest/interfaces/VirtualAccountsResponse.md) - [VoteProposalRequest](https://developers.squads.so/grid/v1/sdk-reference/react-native/reference/latest/interfaces/VoteProposalRequest.md) - [VoteProposalResponse](https://developers.squads.so/grid/v1/sdk-reference/react-native/reference/latest/interfaces/VoteProposalResponse.md) - [React Native SDK Quickstart](https://developers.squads.so/grid/v1/sdk-reference/react-native/reference/latest/quickstart.md): ## Installation - [AuthenticationData](https://developers.squads.so/grid/v1/sdk-reference/react-native/reference/latest/type-aliases/AuthenticationData.md) - [BridgeCurrency](https://developers.squads.so/grid/v1/sdk-reference/react-native/reference/latest/type-aliases/BridgeCurrency.md) - [ConfirmationStatus](https://developers.squads.so/grid/v1/sdk-reference/react-native/reference/latest/type-aliases/ConfirmationStatus.md) - [CreateAccountRequest](https://developers.squads.so/grid/v1/sdk-reference/react-native/reference/latest/type-aliases/CreateAccountRequest.md) - [CreateAccountResponse](https://developers.squads.so/grid/v1/sdk-reference/react-native/reference/latest/type-aliases/CreateAccountResponse.md) - [Currency](https://developers.squads.so/grid/v1/sdk-reference/react-native/reference/latest/type-aliases/Currency.md) - [GridEnvironment](https://developers.squads.so/grid/v1/sdk-reference/react-native/reference/latest/type-aliases/GridEnvironment.md) - [KycEndorsement](https://developers.squads.so/grid/v1/sdk-reference/react-native/reference/latest/type-aliases/KycEndorsement.md) - [KycType](https://developers.squads.so/grid/v1/sdk-reference/react-native/reference/latest/type-aliases/KycType.md) - [PasskeyPermission](https://developers.squads.so/grid/v1/sdk-reference/react-native/reference/latest/type-aliases/PasskeyPermission.md) - [PaymentRail](https://developers.squads.so/grid/v1/sdk-reference/react-native/reference/latest/type-aliases/PaymentRail.md) - [Period](https://developers.squads.so/grid/v1/sdk-reference/react-native/reference/latest/type-aliases/Period.md) - [PolicyPermission](https://developers.squads.so/grid/v1/sdk-reference/react-native/reference/latest/type-aliases/PolicyPermission.md) - [PolicyStatus](https://developers.squads.so/grid/v1/sdk-reference/react-native/reference/latest/type-aliases/PolicyStatus.md) - [ProviderSessionData](https://developers.squads.so/grid/v1/sdk-reference/react-native/reference/latest/type-aliases/ProviderSessionData.md) - [SignerPermission](https://developers.squads.so/grid/v1/sdk-reference/react-native/reference/latest/type-aliases/SignerPermission.md) - [SignerRole](https://developers.squads.so/grid/v1/sdk-reference/react-native/reference/latest/type-aliases/SignerRole.md) - [SpendingLimitPeriod](https://developers.squads.so/grid/v1/sdk-reference/react-native/reference/latest/type-aliases/SpendingLimitPeriod.md) - [TransferDirection](https://developers.squads.so/grid/v1/sdk-reference/react-native/reference/latest/type-aliases/TransferDirection.md) - [TransferState](https://developers.squads.so/grid/v1/sdk-reference/react-native/reference/latest/type-aliases/TransferState.md) - [VoteAction](https://developers.squads.so/grid/v1/sdk-reference/react-native/reference/latest/type-aliases/VoteAction.md) - [Migration to v3.0.0](https://developers.squads.so/grid/v1/sdk-reference/typescript/migration-to-v3.md): Step-by-step guide to migrate from @sqds/grid v2.x to v3.0.0 - [TypeScript SDK Changelog](https://developers.squads.so/grid/v1/sdk-reference/typescript/reference/latest/changelog.md): Release history for @sqds/grid - [GridClient](https://developers.squads.so/grid/v1/sdk-reference/typescript/reference/latest/classes/GridClient.md) - [AccountBalancesData](https://developers.squads.so/grid/v1/sdk-reference/typescript/reference/latest/interfaces/AccountBalancesData.md) - [AccountBalancesResponse](https://developers.squads.so/grid/v1/sdk-reference/typescript/reference/latest/interfaces/AccountBalancesResponse.md) - [AccountPolicies](https://developers.squads.so/grid/v1/sdk-reference/typescript/reference/latest/interfaces/AccountPolicies.md) - [AccountSigner](https://developers.squads.so/grid/v1/sdk-reference/typescript/reference/latest/interfaces/AccountSigner.md) - [AccountState](https://developers.squads.so/grid/v1/sdk-reference/typescript/reference/latest/interfaces/AccountState.md) - [AccountTransaction](https://developers.squads.so/grid/v1/sdk-reference/typescript/reference/latest/interfaces/AccountTransaction.md) - [AddPasskeyQueryParams](https://developers.squads.so/grid/v1/sdk-reference/typescript/reference/latest/interfaces/AddPasskeyQueryParams.md) - [AddPasskeyRequest](https://developers.squads.so/grid/v1/sdk-reference/typescript/reference/latest/interfaces/AddPasskeyRequest.md) - [AddPasskeyResponse](https://developers.squads.so/grid/v1/sdk-reference/typescript/reference/latest/interfaces/AddPasskeyResponse.md) - [AuthenticationRequest](https://developers.squads.so/grid/v1/sdk-reference/typescript/reference/latest/interfaces/AuthenticationRequest.md) - [AuthorizePasskeySessionRequest](https://developers.squads.so/grid/v1/sdk-reference/typescript/reference/latest/interfaces/AuthorizePasskeySessionRequest.md) - [AuthorizePasskeySessionResponse](https://developers.squads.so/grid/v1/sdk-reference/typescript/reference/latest/interfaces/AuthorizePasskeySessionResponse.md) - [BaseResponse](https://developers.squads.so/grid/v1/sdk-reference/typescript/reference/latest/interfaces/BaseResponse.md) - [BridgeTransfer](https://developers.squads.so/grid/v1/sdk-reference/typescript/reference/latest/interfaces/BridgeTransfer.md) - [BridgeTransferDestination](https://developers.squads.so/grid/v1/sdk-reference/typescript/reference/latest/interfaces/BridgeTransferDestination.md) - [BridgeTransferSource](https://developers.squads.so/grid/v1/sdk-reference/typescript/reference/latest/interfaces/BridgeTransferSource.md) - [BridgeTransferSourceDepositInstructions](https://developers.squads.so/grid/v1/sdk-reference/typescript/reference/latest/interfaces/BridgeTransferSourceDepositInstructions.md) - [CompleteAuthAndCreateAccountRequest](https://developers.squads.so/grid/v1/sdk-reference/typescript/reference/latest/interfaces/CompleteAuthAndCreateAccountRequest.md) - [CompleteAuthAndCreateAccountResponse](https://developers.squads.so/grid/v1/sdk-reference/typescript/reference/latest/interfaces/CompleteAuthAndCreateAccountResponse.md) - [CompleteAuthRequestWithOtp](https://developers.squads.so/grid/v1/sdk-reference/typescript/reference/latest/interfaces/CompleteAuthRequestWithOtp.md) - [CompleteAuthResponse](https://developers.squads.so/grid/v1/sdk-reference/typescript/reference/latest/interfaces/CompleteAuthResponse.md) - [CreateAccountInput](https://developers.squads.so/grid/v1/sdk-reference/typescript/reference/latest/interfaces/CreateAccountInput.md) - [CreatePasskeyAccountRequest](https://developers.squads.so/grid/v1/sdk-reference/typescript/reference/latest/interfaces/CreatePasskeyAccountRequest.md) - [CreatePasskeyAccountResponse](https://developers.squads.so/grid/v1/sdk-reference/typescript/reference/latest/interfaces/CreatePasskeyAccountResponse.md) - [CreatePaymentIntentRequest](https://developers.squads.so/grid/v1/sdk-reference/typescript/reference/latest/interfaces/CreatePaymentIntentRequest.md) - [CreatePaymentIntentResponse](https://developers.squads.so/grid/v1/sdk-reference/typescript/reference/latest/interfaces/CreatePaymentIntentResponse.md) - [CreateProposalRequest](https://developers.squads.so/grid/v1/sdk-reference/typescript/reference/latest/interfaces/CreateProposalRequest.md) - [CreateProposalResponse](https://developers.squads.so/grid/v1/sdk-reference/typescript/reference/latest/interfaces/CreateProposalResponse.md) - [CreateSpendingLimitResponse](https://developers.squads.so/grid/v1/sdk-reference/typescript/reference/latest/interfaces/CreateSpendingLimitResponse.md) - [CreateStandingOrderRequest](https://developers.squads.so/grid/v1/sdk-reference/typescript/reference/latest/interfaces/CreateStandingOrderRequest.md) - [CreateStandingOrderResponse](https://developers.squads.so/grid/v1/sdk-reference/typescript/reference/latest/interfaces/CreateStandingOrderResponse.md) - [EmailAccountRequest](https://developers.squads.so/grid/v1/sdk-reference/typescript/reference/latest/interfaces/EmailAccountRequest.md) - [ExecuteProposalRequest](https://developers.squads.so/grid/v1/sdk-reference/typescript/reference/latest/interfaces/ExecuteProposalRequest.md) - [ExecuteProposalResponse](https://developers.squads.so/grid/v1/sdk-reference/typescript/reference/latest/interfaces/ExecuteProposalResponse.md) - [FeeConfig](https://developers.squads.so/grid/v1/sdk-reference/typescript/reference/latest/interfaces/FeeConfig.md) - [FindPasskeyAccountRequest](https://developers.squads.so/grid/v1/sdk-reference/typescript/reference/latest/interfaces/FindPasskeyAccountRequest.md) - [FindPasskeyAccountResponse](https://developers.squads.so/grid/v1/sdk-reference/typescript/reference/latest/interfaces/FindPasskeyAccountResponse.md) - [GetAccountBalancesQueryParams](https://developers.squads.so/grid/v1/sdk-reference/typescript/reference/latest/interfaces/GetAccountBalancesQueryParams.md) - [GetAccountResponse](https://developers.squads.so/grid/v1/sdk-reference/typescript/reference/latest/interfaces/GetAccountResponse.md) - [GetPasskeyAccountResponse](https://developers.squads.so/grid/v1/sdk-reference/typescript/reference/latest/interfaces/GetPasskeyAccountResponse.md) - [GetPasskeySessionResponse](https://developers.squads.so/grid/v1/sdk-reference/typescript/reference/latest/interfaces/GetPasskeySessionResponse.md) - [GetPasskeysResponse](https://developers.squads.so/grid/v1/sdk-reference/typescript/reference/latest/interfaces/GetPasskeysResponse.md) - [GetStandingOrdersQueryParams](https://developers.squads.so/grid/v1/sdk-reference/typescript/reference/latest/interfaces/GetStandingOrdersQueryParams.md) - [GetTransactionsResponse](https://developers.squads.so/grid/v1/sdk-reference/typescript/reference/latest/interfaces/GetTransactionsResponse.md) - [GetTransfersOptions](https://developers.squads.so/grid/v1/sdk-reference/typescript/reference/latest/interfaces/GetTransfersOptions.md) - [GetVirtualAccountsQueryParams](https://developers.squads.so/grid/v1/sdk-reference/typescript/reference/latest/interfaces/GetVirtualAccountsQueryParams.md) - [GridApiConfig](https://developers.squads.so/grid/v1/sdk-reference/typescript/reference/latest/interfaces/GridApiConfig.md) - [GridClientContext](https://developers.squads.so/grid/v1/sdk-reference/typescript/reference/latest/interfaces/GridClientContext.md) - [GridClientSigner](https://developers.squads.so/grid/v1/sdk-reference/typescript/reference/latest/interfaces/GridClientSigner.md) - [GridClientUserContext](https://developers.squads.so/grid/v1/sdk-reference/typescript/reference/latest/interfaces/GridClientUserContext.md) - [GridErrorDetail](https://developers.squads.so/grid/v1/sdk-reference/typescript/reference/latest/interfaces/GridErrorDetail.md) - [InitAuthData](https://developers.squads.so/grid/v1/sdk-reference/typescript/reference/latest/interfaces/InitAuthData.md) - [InitAuthEOAData](https://developers.squads.so/grid/v1/sdk-reference/typescript/reference/latest/interfaces/InitAuthEOAData.md) - [InitAuthRequest](https://developers.squads.so/grid/v1/sdk-reference/typescript/reference/latest/interfaces/InitAuthRequest.md) - [InitAuthResponse](https://developers.squads.so/grid/v1/sdk-reference/typescript/reference/latest/interfaces/InitAuthResponse.md) - [KycLink](https://developers.squads.so/grid/v1/sdk-reference/typescript/reference/latest/interfaces/KycLink.md) - [KycLinkResponse](https://developers.squads.so/grid/v1/sdk-reference/typescript/reference/latest/interfaces/KycLinkResponse.md) - [KycStatusData](https://developers.squads.so/grid/v1/sdk-reference/typescript/reference/latest/interfaces/KycStatusData.md) - [KycStatusResponse](https://developers.squads.so/grid/v1/sdk-reference/typescript/reference/latest/interfaces/KycStatusResponse.md) - [LastResponse](https://developers.squads.so/grid/v1/sdk-reference/typescript/reference/latest/interfaces/LastResponse.md) - [PasskeyAccountInfo](https://developers.squads.so/grid/v1/sdk-reference/typescript/reference/latest/interfaces/PasskeyAccountInfo.md) - [PasskeyAccountPolicies](https://developers.squads.so/grid/v1/sdk-reference/typescript/reference/latest/interfaces/PasskeyAccountPolicies.md) - [PasskeyAssertionResponse](https://developers.squads.so/grid/v1/sdk-reference/typescript/reference/latest/interfaces/PasskeyAssertionResponse.md) - [PasskeyCredentialData](https://developers.squads.so/grid/v1/sdk-reference/typescript/reference/latest/interfaces/PasskeyCredentialData.md) - [PasskeyInfo](https://developers.squads.so/grid/v1/sdk-reference/typescript/reference/latest/interfaces/PasskeyInfo.md) - [PasskeyRequest](https://developers.squads.so/grid/v1/sdk-reference/typescript/reference/latest/interfaces/PasskeyRequest.md) - [PaymentDetails](https://developers.squads.so/grid/v1/sdk-reference/typescript/reference/latest/interfaces/PaymentDetails.md) - [PolicyExpirationArgs](https://developers.squads.so/grid/v1/sdk-reference/typescript/reference/latest/interfaces/PolicyExpirationArgs.md) - [PolicySigner](https://developers.squads.so/grid/v1/sdk-reference/typescript/reference/latest/interfaces/PolicySigner.md) - [PrepareArbitraryTransactionQueryParams](https://developers.squads.so/grid/v1/sdk-reference/typescript/reference/latest/interfaces/PrepareArbitraryTransactionQueryParams.md) - [PrepareArbitraryTransactionRequest](https://developers.squads.so/grid/v1/sdk-reference/typescript/reference/latest/interfaces/PrepareArbitraryTransactionRequest.md) - [PrivyRefreshSession](https://developers.squads.so/grid/v1/sdk-reference/typescript/reference/latest/interfaces/PrivyRefreshSession.md) - [Receipt](https://developers.squads.so/grid/v1/sdk-reference/typescript/reference/latest/interfaces/Receipt.md) - [RefreshSessionKmsProvider](https://developers.squads.so/grid/v1/sdk-reference/typescript/reference/latest/interfaces/RefreshSessionKmsProvider.md) - [RefreshSessionRequest](https://developers.squads.so/grid/v1/sdk-reference/typescript/reference/latest/interfaces/RefreshSessionRequest.md) - [RefreshSessionResponse](https://developers.squads.so/grid/v1/sdk-reference/typescript/reference/latest/interfaces/RefreshSessionResponse.md) - [RemovePasskeyQueryParams](https://developers.squads.so/grid/v1/sdk-reference/typescript/reference/latest/interfaces/RemovePasskeyQueryParams.md) - [RemovePasskeyRequest](https://developers.squads.so/grid/v1/sdk-reference/typescript/reference/latest/interfaces/RemovePasskeyRequest.md) - [RemovePasskeyResponse](https://developers.squads.so/grid/v1/sdk-reference/typescript/reference/latest/interfaces/RemovePasskeyResponse.md) - [RequestKycLinkRequest](https://developers.squads.so/grid/v1/sdk-reference/typescript/reference/latest/interfaces/RequestKycLinkRequest.md) - [RequestVirtualAccountRequest](https://developers.squads.so/grid/v1/sdk-reference/typescript/reference/latest/interfaces/RequestVirtualAccountRequest.md) - [SendTransactionRequest](https://developers.squads.so/grid/v1/sdk-reference/typescript/reference/latest/interfaces/SendTransactionRequest.md) - [SessionKey](https://developers.squads.so/grid/v1/sdk-reference/typescript/reference/latest/interfaces/SessionKey.md) - [SessionProvider](https://developers.squads.so/grid/v1/sdk-reference/typescript/reference/latest/interfaces/SessionProvider.md) - [SignAndSendRequest](https://developers.squads.so/grid/v1/sdk-reference/typescript/reference/latest/interfaces/SignAndSendRequest.md) - [SignRequest](https://developers.squads.so/grid/v1/sdk-reference/typescript/reference/latest/interfaces/SignRequest.md) - [SignersAccountRequest](https://developers.squads.so/grid/v1/sdk-reference/typescript/reference/latest/interfaces/SignersAccountRequest.md) - [SpendingLimit](https://developers.squads.so/grid/v1/sdk-reference/typescript/reference/latest/interfaces/SpendingLimit.md) - [SpendingLimitRequest](https://developers.squads.so/grid/v1/sdk-reference/typescript/reference/latest/interfaces/SpendingLimitRequest.md) - [SpendingLimitResponse](https://developers.squads.so/grid/v1/sdk-reference/typescript/reference/latest/interfaces/SpendingLimitResponse.md) - [SpendingLimitTransactionResponse](https://developers.squads.so/grid/v1/sdk-reference/typescript/reference/latest/interfaces/SpendingLimitTransactionResponse.md) - [SpendingLimitsResponse](https://developers.squads.so/grid/v1/sdk-reference/typescript/reference/latest/interfaces/SpendingLimitsResponse.md) - [SplTransfer](https://developers.squads.so/grid/v1/sdk-reference/typescript/reference/latest/interfaces/SplTransfer.md) - [StandingOrder](https://developers.squads.so/grid/v1/sdk-reference/typescript/reference/latest/interfaces/StandingOrder.md) - [StandingOrderResponse](https://developers.squads.so/grid/v1/sdk-reference/typescript/reference/latest/interfaces/StandingOrderResponse.md) - [StandingOrdersResponse](https://developers.squads.so/grid/v1/sdk-reference/typescript/reference/latest/interfaces/StandingOrdersResponse.md) - [SubmitPasskeySessionRequest](https://developers.squads.so/grid/v1/sdk-reference/typescript/reference/latest/interfaces/SubmitPasskeySessionRequest.md) - [SubmitPasskeySessionResponse](https://developers.squads.so/grid/v1/sdk-reference/typescript/reference/latest/interfaces/SubmitPasskeySessionResponse.md) - [TransactionPayload](https://developers.squads.so/grid/v1/sdk-reference/typescript/reference/latest/interfaces/TransactionPayload.md) - [TransactionResponse](https://developers.squads.so/grid/v1/sdk-reference/typescript/reference/latest/interfaces/TransactionResponse.md) - [TransactionResult](https://developers.squads.so/grid/v1/sdk-reference/typescript/reference/latest/interfaces/TransactionResult.md) - [TransactionSubmissionResponse](https://developers.squads.so/grid/v1/sdk-reference/typescript/reference/latest/interfaces/TransactionSubmissionResponse.md) - [TransferResponse](https://developers.squads.so/grid/v1/sdk-reference/typescript/reference/latest/interfaces/TransferResponse.md) - [TurnkeyRefreshSession](https://developers.squads.so/grid/v1/sdk-reference/typescript/reference/latest/interfaces/TurnkeyRefreshSession.md) - [UniversalKeyPair](https://developers.squads.so/grid/v1/sdk-reference/typescript/reference/latest/interfaces/UniversalKeyPair.md) - [UpdateAccountRequest](https://developers.squads.so/grid/v1/sdk-reference/typescript/reference/latest/interfaces/UpdateAccountRequest.md) - [UpdateSpendingLimitRequest](https://developers.squads.so/grid/v1/sdk-reference/typescript/reference/latest/interfaces/UpdateSpendingLimitRequest.md) - [UseSpendingLimitRequest](https://developers.squads.so/grid/v1/sdk-reference/typescript/reference/latest/interfaces/UseSpendingLimitRequest.md) - [VirtualAccount](https://developers.squads.so/grid/v1/sdk-reference/typescript/reference/latest/interfaces/VirtualAccount.md) - [VirtualAccountResponse](https://developers.squads.so/grid/v1/sdk-reference/typescript/reference/latest/interfaces/VirtualAccountResponse.md) - [VirtualAccountsResponse](https://developers.squads.so/grid/v1/sdk-reference/typescript/reference/latest/interfaces/VirtualAccountsResponse.md) - [VoteProposalRequest](https://developers.squads.so/grid/v1/sdk-reference/typescript/reference/latest/interfaces/VoteProposalRequest.md) - [VoteProposalResponse](https://developers.squads.so/grid/v1/sdk-reference/typescript/reference/latest/interfaces/VoteProposalResponse.md) - [TypeScript SDK Quickstart](https://developers.squads.so/grid/v1/sdk-reference/typescript/reference/latest/quickstart.md): ## Installation - [AuthenticationData](https://developers.squads.so/grid/v1/sdk-reference/typescript/reference/latest/type-aliases/AuthenticationData.md) - [BridgeCurrency](https://developers.squads.so/grid/v1/sdk-reference/typescript/reference/latest/type-aliases/BridgeCurrency.md) - [ConfirmationStatus](https://developers.squads.so/grid/v1/sdk-reference/typescript/reference/latest/type-aliases/ConfirmationStatus.md) - [CreateAccountRequest](https://developers.squads.so/grid/v1/sdk-reference/typescript/reference/latest/type-aliases/CreateAccountRequest.md) - [CreateAccountResponse](https://developers.squads.so/grid/v1/sdk-reference/typescript/reference/latest/type-aliases/CreateAccountResponse.md) - [Currency](https://developers.squads.so/grid/v1/sdk-reference/typescript/reference/latest/type-aliases/Currency.md) - [GridEnvironment](https://developers.squads.so/grid/v1/sdk-reference/typescript/reference/latest/type-aliases/GridEnvironment.md) - [KycEndorsement](https://developers.squads.so/grid/v1/sdk-reference/typescript/reference/latest/type-aliases/KycEndorsement.md) - [KycType](https://developers.squads.so/grid/v1/sdk-reference/typescript/reference/latest/type-aliases/KycType.md) - [PasskeyPermission](https://developers.squads.so/grid/v1/sdk-reference/typescript/reference/latest/type-aliases/PasskeyPermission.md) - [PaymentRail](https://developers.squads.so/grid/v1/sdk-reference/typescript/reference/latest/type-aliases/PaymentRail.md) - [Period](https://developers.squads.so/grid/v1/sdk-reference/typescript/reference/latest/type-aliases/Period.md) - [PolicyPermission](https://developers.squads.so/grid/v1/sdk-reference/typescript/reference/latest/type-aliases/PolicyPermission.md) - [PolicyStatus](https://developers.squads.so/grid/v1/sdk-reference/typescript/reference/latest/type-aliases/PolicyStatus.md) - [ProviderSessionData](https://developers.squads.so/grid/v1/sdk-reference/typescript/reference/latest/type-aliases/ProviderSessionData.md) - [SignerPermission](https://developers.squads.so/grid/v1/sdk-reference/typescript/reference/latest/type-aliases/SignerPermission.md) - [SignerRole](https://developers.squads.so/grid/v1/sdk-reference/typescript/reference/latest/type-aliases/SignerRole.md) - [SpendingLimitPeriod](https://developers.squads.so/grid/v1/sdk-reference/typescript/reference/latest/type-aliases/SpendingLimitPeriod.md) - [TransferDirection](https://developers.squads.so/grid/v1/sdk-reference/typescript/reference/latest/type-aliases/TransferDirection.md) - [TransferState](https://developers.squads.so/grid/v1/sdk-reference/typescript/reference/latest/type-aliases/TransferState.md) - [VoteAction](https://developers.squads.so/grid/v1/sdk-reference/typescript/reference/latest/type-aliases/VoteAction.md) - [Grid Developer Platform](https://developers.squads.so/welcome.md): Ship with stablecoins 10x faster ## OpenAPI Specs - [openapi](https://developers.squads.so/api-reference/openapi.json) - [v1](https://developers.squads.so/squads-api/openapi-specs/v1.yaml)