Solana Price History API

Solana Price History API

Easily fetch daily historical price data for Solana SLP tokens with the Solana Price History API. Perfect for tracking price trends, portfolio analysis, and blockchain research.

DEVELOPER_TOOLSOTHERECOMMERCEApify

Solana SLP Token Price History API

Fetches daily historical price data for Solana tokens. It allows you to retrieve price information from a specific date range.

Features

  • Fetch historical price data for multiple Solana tokens in a single request
  • Built-in date validation to prevent future date queries
  • Structured output format for easy data processing

Example Usage

1{
2    "addresses": "So11111111111111111111111111111111111111112"
3    "date": 20240201-20250201
4}

Example Output

Note: There is a minimum of 11 responses per run

1[
2    {
3        'date': YYYYMMDD, 
4        'price': 214.32774
5    },
6    {
7        'date': YYYYMMDD, 
8        'price': 200.11743
9    }
10]

If an error occurs, the output will include an error message:

1{
2    "message": "Error description"
3}

Limitations

  • Cannot fetch price data for future dates
  • Historical data available up to roughly 20230606

Error Handling

The actor includes built-in error handling for:

  • Invalid dates (future dates or malformed date strings)
  • Invalid token addresses

Each error is properly logged and returned in the actor's output for transparency.

Support

For issues, feature requests, or questions about this actor, please create an issue.

Frequently Asked Questions

Is it legal to scrape job listings or public data?

Yes, if you're scraping publicly available data for personal or internal use. Always review Websute's Terms of Service before large-scale use or redistribution.

Do I need to code to use this scraper?

No. This is a no-code tool — just enter a job title, location, and run the scraper directly from your dashboard or Apify actor page.

What data does it extract?

It extracts job titles, companies, salaries (if available), descriptions, locations, and post dates. You can export all of it to Excel or JSON.

Can I scrape multiple pages or filter by location?

Yes, you can scrape multiple pages and refine by job title, location, keyword, or more depending on the input settings you use.

How do I get started?

You can use the Try Now button on this page to go to the scraper. You’ll be guided to input a search term and get structured results. No setup needed!