Paxos Labs API
The Paxos Labs API V2 provides REST (and GraphQL) endpoints for analytics and data across Paxos onchain products. All list endpoints support cursor-based pagination and a flexiblefilter query parameter.
Authentication
Include your API key in thex-api-key header:
Base URL
Endpoints
Amplify
| Endpoint | Method | Description |
|---|---|---|
/v2/amplify/vaultAssets | GET | List depositable/withdrawable assets for vaults |
/v2/amplify/vaultApys | GET | Historical and current vault APY data |
/v2/amplify/vaultTvls | GET | Historical and current vault TVL data |
/v2/amplify/vaultCompositions | GET | Current asset composition for vaults |
/v2/amplify/withdrawalRequests | GET | Withdrawal requests filtered by status, chain, asset |
/v2/amplify/withdrawalVolumes | GET | Historical withdrawal volume by time interval |
/v2/amplify/liquidityShortfalls | GET | Current liquidity shortfalls across vaults |
Address Book
| Endpoint | Method | Description |
|---|---|---|
/v2/addressBookEntries | GET | Known address entries filtered by chain, address, or name |
Pagination
All list endpoints acceptpageSize (default 25, max 100) and pageToken. Omit pageToken for the first page; use the returned nextPageToken for subsequent pages.
Filtering
List endpoints accept afilter query string using =, !=, AND, and OR operators: