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
Address Book
Webhooks
Coming Soon — Webhook subscriptions for real-time event notifications are under active development.
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: