Added

2026.04.16 - Release x402 Payment Support

Birdeye Data now supports x402, an open payment protocol built on the HTTP 402 standard. AI agents and applications can access Birdeye Data APIs by paying per request on-chain using USDC on Solana — no API key or subscription required.

Features

x402 Endpoints

47 Birdeye API endpoints are now accessible via x402 payment, organized across 7 categories:

CategoryBase pathEndpoints
DeFi (v1)/x402/defi16
DeFi (v2)/x402/defi/v23
DeFi (v3)/x402/defi/v321
Token/x402/token/v13
Trader/x402/trader2
Holder/x402/holder/v11
Smart Money/x402/smart-money/v11

These endpoints are identical to their standard counterparts in functionality and response format — only the authentication method differs. Instead of an API key, each request is accompanied by an on-chain USDC payment on Solana, verified by the x402 facilitator before the request is processed.

How it works

  1. Send a request to any /x402/... endpoint without an API key
  2. The server responds with 402 Payment Required, including a payment payload describing the amount and recipient address
  3. Your client signs and submits the on-chain payment
  4. Resend the request with the payment proof — the server verifies and returns the data

A discovery endpoint is available at GET /x402/discover to list all supported routes along with their pricing and network details.