# Etherspot Developer Documentation ## Docs - [Account Abstraction](https://etherspot.fyi/account-abstraction/accountabstraction.md): An overview of Account Abstraction on Ethereum - [Entrypoints](https://etherspot.fyi/account-abstraction/entrypoints.md) - [Smart Contract Wallets](https://etherspot.fyi/account-abstraction/eoa-vs-scw.md): Explaining accounts on Ethereum - [ERC4337](https://etherspot.fyi/account-abstraction/erc4337.md) - [UserOperations](https://etherspot.fyi/account-abstraction/userops.md) - [API Credits](https://etherspot.fyi/api-credits/pricing.md) - [addStake](https://etherspot.fyi/api-endpoints/arka/api-calls/add-stake.md): Add Stake - [checkWhitelist](https://etherspot.fyi/api-endpoints/arka/api-calls/check-an-address-is-whitelisted.md): Check an address is whitelisted - [checkWhitelist/v2](https://etherspot.fyi/api-endpoints/arka/api-calls/check-an-address-is-whitelisted-v2.md): Check an address is whitelisted v2 - [getAllCommonERC20PaymasterAddress](https://etherspot.fyi/api-endpoints/arka/api-calls/check-erc20-paymaster-address.md): Check ERC20 Paymaster address - [addPolicy](https://etherspot.fyi/api-endpoints/arka/api-calls/create-sponsorship-policy.md): Creates a new policy with the provided details. - [deletePolicy/{id}](https://etherspot.fyi/api-endpoints/arka/api-calls/delete-sponsorship-policy.md): Deletes a policy by its ID. - [deployVerifyingPaymaster](https://etherspot.fyi/api-endpoints/arka/api-calls/deploy-verifying-paymaster.md): Deploy Verifying Paymaster - [deposit](https://etherspot.fyi/api-endpoints/arka/api-calls/deposit-to-paymaster.md): Deposit to paymaster - [deposit/v2](https://etherspot.fyi/api-endpoints/arka/api-calls/deposit-to-paymaster-v2.md): Deposit to paymaster v2 - [disablePolicy/{id}](https://etherspot.fyi/api-endpoints/arka/api-calls/disable-sponsorship-policy.md): Disables an existing sponsorship policy by its ID. - [enablePolicy/{id}](https://etherspot.fyi/api-endpoints/arka/api-calls/enable-sponsorship-policy.md): Enables an existing sponsorship policy by its ID. - [getAllWhitelist/v2](https://etherspot.fyi/api-endpoints/arka/api-calls/get-all-whitelist-v2.md): Get all Whitelist addresses v2 - [pm_getERC20TokenQuotes](https://etherspot.fyi/api-endpoints/arka/api-calls/get-erc20-token-quotes.md): get token exchange quotes - [policy/walletAddress/{walletAddress}/latest](https://etherspot.fyi/api-endpoints/arka/api-calls/get-latest-sponsorship-policy-by-walletaddress.md): Retrieves the latest sponsorship policy by wallet address. - [policy/walletAddress/{walletAddress}/chainId/{chainId}/latest](https://etherspot.fyi/api-endpoints/arka/api-calls/get-latest-sponsorship-policy-by-walletaddress-chainid.md): Retrieves the latest sponsorship policy by wallet address and chain ID. - [policy/walletAddress/{walletAddress}/epVersion/{epVersion}/chainId/{chainId}/latest](https://etherspot.fyi/api-endpoints/arka/api-calls/get-latest-sponsorship-policy-by-walletaddress-epv-chainid.md): Retrieves the latest sponsorship policy for a given wallet address, EP version, and chain ID. - [policy/walletAddress/{walletAddress}/epVersion/{epVersion}/latest](https://etherspot.fyi/api-endpoints/arka/api-calls/get-latest-sponsorship-policy-by-walletaddress-epversion.md): Retrieves the latest sponsorship policy by wallet address and EP version. - [metadata](https://etherspot.fyi/api-endpoints/arka/api-calls/get-metadata.md): Return paymaster Metadata for EP6 - [metadata/v2](https://etherspot.fyi/api-endpoints/arka/api-calls/get-metadata-v2.md): Return paymaster Metadata for EP7 - [policy](https://etherspot.fyi/api-endpoints/arka/api-calls/get-sponsorship-policies.md): Retrieves all existing sponsorship policies, sorted by creation time in descending order. - [policy/walletAddress/{walletAddress}](https://etherspot.fyi/api-endpoints/arka/api-calls/get-sponsorship-policies-by-walletaddress.md): Retrieves all sponsorship policies associated with a wallet address. - [policy/walletAddress/{walletAddress}/epVersion/{epVersion}](https://etherspot.fyi/api-endpoints/arka/api-calls/get-sponsorship-policies-by-walletaddress-epversion.md): Retrieves all sponsorship policies by wallet address and EP version. - [policy/walletAddress/{walletAddress}/epVersion/{epVersion}/chainId/{chainId}](https://etherspot.fyi/api-endpoints/arka/api-calls/get-sponsorship-policies-by-walletaddress-epversion-chainid.md): Retrieves all sponsorship policies for a given wallet address, EP version, and chain ID. - [policy/{id}](https://etherspot.fyi/api-endpoints/arka/api-calls/get-sponsorship-policy-by-id.md): Retrieves a sponsorship policy by its unique ID. - [removeWhitelist](https://etherspot.fyi/api-endpoints/arka/api-calls/remove-address-from-whitelist.md): Remove address from whitelist - [removeWhitelist/v2](https://etherspot.fyi/api-endpoints/arka/api-calls/remove-address-from-whitelist-v2.md): Remove address from whitelist v2 - [pm_sponsorUserOperation](https://etherspot.fyi/api-endpoints/arka/api-calls/sponsor-user-operation.md): Sponsor a userOps - [updatePolicy](https://etherspot.fyi/api-endpoints/arka/api-calls/update-sponsorship-policy.md): Updates an existing sponsorship policy based on the provided information. - [whitelist](https://etherspot.fyi/api-endpoints/arka/api-calls/whitelist-an-address.md): Whitelist an address - [whitelist/v2](https://etherspot.fyi/api-endpoints/arka/api-calls/whitelist-an-address-v2.md): Whitelist an address v2 - [eth_estimateUserOperationGas](https://etherspot.fyi/api-endpoints/skandha/api-reference/estimate-userop.md): Estimate User Operation - [skandha_feeHistory](https://etherspot.fyi/api-endpoints/skandha/api-reference/get-bundler-fee-history.md): Get bundler fee history - [skandha_getGasPrice](https://etherspot.fyi/api-endpoints/skandha/api-reference/get-gas-price.md): Get gas price - [skandha_config](https://etherspot.fyi/api-endpoints/skandha/api-reference/get-skandha-config.md): Get skandha config - [eth_getUserOperationByHash](https://etherspot.fyi/api-endpoints/skandha/api-reference/get-userop-by-hash.md): Get UserOp by hash - [eth_getUserOperationReceipt](https://etherspot.fyi/api-endpoints/skandha/api-reference/get-userop-receipt.md): Get UserOp receipt - [eth_sendUserOperation](https://etherspot.fyi/api-endpoints/skandha/api-reference/send-userop.md): Submit User Operation to be included on-chain - [Manually Submit UserOp](https://etherspot.fyi/api-endpoints/skandha/api-reference/submit-user-op.md) - [addStake](https://etherspot.fyi/arka/api-calls/add-stake.md): Add Stake - [checkWhitelist](https://etherspot.fyi/arka/api-calls/check-an-address-is-whitelisted.md): Check an address is whitelisted - [checkWhitelist/v2](https://etherspot.fyi/arka/api-calls/check-an-address-is-whitelisted-v2.md): Check an address is whitelisted v2 - [getAllCommonERC20PaymasterAddress](https://etherspot.fyi/arka/api-calls/check-erc20-paymaster-address.md): Check ERC20 Paymaster address - [addPolicy](https://etherspot.fyi/arka/api-calls/create-sponsorship-policy.md): Creates a new policy with the provided details. - [deletePolicy/{id}](https://etherspot.fyi/arka/api-calls/delete-sponsorship-policy.md): Deletes a policy by its ID. - [deployVerifyingPaymaster](https://etherspot.fyi/arka/api-calls/deploy-verifying-paymaster.md): Deploy Verifying Paymaster - [deposit](https://etherspot.fyi/arka/api-calls/deposit-to-paymaster.md): Deposit to paymaster - [deposit/v2](https://etherspot.fyi/arka/api-calls/deposit-to-paymaster-v2.md): Deposit to paymaster v2 - [disablePolicy/{id}](https://etherspot.fyi/arka/api-calls/disable-sponsorship-policy.md): Disables an existing sponsorship policy by its ID. - [enablePolicy/{id}](https://etherspot.fyi/arka/api-calls/enable-sponsorship-policy.md): Enables an existing sponsorship policy by its ID. - [getAllWhitelist/v2](https://etherspot.fyi/arka/api-calls/get-all-whitelist-v2.md): Get all Whitelist addresses v2 - [pm_getERC20TokenQuotes](https://etherspot.fyi/arka/api-calls/get-erc20-token-quotes.md): get token exchange quotes - [policy/walletAddress/{walletAddress}/latest](https://etherspot.fyi/arka/api-calls/get-latest-sponsorship-policy-by-walletaddress.md): Retrieves the latest sponsorship policy by wallet address. - [policy/walletAddress/{walletAddress}/chainId/{chainId}/latest](https://etherspot.fyi/arka/api-calls/get-latest-sponsorship-policy-by-walletaddress-chainid.md): Retrieves the latest sponsorship policy by wallet address and chain ID. - [policy/walletAddress/{walletAddress}/epVersion/{epVersion}/chainId/{chainId}/latest](https://etherspot.fyi/arka/api-calls/get-latest-sponsorship-policy-by-walletaddress-epv-chainid.md): Retrieves the latest sponsorship policy for a given wallet address, EP version, and chain ID. - [policy/walletAddress/{walletAddress}/epVersion/{epVersion}/latest](https://etherspot.fyi/arka/api-calls/get-latest-sponsorship-policy-by-walletaddress-epversion.md): Retrieves the latest sponsorship policy by wallet address and EP version. - [metadata](https://etherspot.fyi/arka/api-calls/get-metadata.md): Return paymaster Metadata for EP6 - [metadata/v2](https://etherspot.fyi/arka/api-calls/get-metadata-v2.md): Return paymaster Metadata for EP7 - [policy](https://etherspot.fyi/arka/api-calls/get-sponsorship-policies.md): Retrieves all existing sponsorship policies, sorted by creation time in descending order. - [policy/walletAddress/{walletAddress}](https://etherspot.fyi/arka/api-calls/get-sponsorship-policies-by-walletaddress.md): Retrieves all sponsorship policies associated with a wallet address. - [policy/walletAddress/{walletAddress}/epVersion/{epVersion}](https://etherspot.fyi/arka/api-calls/get-sponsorship-policies-by-walletaddress-epversion.md): Retrieves all sponsorship policies by wallet address and EP version. - [policy/walletAddress/{walletAddress}/epVersion/{epVersion}/chainId/{chainId}](https://etherspot.fyi/arka/api-calls/get-sponsorship-policies-by-walletaddress-epversion-chainid.md): Retrieves all sponsorship policies for a given wallet address, EP version, and chain ID. - [policy/{id}](https://etherspot.fyi/arka/api-calls/get-sponsorship-policy-by-id.md): Retrieves a sponsorship policy by its unique ID. - [removeWhitelist](https://etherspot.fyi/arka/api-calls/remove-address-from-whitelist.md): Remove address from whitelist - [removeWhitelist/v2](https://etherspot.fyi/arka/api-calls/remove-address-from-whitelist-v2.md): Remove address from whitelist v2 - [pm_sponsorUserOperation](https://etherspot.fyi/arka/api-calls/sponsor-user-operation.md): Sponsor a userOps - [updatePolicy](https://etherspot.fyi/arka/api-calls/update-sponsorship-policy.md): Updates an existing sponsorship policy based on the provided information. - [whitelist](https://etherspot.fyi/arka/api-calls/whitelist-an-address.md): Whitelist an address - [whitelist/v2](https://etherspot.fyi/arka/api-calls/whitelist-an-address-v2.md): Whitelist an address v2 - [Deposit to Arka](https://etherspot.fyi/arka/deposit.md) - [Introduction to Arka](https://etherspot.fyi/arka/intro.md) - [Pay for gas with ERC20 tokens using MultiTokenPaymaster](https://etherspot.fyi/arka/pay-with-erc20-multiToken.md) - [Sponsor A Transaction](https://etherspot.fyi/arka/sponsor-a-transaction.md) - [Arka testnet Usage](https://etherspot.fyi/arka/testnets.md) - [Audits](https://etherspot.fyi/audits/audits.md) - [RPC Playground](https://etherspot.fyi/developer-dashboard/rpc-playground.md) - [API Key Security Settings](https://etherspot.fyi/developer-dashboard/security-settings.md) - [Introduction](https://etherspot.fyi/introduction.md): Everything you need to get started with Etherspot’s Account & Chain Abstraction infrastructure - [Batching Transactions](https://etherspot.fyi/modular-sdk/batching-transactions.md) - [Chains Supported](https://etherspot.fyi/modular-sdk/chains-supported.md) - [Contract Deployments](https://etherspot.fyi/modular-sdk/contracts/deployments.md) - [Generate Module deinitData](https://etherspot.fyi/modular-sdk/examples/generate-module-deinitdata.md) - [Get previous Module](https://etherspot.fyi/modular-sdk/examples/get-previous-module-address.md) - [Get Address](https://etherspot.fyi/modular-sdk/examples/getaddress.md) - [Install Module](https://etherspot.fyi/modular-sdk/examples/install-module.md) - [Run Modular SDK examples](https://etherspot.fyi/modular-sdk/examples/intro.md) - [List all Modules](https://etherspot.fyi/modular-sdk/examples/list-all-modules.md) - [Paymaster Sponsor Transaction](https://etherspot.fyi/modular-sdk/examples/paymaster-sponsored-transaction.md) - [Transfer erc20](https://etherspot.fyi/modular-sdk/examples/transfer-erc20.md) - [Transfer native funds](https://etherspot.fyi/modular-sdk/examples/transfer-native.md) - [Transfer NFT](https://etherspot.fyi/modular-sdk/examples/transfer-nft.md) - [UnInstall Module](https://etherspot.fyi/modular-sdk/examples/uninstall-module.md) - [Functions](https://etherspot.fyi/modular-sdk/functions.md) - [Uninstall Module Details](https://etherspot.fyi/modular-sdk/install-uninstall-module.md) - [Installation](https://etherspot.fyi/modular-sdk/installation.md): Learn how to install Etherspot Modular SDK - [Instantiation](https://etherspot.fyi/modular-sdk/instantiation.md) - [Introduction](https://etherspot.fyi/modular-sdk/intro.md) - [Module Details](https://etherspot.fyi/modular-sdk/module-details.md) - [Chains Supported](https://etherspot.fyi/modular-sdk/sessionkey/chains-supported.md) - [Disable SessionKey](https://etherspot.fyi/modular-sdk/sessionkey/examples/disable-sessionkey.md) - [Enable SessionKey](https://etherspot.fyi/modular-sdk/sessionkey/examples/enable-sessionkey.md) - [ERC20-Transfer with SessionKey Signature](https://etherspot.fyi/modular-sdk/sessionkey/examples/erc20-transfer-with-sessionkey.md) - [Run SessionKeyValidator SDK examples](https://etherspot.fyi/modular-sdk/sessionkey/examples/intro.md) - [Rotate SessionKey](https://etherspot.fyi/modular-sdk/sessionkey/examples/rotate-sessionkey.md) - [Functions](https://etherspot.fyi/modular-sdk/sessionkey/functions.md) - [Introduction](https://etherspot.fyi/modular-sdk/sessionkey/sessionkey-intro.md) - [Instantiation](https://etherspot.fyi/modular-sdk/sessionkey/sessionkey-validator-instantiation.md) - [Get an API key](https://etherspot.fyi/prime-sdk/api-key-portal.md) - [Arka Paymaster](https://etherspot.fyi/prime-sdk/arka.md) - [Batching Transactions](https://etherspot.fyi/prime-sdk/batching-transactions.md) - [User Specific callGasLimit](https://etherspot.fyi/prime-sdk/callGasLimit.md) - [Chains Supported](https://etherspot.fyi/prime-sdk/chains-supported.md) - [AccessController](https://etherspot.fyi/prime-sdk/contracts/accesscontroller.md) - [Contract Deployments](https://etherspot.fyi/prime-sdk/contracts/deployments.md) - [Entrypoint Contract Error Codes](https://etherspot.fyi/prime-sdk/contracts/error-codes.md): A detailed look into what each of the EntryPoint error codes mean. - [Paymaster](https://etherspot.fyi/prime-sdk/contracts/etherspotpaymaster.md) - [EtherspotWallet](https://etherspot.fyi/prime-sdk/contracts/etherspotwallet.md) - [Whitelist](https://etherspot.fyi/prime-sdk/contracts/whitelist.md) - [Data Service](https://etherspot.fyi/prime-sdk/data-service.md) - [Add Guardians](https://etherspot.fyi/prime-sdk/examples/add-guardians.md) - [User Specific callGasLimit](https://etherspot.fyi/prime-sdk/examples/call-gas-limit.md) - [Concurrent UserOps](https://etherspot.fyi/prime-sdk/examples/concurrent-userops.md) - [Show gas fee in fiat](https://etherspot.fyi/prime-sdk/examples/gas-fee-in-usd.md) - [Get Account Balances](https://etherspot.fyi/prime-sdk/examples/get-account-balances.md) - [Get bridging quotes (LiFi)](https://etherspot.fyi/prime-sdk/examples/get-bridging-quotes-lifi.md) - [Get bridging quotes (other)](https://etherspot.fyi/prime-sdk/examples/get-bridging-quotes-other.md) - [Get Exchange Rates](https://etherspot.fyi/prime-sdk/examples/get-exchange-rates.md) - [Get Exchange Supported assets](https://etherspot.fyi/prime-sdk/examples/get-exchange-supported-assets.md) - [Get NFT List](https://etherspot.fyi/prime-sdk/examples/get-nft-list.md) - [Get SimpleAccount Address](https://etherspot.fyi/prime-sdk/examples/get-simpleaccount-address.md) - [Get Token List](https://etherspot.fyi/prime-sdk/examples/get-token-list.md) - [Get Transaction](https://etherspot.fyi/prime-sdk/examples/get-transaction.md) - [Get Zerodev Address](https://etherspot.fyi/prime-sdk/examples/get-zerodev-address.md) - [Get Address](https://etherspot.fyi/prime-sdk/examples/getaddress.md) - [Run Prime SDK examples](https://etherspot.fyi/prime-sdk/examples/intro.md) - [Paymaster valid until after specified time](https://etherspot.fyi/prime-sdk/examples/paymaster-valid-until-after-time.md) - [Social Logins](https://etherspot.fyi/prime-sdk/examples/social-logins.md): Learn how to add social logins to your dapp. - [Swap](https://etherspot.fyi/prime-sdk/examples/swap.md) - [Transfer NFT](https://etherspot.fyi/prime-sdk/examples/transferNFT.md) - [Transfer ERC20](https://etherspot.fyi/prime-sdk/examples/transfererc20.md) - [Transfer Funds](https://etherspot.fyi/prime-sdk/examples/transferfunds.md) - [Use Paymaster](https://etherspot.fyi/prime-sdk/examples/use-paymaster.md) - [Fiat Onramp](https://etherspot.fyi/prime-sdk/fiat-onramp.md) - [Functions](https://etherspot.fyi/prime-sdk/functions.md) - [Guardians](https://etherspot.fyi/prime-sdk/guardians.md) - [Installation](https://etherspot.fyi/prime-sdk/installation.md): Learn how to install Etherspot Prime SDK - [Instantiation](https://etherspot.fyi/prime-sdk/instantiation.md) - [Aarc](https://etherspot.fyi/prime-sdk/integrations/aarc.md) - [Introduction](https://etherspot.fyi/prime-sdk/intro.md) - [Etherspot Prime on Flare](https://etherspot.fyi/prime-sdk/other-chains/getting-started-on-flare.md): An introduction to Account Abstraction on Flare using the Etherspot Prime SDK - [Account Abstraction on Fuse](https://etherspot.fyi/prime-sdk/other-chains/getting-started-on-fuse.md): An introduction to Account Abstraction on Fuse using the Etherspot Prime SDK - [Account Abstraction on Linea](https://etherspot.fyi/prime-sdk/other-chains/getting-started-on-linea.md): An introduction to Account Abstraction on Linea using the Etherspot Prime SDK - [Account Abstraction on Mantle](https://etherspot.fyi/prime-sdk/other-chains/getting-started-on-mantle.md): An introduction to Account Abstraction on Mantle using the Etherspot Prime SDK - [Account Abstraction on Rootstock](https://etherspot.fyi/prime-sdk/other-chains/getting-started-on-rootstock.md): An introduction to Account Abstraction on Rootstock using the Etherspot Prime SDK - [Account Abstraction on Scroll](https://etherspot.fyi/prime-sdk/other-chains/getting-started-on-scroll.md): An introduction to Account Abstraction on Scroll using the Etherspot Prime SDK - [Intro](https://etherspot.fyi/prime-sdk/other-chains/intro.md) - [SDK Reference](https://etherspot.fyi/prime-sdk/sdk-reference.md) - [Sponsored Transactions](https://etherspot.fyi/prime-sdk/sponsored-transactions.md) - [Ethers.js](https://etherspot.fyi/prime-sdk/third-party/ethers.md) - [Intro](https://etherspot.fyi/prime-sdk/third-party/intro.md) - [Metamask](https://etherspot.fyi/prime-sdk/third-party/metamask.md) - [Privy](https://etherspot.fyi/prime-sdk/third-party/privy.md) - [Viem](https://etherspot.fyi/prime-sdk/third-party/viem.md) - [Web3Auth](https://etherspot.fyi/prime-sdk/third-party/web3auth.md) - [Changing Wallet Factory](https://etherspot.fyi/prime-sdk/wallet-factories.md) - [Quick Start](https://etherspot.fyi/quick-start.md): A simple introduction to the Etherspot Prime SDK. - [Chains Supported](https://etherspot.fyi/remote-signer-sdk/chains-supported.md) - [Contract Deployments](https://etherspot.fyi/remote-signer-sdk/contracts/deployments.md) - [sign UserOp via RemoteSigner ViemAccount](https://etherspot.fyi/remote-signer-sdk/examples/using-extended-local-account.md) - [sign UserOp via RemoteSignerSDK Instance](https://etherspot.fyi/remote-signer-sdk/examples/using-remote-signer-sdk.md) - [Functions](https://etherspot.fyi/remote-signer-sdk/functions.md) - [Installation](https://etherspot.fyi/remote-signer-sdk/installation.md): Learn how to install Etherspot RemoteSigner SDK - [Instantiation](https://etherspot.fyi/remote-signer-sdk/instantiation.md) - [Introduction](https://etherspot.fyi/remote-signer-sdk/intro.md) - [SDK and Contract Interactions - DeeDive](https://etherspot.fyi/remote-signer-sdk/remote-signer-deepdive.md) - [eth_estimateUserOperationGas](https://etherspot.fyi/skandha/api-reference/estimate-userop.md): Estimate User Operation - [skandha_feeHistory](https://etherspot.fyi/skandha/api-reference/get-bundler-fee-history.md): Get bundler fee history - [skandha_getGasPrice](https://etherspot.fyi/skandha/api-reference/get-gas-price.md): Get gas price - [skandha_config](https://etherspot.fyi/skandha/api-reference/get-skandha-config.md): Get skandha config - [eth_getUserOperationByHash](https://etherspot.fyi/skandha/api-reference/get-userop-by-hash.md): Get UserOp by hash - [eth_getUserOperationReceipt](https://etherspot.fyi/skandha/api-reference/get-userop-receipt.md): Get UserOp receipt - [eth_sendUserOperation](https://etherspot.fyi/skandha/api-reference/send-userop.md): Submit User Operation to be included on-chain - [Manually Submit UserOp](https://etherspot.fyi/skandha/api-reference/submit-user-op.md) - [Config](https://etherspot.fyi/skandha/config.md) - [Installation](https://etherspot.fyi/skandha/installation.md) - [Introduction to Skandha](https://etherspot.fyi/skandha/intro.md) - [MEV Protection](https://etherspot.fyi/skandha/mev-protection.md) - [Batch RPC calls](https://etherspot.fyi/skandha/multi-rpc-call.md) - [P2P](https://etherspot.fyi/skandha/p2p.md) - [skandha_subscribe](https://etherspot.fyi/skandha/skandha-subscribe.md) - [](https://etherspot.fyi/transaction-kit/components/EtherspotApprovalTransaction.md) - [](https://etherspot.fyi/transaction-kit/components/EtherspotBatch.md) - [](https://etherspot.fyi/transaction-kit/components/EtherspotBatches.md) - [](https://etherspot.fyi/transaction-kit/components/EtherspotContractTransaction.md) - [](https://etherspot.fyi/transaction-kit/components/EtherspotTokenTransferTransaction.md) - [](https://etherspot.fyi/transaction-kit/components/EtherspotTransaction.md) - [](https://etherspot.fyi/transaction-kit/components/EtherspotTransactionKit.md) - [getAccountTransaction()](https://etherspot.fyi/transaction-kit/hooks/getAccountTransaction.md) - [getAccountTransactions()](https://etherspot.fyi/transaction-kit/hooks/getAccountTransactions.md) - [useEtherspotAssets()](https://etherspot.fyi/transaction-kit/hooks/useEtherspotAssets.md) - [useEtherspotNfts()](https://etherspot.fyi/transaction-kit/hooks/useEtherspotNfts.md) - [useEtherspotTransactions()](https://etherspot.fyi/transaction-kit/hooks/useEtherspotTransactions.md) - [Installation](https://etherspot.fyi/transaction-kit/installation.md) - [Introduction to Transaction Kit](https://etherspot.fyi/transaction-kit/intro.md) - [Paymaster usage](https://etherspot.fyi/transaction-kit/paymaster.md) - [Send Native Token](https://etherspot.fyi/transaction-kit/send-native-token.md) - [Staking](https://etherspot.fyi/transaction-kit/staking.md) ## OpenAPI Specs - [arka](https://etherspot.fyi/arka.yml) - [package-lock](https://etherspot.fyi/package-lock.json) - [arkasponsoruseroperation](https://etherspot.fyi/arkasponsoruseroperation.yml) - [arkageterc20tokenquotes](https://etherspot.fyi/arkageterc20tokenquotes.yml) - [skandhagetuseropreceipt](https://etherspot.fyi/skandhagetuseropreceipt.yml) - [skandhasenduserop](https://etherspot.fyi/skandhasenduserop.yml) - [skandhagetconfig](https://etherspot.fyi/skandhagetconfig.yml) - [skandhagetgasprice](https://etherspot.fyi/skandhagetgasprice.yml) - [skandhagetfeehistory](https://etherspot.fyi/skandhagetfeehistory.yml) - [skandhaestimateuserop](https://etherspot.fyi/skandhaestimateuserop.yml) - [skandhagetuseropbyhash](https://etherspot.fyi/skandhagetuseropbyhash.yml) ## Optional - [GitHub](https://github.com/etherspot) - [Discord](https://discord.etherspot.io) - [System Status](https://status.etherspot.io/)