Solana Account Transaction API

Solana Account Transaction API

Fetch transaction data from any solana account

DEVELOPER_TOOLSOTHERECOMMERCEApify

Get detailed transaction data including timestamps, SOL values, fees, signers, and more in an easy-to-use format for any Solana wallet address.

Features

  • Provides detailed transaction information including block time, fees, and status
  • Handles rate limiting and pagination automatically
  • Supports both finite and unlimited transaction fetching

Input

The actor accepts a JSON object with the following properties:

1{
2    "address": "address",
3    "maxItems": 100  // To get max transactions set as -1
4}

Output

The actor outputs transaction data in the following format for each transaction:

1[
2    {
3        "tx_hash": "Transaction hash string",
4        "block_date": "YYYY-MM-DD HH:MM:SS",
5        "block_time": 1234567890,
6        "sol_value_ui": 1.5,  // SOL amount
7        "sol_value_lamports": 1500000000,  // Raw lamports
8        "fee": 5000,
9        "status": "Success/Failure",
10        "signer": ["Address1", "Address2"],
11        "parsed_instruction": ["instruction details"],
12        "slot": 12345,
13        "extra_data": {}
14    }
15]

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

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

Limitations

  • Only processes 1 account to ensure reliable performance
  • Some fields might have missing data fields marked as "N/A" if not available

Error Handling

The actor implements the following error handling mechanisms:

  • Invalid input format

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!