Skip to main content

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 flexible filter query parameter.

Authentication

Include your API key in the x-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 accept pageSize (default 25, max 100) and pageToken. Omit pageToken for the first page; use the returned nextPageToken for subsequent pages.

Filtering

List endpoints accept a filter query string using =, !=, AND, and OR operators: