Solana Price History API avatar

Solana Price History API

Try for free

Pay $0.30 for 1,000 results

Go to Store
Solana Price History API

Solana Price History API

websift/solana-price-history-api
Try for free

Pay $0.30 for 1,000 results

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.

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.

Developer
Maintained by Community

Actor Metrics

  • 6 monthly users

  • 1 bookmark

  • 95% runs succeeded

  • Created in Feb 2025

  • Modified 6 days ago