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 — Analytics
Amplify — Discovery & Configuration
Amplify — Transaction Preparation (Calldata)
Amplify — Display Helpers
WPAXG — Swaps
Address Book
Webhooks
Register webhook endpoints in the Enterprise Console to receive real-time notifications when events occur that are relevant to your organization. For a comprehensive list of event types, see the Event Catalog.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: