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
Address Book
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: