Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.moralis.com/llms.txt

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

Moralis decodes DeFi activity - lending, borrowing, staking, liquid staking, and liquidity pools - across thousands of protocols on EVM chains and the top protocols on Solana, returning enriched, protocol-aware positions through the DeFi API. Coverage expands continuously, so the API itself is the source of truth for what is supported at any given moment.

Fetch the Full List of Supported Protocols

Use the Get Supported DeFi Protocols endpoint to retrieve the complete, current list of supported protocols for a chain - ideal for keeping your own UI or coverage checks in sync:
curl "https://api.moralis.com/v1/defi/protocols?chain=eth" \
  -H "X-Api-Key: YOUR_API_KEY"
Pass the chain parameter (for example eth, base, polygon, or solana) to list the protocols supported on that chain.
By default, we track all forked Uniswap v2 protocols. If a particular protocol has not yet been decoded, it appears as unknown in API responses - reach out to support and we will prioritize decoding it.

EVM Coverage

DeFi protocol decoding is available across these EVM chains:
  • Arbitrum
  • Avalanche
  • Base
  • Binance
  • Ethereum
  • Linea
  • Monad
  • Optimism
  • Polygon
  • Sei
Coverage is not uniform across chains. Protocol availability depends on where each protocol is deployed and its adoption per chain. Query the endpoint above for exact per-chain support.
We support thousands of EVM protocols, including all forked Uniswap v2 protocols. A few of the most widely used, with their query parameters:
ProtocolQuery ParameterExample Chains
Aave v3aave-v3Base, Ethereum, Polygon
Uniswap v3uniswap-v3Arbitrum, Avalanche, Base, Binance, Ethereum, Optimism, Polygon
Pancakeswap v3pancakeswap-v3Arbitrum, Base, Binance, Ethereum, Linea, Monad
LidolidoEthereum
Rocket PoolrocketpoolArbitrum, Base, Ethereum, Optimism, Polygon
EigenlayereigenlayerEthereum
MakerDAOmakerdaoEthereum
PendlependleEthereum
This is a curated highlight, not the full list - call the endpoint above for complete, up-to-date coverage.

Solana Coverage

The Solana DeFi API supports 10 protocols, together covering roughly 90% of Solana DeFi TVL - including the top protocols by TVL (Jupiter, Kamino, Sanctum, and Raydium):
ProtocolCategory
Jupiter LendLending
Jupiter Perpetual ExchangePerpetuals
Kamino LendLending
SanctumLiquid staking
Save (formerly Solend)Lending
RaydiumDEX / AMM
OrcaDEX / AMM
DriftPerpetuals
JitoLiquid staking
MarinadeLiquid staking
See the Solana DeFi API for endpoints and examples. More protocols are added on a rolling basis. To request prioritization of a specific protocol, reach out to the team.