> ## Documentation Index
> Fetch the complete documentation index at: https://docs.uniblock.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Direct API: SolScan

> API endpoints for SolScan.

# SolScan: Direct API Endpoints

SolScan provides 47 unique direct API endpoints across the following categories:

* DeFi (12 endpoints)
* Market Data (3 endpoints)
* NFT (4 endpoints)
* Other (2 endpoints)
* Scan (1 endpoint)
* SocialFi (1 endpoint)
* Token (20 endpoints)
* Transaction (16 endpoints)
* Wallets (9 endpoints)

*Note: Some endpoints appear in multiple categories. The count above reflects unique API paths.*

> **Learn more:** [SolScan Documentation](https://pro-api.solscan.io/pro-api-docs)

## Prefix and Example

**Prefix:** No prefix is required for SolScan, an example URL will therefore look like: `https://api.uniblock.dev/direct/v1/SolScan + /[SolScan_endpoint]`.

**Example Request:**

```bash theme={null}
curl --request GET \
  --url https://api.uniblock.dev/direct/v1/SolScan/v1.0/account/exportRewards \
  --header 'accept: application/json' \
  --header 'x-api-key: YOUR_UNIBLOCK_API_KEY'
```

## DeFi

### GET

| Path                                                                                                                                | Est. CU | Description                                                     |
| ----------------------------------------------------------------------------------------------------------------------------------- | ------: | --------------------------------------------------------------- |
| [direct/v1/SolScan/v1.0/account/solTransfers](https://pro-api.solscan.io/pro-api-docs/v2.0/reference)                               |     100 | Get SOL transfers for a specific account on Solana.             |
| [direct/v1/SolScan/v1.0/account/splTransfers](https://pro-api.solscan.io/pro-api-docs/v2.0/reference)                               |     100 | Get SPL transfers for a specific account on Solana.             |
| [direct/v1/SolScan/v1.0/account/stakeAccounts](https://pro-api.solscan.io/pro-api-docs/v2.0/reference)                              |     100 | Get staking accounts for a specific account on Solana.          |
| [direct/v1/SolScan/v1.0/account/exportRewards](https://pro-api.solscan.io/pro-api-docs/v2.0/reference)                              |     100 | Export rewards for a specific account on Solana.                |
| [direct/v1/SolScan/v1.0/account<br />/exportTransactions](https://pro-api.solscan.io/pro-api-docs/v2.0/reference)                   |     100 | Export transactions for a specific account on Solana.           |
| [direct/v1/SolScan/v1.0/token/holders](https://pro-api.solscan.io/pro-api-docs/v2.0/reference)                                      |     100 | Get the list of token holders on Solana.                        |
| [direct/v1/SolScan/v2.0/account/balance\_change](https://pro-api.solscan.io/pro-api-docs/v2.0/reference/v2-account-balance_change)  |     100 | Get balance change activities for a specific account on Solana. |
| [direct/v1/SolScan/v2.0/account/defi/activities](https://pro-api.solscan.io/pro-api-docs/v2.0/reference/v2-account-defi-activities) |     100 | Get DeFi activities for a specific account on Solana.           |
| [direct/v1/SolScan/v2.0/account/detail](https://pro-api.solscan.io/pro-api-docs/v2.0/reference/v2-account-detail)                   |     100 | Get detailed information for a specific account on Solana.      |
| [direct/v1/SolScan/v2.0/account/stake](https://pro-api.solscan.io/pro-api-docs/v2.0/reference/v2-account-stake)                     |     100 | Get staking information for a specific account on Solana.       |
| [direct/v1/SolScan/v2.0/account/transfer](https://pro-api.solscan.io/pro-api-docs/v2.0/reference/v2-account-transfer)               |     100 | Get transfer information for a specific account on Solana.      |
| [direct/v1/SolScan/v2.0/account/reward/export](https://pro-api.solscan.io/pro-api-docs/v2.0/reference/v2-account-reward-export)     |     100 | Export rewards for a specific account on Solana.                |

## Market Data

### GET

| Path                                                                                                                | Est. CU | Description                                                             |
| ------------------------------------------------------------------------------------------------------------------- | ------: | ----------------------------------------------------------------------- |
| [direct/v1/SolScan/v1.0/market/token<br />/\{tokenAddress}](https://pro-api.solscan.io/pro-api-docs/v2.0/reference) |     100 | Get market data for a specific token using the token address on Solana. |
| [direct/v1/SolScan/v2.0/token/markets](https://pro-api.solscan.io/pro-api-docs/v2.0/reference/v2-token-markets)     |     100 | Get market data for a specific token on Solana.                         |
| [direct/v1/SolScan/v2.0/token/price](https://pro-api.solscan.io/pro-api-docs/v2.0/reference/v2-token-price)         |     100 | Get price data for a specific token on Solana.                          |

## NFT

### GET

| Path                                                                                                                          | Est. CU | Description                                         |
| ----------------------------------------------------------------------------------------------------------------------------- | ------: | --------------------------------------------------- |
| [direct/v1/SolScan/v2.0/nft/activities](https://pro-api.solscan.io/pro-api-docs/v2.0/reference/v2-nft-activities)             |     100 | Get NFT activities on Solana.                       |
| [direct/v1/SolScan/v2.0/nft/collection/items](https://pro-api.solscan.io/pro-api-docs/v2.0/reference/v2-nft-collection-items) |     100 | Get items from a specific NFT collection on Solana. |
| [direct/v1/SolScan/v2.0/nft/collection/lists](https://pro-api.solscan.io/pro-api-docs/v2.0/reference/v2-nft-collection-lists) |     100 | Get a list of NFT collections on Solana.            |
| [direct/v1/SolScan/v2.0/nft/news](https://pro-api.solscan.io/pro-api-docs/v2.0/reference/v2-nft-news)                         |     100 | Get news related to NFTs on Solana.                 |

## Other

### GET

| Path                                                                                                                    | Est. CU | Description                                 |
| ----------------------------------------------------------------------------------------------------------------------- | ------: | ------------------------------------------- |
| [direct/v1/SolScan/v2.0/account/portfolio](https://pro-api.solscan.io/pro-api-docs/v2.0/reference/v2-account-portfolio) |     100 | Get the portfolio for a given address.      |
| [direct/v1/SolScan/v2.0/token/meta/multi](https://pro-api.solscan.io/pro-api-docs/v2.0/reference/v2-token-meta-multi)   |     100 | Get metadata for multiple tokens on Solana. |

## Scan

### GET

| Path                                                                                                                                | Est. CU | Description                                                   |
| ----------------------------------------------------------------------------------------------------------------------------------- | ------: | ------------------------------------------------------------- |
| [direct/v1/SolScan/v2.0/account/transfer/export](https://pro-api.solscan.io/pro-api-docs/v2.0/reference/v2-account-transfer-export) |     100 | Export transfer information for a specific account on Solana. |

## SocialFi

### GET

| Path                                                                                                              | Est. CU | Description                    |
| ----------------------------------------------------------------------------------------------------------------- | ------: | ------------------------------ |
| [direct/v1/SolScan/v2.0/token/trending](https://pro-api.solscan.io/pro-api-docs/v2.0/reference/v2-token-trending) |     100 | Get trending tokens on Solana. |

## Token

### GET

| Path                                                                                                                              | Est. CU | Description                                                             |
| --------------------------------------------------------------------------------------------------------------------------------- | ------: | ----------------------------------------------------------------------- |
| [direct/v1/SolScan/v1.0/account/splTransfers](https://pro-api.solscan.io/pro-api-docs/v2.0/reference)                             |     100 | Get SPL transfers for a specific account on Solana.                     |
| [direct/v1/SolScan/v1.0/account/tokens](https://pro-api.solscan.io/pro-api-docs/v2.0/reference)                                   |     100 | Get the tokens of a specific account on Solana.                         |
| [direct/v1/SolScan/v1.0/block/\{block}](https://pro-api.solscan.io/pro-api-docs/v2.0/reference)                                   |     100 | Get detailed information for a specific block on Solana.                |
| [direct/v1/SolScan/v1.0/block/last](https://pro-api.solscan.io/pro-api-docs/v2.0/reference)                                       |     100 | Get the latest block information on Solana.                             |
| [direct/v1/SolScan/v1.0/market/token<br />/\{tokenAddress}](https://pro-api.solscan.io/pro-api-docs/v2.0/reference)               |     100 | Get market data for a specific token using the token address on Solana. |
| [direct/v1/SolScan/v1.0/token/holders](https://pro-api.solscan.io/pro-api-docs/v2.0/reference)                                    |     100 | Get the list of token holders on Solana.                                |
| [direct/v1/SolScan/v1.0/token/list](https://pro-api.solscan.io/pro-api-docs/v2.0/reference)                                       |     100 | Get a list of all tokens available on Solana.                           |
| [direct/v1/SolScan/v1.0/token/meta](https://pro-api.solscan.io/pro-api-docs/v2.0/reference)                                       |     100 | Get metadata for a specific token on Solana.                            |
| [direct/v1/SolScan/v1.0/token/transfer](https://pro-api.solscan.io/pro-api-docs/v2.0/reference)                                   |     100 | Get transfer information for a specific token on Solana.                |
| [direct/v1/SolScan/v2.0/account/token-accounts](https://pro-api.solscan.io/pro-api-docs/v2.0/reference/v2-account-token-accounts) |     100 | Get token accounts for a specific account on Solana.                    |
| [direct/v1/SolScan/v2.0/block/detail](https://pro-api.solscan.io/pro-api-docs/v2.0/reference/v2-block-detail)                     |     100 | Get detailed information for a specific block on Solana.                |
| [direct/v1/SolScan/v2.0/block/last](https://pro-api.solscan.io/pro-api-docs/v2.0/reference/v2-block-last)                         |     100 | Get the latest block information on Solana.                             |
| [direct/v1/SolScan/v2.0/token/defi/activities](https://pro-api.solscan.io/pro-api-docs/v2.0/reference/v2-token-defi-activities)   |     100 | Get DeFi activities for a specific token on Solana.                     |
| [direct/v1/SolScan/v2.0/token/holders](https://pro-api.solscan.io/pro-api-docs/v2.0/reference/v2-token-holders)                   |     100 | Get the list of token holders on Solana.                                |
| [direct/v1/SolScan/v2.0/token/list](https://pro-api.solscan.io/pro-api-docs/v2.0/reference/v2-token-list)                         |     100 | Get a list of all tokens available on Solana.                           |
| [direct/v1/SolScan/v2.0/token/markets](https://pro-api.solscan.io/pro-api-docs/v2.0/reference/v2-token-markets)                   |     100 | Get market data for a specific token on Solana.                         |
| [direct/v1/SolScan/v2.0/token/meta](https://pro-api.solscan.io/pro-api-docs/v2.0/reference/v2-token-meta)                         |     100 | Get metadata for a specific token on Solana.                            |
| [direct/v1/SolScan/v2.0/token/price](https://pro-api.solscan.io/pro-api-docs/v2.0/reference/v2-token-price)                       |     100 | Get price data for a specific token on Solana.                          |
| [direct/v1/SolScan/v2.0/token/transfer](https://pro-api.solscan.io/pro-api-docs/v2.0/reference/v2-token-transfer)                 |     100 | Get transfer information for a specific token on Solana.                |
| [direct/v1/SolScan/v2.0/token/trending](https://pro-api.solscan.io/pro-api-docs/v2.0/reference/v2-token-trending)                 |     100 | Get trending tokens on Solana.                                          |

## Transaction

### GET

| Path                                                                                                                          | Est. CU | Description                                                                             |
| ----------------------------------------------------------------------------------------------------------------------------- | ------: | --------------------------------------------------------------------------------------- |
| [direct/v1/SolScan/v1.0/account/transactions](https://pro-api.solscan.io/pro-api-docs/v2.0/reference)                         |     100 | Get the transaction history of a specific account on Solana.                            |
| [direct/v1/SolScan/v1.0/block/\{block}](https://pro-api.solscan.io/pro-api-docs/v2.0/reference)                               |     100 | Get detailed information for a specific block on Solana.                                |
| [direct/v1/SolScan/v1.0/block/transactions](https://pro-api.solscan.io/pro-api-docs/v2.0/reference)                           |     100 | Get transactions for the latest block on Solana.                                        |
| [direct/v1/SolScan/v1.0/account<br />/exportTransactions](https://pro-api.solscan.io/pro-api-docs/v2.0/reference)             |     100 | Export transactions for a specific account on Solana.                                   |
| [direct/v1/SolScan/v1.0/block/last](https://pro-api.solscan.io/pro-api-docs/v2.0/reference)                                   |     100 | Get the latest block information on Solana.                                             |
| [direct/v1/SolScan/v1.0/transaction/last](https://pro-api.solscan.io/pro-api-docs/v2.0/reference)                             |     100 | Get the latest transactions on Solana.                                                  |
| [direct/v1/SolScan/v1.0/transaction/\{signature}](https://pro-api.solscan.io/pro-api-docs/v2.0/reference)                     |     100 | Get detailed information for a specific transaction on Solana.                          |
| [direct/v1/SolScan/v2.0/account/transactions](https://pro-api.solscan.io/pro-api-docs/v2.0/reference/v2-account-transactions) |     100 | Get transactions for a specific account on Solana.                                      |
| [direct/v1/SolScan/v2.0/account/transfer](https://pro-api.solscan.io/pro-api-docs/v2.0/reference/v2-account-transfer)         |     100 | Get transfer information for a specific account on Solana.                              |
| [direct/v1/SolScan/v2.0/block/detail](https://pro-api.solscan.io/pro-api-docs/v2.0/reference/v2-block-detail)                 |     100 | Get detailed information for a specific block on Solana.                                |
| [direct/v1/SolScan/v2.0/block/transactions](https://pro-api.solscan.io/pro-api-docs/v2.0/reference/v2-block-transactions)     |     100 | Get transactions for the latest block on Solana.                                        |
| [direct/v1/SolScan/v2.0/block/last](https://pro-api.solscan.io/pro-api-docs/v2.0/reference/v2-block-last)                     |     100 | Get the latest block information on Solana.                                             |
| [direct/v1/SolScan/v2.0/transaction/last](https://pro-api.solscan.io/pro-api-docs/v2.0/reference/v2-transaction-last)         |     100 | Get the latest transactions on Solana.                                                  |
| [direct/v1/SolScan/v2.0/token/transfer](https://pro-api.solscan.io/pro-api-docs/v2.0/reference/v2-token-transfer)             |     100 | Get transfer information for a specific token on Solana.                                |
| [direct/v1/SolScan/v2.0/transaction/actions](https://pro-api.solscan.io/pro-api-docs/v2.0/reference/v2-transaction-actions)   |     100 | Get actions performed within a specific transaction on Solana.                          |
| [direct/v1/SolScan/v2.0/transaction/detail](https://pro-api.solscan.io/pro-api-docs/v2.0/reference/v2-transaction-detail)     |     100 | Get the detail of a transaction. Return transaction data after parsed by Solscan Parser |

## Wallets

### GET

| Path                                                                                                                                | Est. CU | Description                                                     |
| ----------------------------------------------------------------------------------------------------------------------------------- | ------: | --------------------------------------------------------------- |
| [direct/v1/SolScan/v1.0/account/\{account}](https://pro-api.solscan.io/pro-api-docs/v2.0/reference)                                 |     100 | Get detailed information for a specific account on Solana.      |
| [direct/v1/SolScan/v1.0/account/solTransfers](https://pro-api.solscan.io/pro-api-docs/v2.0/reference)                               |     100 | Get SOL transfers for a specific account on Solana.             |
| [direct/v1/SolScan/v1.0/account/stakeAccounts](https://pro-api.solscan.io/pro-api-docs/v2.0/reference)                              |     100 | Get staking accounts for a specific account on Solana.          |
| [direct/v1/SolScan/v1.0/account/transactions](https://pro-api.solscan.io/pro-api-docs/v2.0/reference)                               |     100 | Get the transaction history of a specific account on Solana.    |
| [direct/v1/SolScan/v1.0/account/exportRewards](https://pro-api.solscan.io/pro-api-docs/v2.0/reference)                              |     100 | Export rewards for a specific account on Solana.                |
| [direct/v1/SolScan/v1.0/account<br />/exportTransactions](https://pro-api.solscan.io/pro-api-docs/v2.0/reference)                   |     100 | Export transactions for a specific account on Solana.           |
| [direct/v1/SolScan/v2.0/account/balance\_change](https://pro-api.solscan.io/pro-api-docs/v2.0/reference/v2-account-balance_change)  |     100 | Get balance change activities for a specific account on Solana. |
| [direct/v1/SolScan/v2.0/account/transfer](https://pro-api.solscan.io/pro-api-docs/v2.0/reference/v2-account-transfer)               |     100 | Get transfer information for a specific account on Solana.      |
| [direct/v1/SolScan/v2.0/account/transfer/export](https://pro-api.solscan.io/pro-api-docs/v2.0/reference/v2-account-transfer-export) |     100 | Export transfer information for a specific account on Solana.   |
