> ## Documentation Index
> Fetch the complete documentation index at: https://particlenetwork-fccf74d2-chore-updates.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Introduction to Enhanced APIs

> Particle Network's Enhanced APIs enable reliable, high-throughput blockchain interactions.

<img className="block dark:hidden" src="https://mintcdn.com/particlenetwork-fccf74d2-chore-updates/B6Y5T42wvB78yNdq/social-logins/api/images/web3.png?fit=max&auto=format&n=B6Y5T42wvB78yNdq&q=85&s=8b3af9ebabbc2923e7c2efbc8e286eea" alt="Particle Network Web3 services." width="3840" height="2160" data-path="social-logins/api/images/web3.png" />

<img className="hidden dark:block" src="https://mintcdn.com/particlenetwork-fccf74d2-chore-updates/B6Y5T42wvB78yNdq/social-logins/api/images/web3.png?fit=max&auto=format&n=B6Y5T42wvB78yNdq&q=85&s=8b3af9ebabbc2923e7c2efbc8e286eea" alt="Particle Network Web3 services." width="3840" height="2160" data-path="social-logins/api/images/web3.png" />

***

# Enhanced APIs

Alongside Particle’s Wallet-as-a-Service and Account Abstraction SDKs, we provide a set of **Enhanced APIs**.\
These APIs are designed for **fast, flexible blockchain interactions**, such as:

* Retrieving detailed wallet and token data
* Constructing ERC-20 swap transactions
* Reading and writing blockchain data programmatically

<Note>Many of these capabilities are already built into Particle SDKs.</Note>

The Enhanced APIs section gives you a **transparent look at all available endpoints**, with examples and an interactive playground for testing.

***

<CardGroup cols={3}>
  <Card title="Enhanced APIs (EVM)" href="/social-logins/api/evm/abi_encodefunctioncall">
    APIs for high-speed EVM data access and transaction calls.
  </Card>

  <Card title="Enhanced APIs (Solana)" href="/social-logins/api/solana/enhancedgetprice">
    Solana-focused APIs for on-chain data and interactions.
  </Card>

  <Card title="Enhanced APIs (Swap)" href="/social-logins/api/swap/introduction">
    APIs for constructing and retrieving token swaps.
  </Card>
</CardGroup>
