ParaSwap · GraphQL Specification

ParaSwap GraphQL API

ParaSwap (now Velora) exposes historical on-chain data through The Graph protocol subgraphs. The Augustus v5 subgraph tracks all token swaps executed through the ParaSwap Augustus smart contract across its supported EVM chains, including Ethereum, Arbitrum, Avalanche, Base, BSC, Optimism, and Polygon. The data covers every swap event from ParaSwap v0.1.0 through the current v5 release, providing full transaction history with routing method, token pairs, amounts, fees, and gas usage.

Documentation Endpoint View on GitHub DeFiDEX AggregatorToken SwapsBlockchainEVMCryptocurrencyLiquiditySmart ContractsGraphQL

Overview

ParaSwap GraphQL API is a GraphQL API specification published by ParaSwap on the APIs.io network.

ParaSwap (now Velora) exposes historical on-chain data through The Graph protocol subgraphs. The Augustus v5 subgraph tracks all token swaps executed through the ParaSwap Augustus smart contract across its supported EVM chains, including Ethereum, Arbitrum, Avalanche, Base, BSC, Optimism, and Polygon. The data covers every swap event from ParaSwap v0.1.0 through the current v5 release, providing full transaction history with routing method, token pairs, amounts, fees, and gas usage.

The GraphQL endpoint is available at https://api.thegraph.com/subgraphs/name/paraswap/paraswap-subgraph. documentation is published at https://developers.velora.xyz/subgraphs.

The specification includes 2 reference links.

Tagged areas include DeFi, DEX Aggregator, Token Swaps, Blockchain, and EVM.

Endpoint

https://api.thegraph.com/subgraphs/name/paraswap/paraswap-subgraph

References

Related API Specs

ParaSwap Market API (OpenAPI)
Back to ParaSwap · All GraphQL Specs · GitHub