# SVM Endpoints

Complete API reference for Solana (SVM).

---

## Supported Chains

| Chain | Identifier | Native Token |
| --- | --- | --- |
| Solana | `sol` | SOL |

---

## Supported DEXes

The API automatically routes through the best available DEX:

| DEX | Type | Description |
| --- | --- | --- |
| RaydiumV4 | AMM | Classic Raydium pools |
| RaydiumCLMM | CLMM | Concentrated liquidity |
| RaydiumCPMM | CPMM | Constant product |
| RaydiumLaunchLab | Launchpad | New token launches |
| PumpFun | Bonding Curve | Meme token launches |
| PumpSwap | AMM | PumpFun graduated tokens |
| MeteoraDLMM | DLMM | Dynamic liquidity |
| Meteora DYN | AMM | Dynamic fee AMM pools |
| Meteora DYN2 | AMM | Enhanced dynamic pools |
| Meteora Dynamic Bonding Curve (DBC) | Bonding Curve | Meteora token launches |
| Whirlpool | CLMM | Orca concentrated liquidity |

---

## Endpoints

- **[Quotes](/docs/svm/quotes)** — Get buy/sell price quotes
- **[Transactions](/docs/svm/transactions)** — Build unsigned swap transactions
- **[Transfers](/docs/svm/transfers)** — SOL, token, and multi-transfers
- **[Wallet](/docs/svm/wallet)** — Query SOL and token balances
- **[Token Info](/docs/svm/token-info)** — Token metadata and reports
- **[Fees & Routes](/docs/svm/fees-and-routes)** — Priority fees, bribe fees, and send routes
- **[Send Transaction](/docs/svm/send-transaction)** — Broadcast signed transactions
- **[Price Subscriptions](/docs/svm/price-subscriptions)** — Real-time token price update streams
