Solscan Pro API Levels & Details

Supercharge Your Projects with Solscan Pro API.

Solscan's Pro API Level Structure

LevelC.U/MonthRequests/60 secsPrice/month

Level 2

150,000,000

1,000

$199

Level 3

500,000,000

2,000

$399

Enterprise

Contact us

Contact us

Contact us

Contact us at support@solscan.io to register.

Solscan Pro API C.U Calculation

To determine the total amount of Computing Units (CU) for Pro API plans, we start with a default of 10 CUs. Additionally, specific endpoints contribute to the CU calculation, totaling 70 CUs in this case. Together, the default CU and the CU count from these designated endpoints form the basis for calculating the CU allocation for Pro API plans.

Detailed C.U for each endpoint:

CategoryEndpointC.U amount

Block

/block/last

10

/block/transactions

10

/block/{block}

10

Transaction

/transaction/last

70

/transaction/{signature}

70

Account

/account/stakeAccounts

10

/account/tokens

70

/account/transactions

100

/account/splTransfers

70

/account/solTransfers

70

/account/exportTransactions

70

Token

/token/holders

70

/token/meta

70

/token/meta

70

Market

/market/token/{tokenAddress}

10

Details on Solscan Pro API endpoints: https://pro-api.solscan.io/pro-api-docs/v1.0#/

Generate your own API key

Generate your own unique Solscan API key through Solscan Account Page.

Step 1: Create & Log in to your Solscan account on solscan.io

Step 2: Go to the "API Management" section, click "Generate Key"

Step 3: You will be given a unique string of numbers or symbols that will allow you to operate in our Pro API sector. Click "Copy".

Step 4: Go to https://pro-api.solscan.io/pro-api-docs/v1.0

Step 5: Choose the endpoint that you want to crawl data from. Click on the 🔓 symbol.

Step 6: Paste your uniquely generated API key on Solscan and click "Authorize"

Step 7: You are set to go! You can choose to "Logout" after finishing the section .

*Notice

If you are using the previous version of our Public API key, please follow this guide to avoid any disruption in your project-building progress:

Step 1: Generate your own API key from your Solscan account

Step 2: Insert your API key into the header of the C-URL as follows

// curl -X 'GET'
'https://public-api.solscan.io/account/transactions?account=ATLASXmbPQxBUYbxPsV97usA3fPQYEqzQBUHgiFCUsXx&limit=1'
-H 'accept: application/json'
-H 'token: {YOUR_API_KEY}'

Contact us via support@solscan.io to get access to Solscan Pro API Service.

Last updated