Pair Data
Pair endpoints expose metadata for a pair and audit breakdowns (single or batch) including developer, top holders, insiders, bundlers, snipers, and LP burn distribution.
Returns the underlying token metadata for a given pair address. Social fields are omitted.
The pair address (e.g., liquidity pool address)
Pair metadata returned successfully
Missing or invalid pair address
Pair or token not found
Unexpected server error
Returns audit data for a single liquidity pair and its underlying token. Includes token-level distribution (developer, top holders, insiders, bundlers) and pair-level ownership breakdown (snipers, LP burn).
The pair address (e.g., liquidity pool address)
Pair audit data returned successfully
Missing or invalid pairAddress
Pair not found
Internal server error
Returns audit data for multiple liquidity pairs in a single batch call. Accepts up to 10 pair addresses via the addresses query parameter. Each entry includes pair-level and token-level audit details including developer, top holders, insiders, bundlers, snipers, and LP burn distribution.
Cost: 10 credits per request.
Comma-separated list of up to 10 pair addresses
pairAddress1,pairAddress2Batch pair audit data returned successfully
Missing or invalid query parameter
Internal server error
Last updated