Fetch Solana Trade History by Program API avatar

Fetch Solana Trade History by Program API

Pricing

Pay per usage

Go to Apify Store
Fetch Solana Trade History by Program API

Fetch Solana Trade History by Program API

Solana API endpoint for fetching trade history, volume, and metrics for any supported Solana AMM or DEX program, filtered by program. Docs: https://docs.vybenetwork.com/reference/get_trade_data_program_v4

Pricing

Pay per usage

Rating

0.0

(0)

Developer

Vybe Network

Vybe Network

Maintained by Community

Actor stats

1

Bookmarked

2

Total users

1

Monthly active users

a day ago

Last modified

Share

Fetch Solana Trade History by Program

Solana API Summary

Fetch Solana Trade History by Program

Solana API Description

Solana API endpoint for fetching trade history, volume, and metrics for any supported Solana AMM or DEX program, filtered by program.

This Solana API actor is designed for search visibility and developer onboarding, with practical endpoint context, strong keyword coverage, and direct doc links for implementation.

Explore docs here: Fetch Solana Trade History by Program Docs and Solana API Docs.

Solana API Usage

Use this endpoint for Solana analytics, token and market intelligence, wallet behavior analysis, and trading automation. The actor follows the official Vybe OpenAPI contract for consistent and accurate integrations.

Parameters

  • programAddress (query, optional) - The program on which the trade occurred
  • baseMintAddress (query, optional) - The public key of the base token
  • quoteMintAddress (query, optional) - The public key of the quote token
  • mintAddress (query, optional) - The public key of either the base or quote token
  • marketAddress (query, optional) - Market id to filter with. If provided, the baseMintAddress and quoteMintAddress fields are ignored
  • authorityAddress (query, optional) - Authority public key to filter with
  • resolution (query, optional) - Resolution of the data. Possible values: 1h, 1d, 1w, 1m, 1y, or a string parseable to seconds
  • timeStart (query, optional) - Start time of the data to return (unix timestamp)
  • timeEnd (query, optional) - End time of the data to return (unix timestamp)
  • page (query, optional) - Page selection, 0-indexed.
  • limit (query, optional) - Limit of the number of trades to return per page. Default/max is 1000.
  • sortByAsc (query, optional) - Sort ascending by 'price' or 'blockTime'. Only one of sort_by_asc or sort_by_desc can be used
  • sortByDesc (query, optional) - Sort descending by 'price' or 'blockTime'. Only one of sort_by_asc or sort_by_desc can be used
  • feePayerAddress (query, optional) - The public key of the entity that pays for the trade, often used for retrieving trades associated with a specific trading account.

Responses

  • 200: Successful response
  • 400: Invalid request
  • 500: Internal server error

Resources