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

Address Book

Webhooks

Coming Soon — Webhook subscriptions for real-time event notifications are under active development.

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: