More Scan Endpoints

List of all our other scan endpoints.

📘

How to use Direct Endpoints?

Check out our Direct Endpoints Overview Page for detailed instructions.

Direct Endpoints

We list all of our Scan endpoints below which link to our providers own documentation on the endpoint details including the parameters needed to using the endpoint. Use our Direct API to make a call with the same params and URL path.


APIDescription
POST: Shyft/sol/v1/storage/uploadUploads files to decentralized storage.


APIDescription
GET: Solscan/v1.0/block/lastRetrieves the most recent block on the Solana blockchain.
GET: Solscan/v1.0/block/transactionsFetches transactions within the most recent block.
GET: Solscan/v1.0/block/{block}Retrieves details of a specific block by its identifier.
GET: Solscan/v1.0/transaction/lastFetches the most recent transactions on the blockchain.
GET: Solscan/v1.0/transaction/{signature}Retrieves details of a specific transaction by its signature.
GET: Solscan/v1.0/account/tokensLists all tokens associated with a specific account.
GET: Solscan/v1.0/account/transactionsFetches transaction history for a specific account.
GET: Solscan/v1.0/account/stakeAccountsRetrieves stake account details for a specific account.
GET: Solscan/v1.0/account/splTransfersLists SPL token transfer activities for a specific account.
GET: Solscan/v1.0/account/solTransfersRetrieves SOL transfer activities for a specific account.
GET: Solscan/v1.0/account/exportTransactionsExports transaction history for a specific account.
GET: Solscan/v1.0/account/exportRewardsExports staking rewards for a specific account.
GET: Solscan/v1.0/account/{account}Fetches details of a specific account.
GET: Solscan/v1.0/token/holdersLists holders of a specific token.
GET: Solscan/v1.0/token/metaRetrieves metadata for a specific token.
GET: Solscan/v1.0/token/transferLists transfer history for a specific token.
GET: Solscan/v1.0/token/listFetches a list of all tokens on the blockchain.
GET: Solscan/v1.0/market/token/{tokenAddress}Retrieves market data for a specific token by its address.
GET: Solscan/v2.0/account/transferFetches transfer history for an account (version 2).
GET: Solscan/v2.0/account/token-accountsRetrieves token account details for an account (version 2).
GET: Solscan/v2.0/account/defi/activitiesLists DeFi activities for a specific account (version 2).
GET: Solscan/v2.0/account/balance_changeRetrieves balance change history for a specific account (version 2).
GET: Solscan/v2.0/account/transactionsFetches transaction history for an account (version 2).
GET: Solscan/v2.0/account/stakeLists staking details for an account (version 2).
GET: Solscan/v2.0/account/detailFetches detailed information about an account (version 2).
GET: Solscan/v2.0/account/reward/exportExports staking rewards for an account (version 2).
GET: Solscan/v2.0/token/transferRetrieves token transfer history (version 2).
GET: Solscan/v2.0/token/defi/activitiesLists DeFi activities for a specific token (version 2).
GET: Solscan/v2.0/token/marketsFetches market data for tokens (version 2).
GET: Solscan/v2.0/token/listRetrieves a list of all tokens (version 2).
GET: Solscan/v2.0/token/trendingLists trending tokens on the blockchain (version 2).
GET: Solscan/v2.0/token/priceRetrieves the current price of a specific token (version 2).
GET: Solscan/v2.0/token/holdersLists holders of a specific token (version 2).
GET: Solscan/v2.0/token/metaFetches metadata for a specific token (version 2).
GET: Solscan/v2.0/nft/newsLists recent news related to NFTs (version 2).
GET: Solscan/v2.0/nft/activitiesRetrieves activities for specific NFTs (version 2).
GET: Solscan/v2.0/nft/collection/listsLists NFT collections available on the blockchain (version 2).
GET: Solscan/v2.0/nft/collection/itemsFetches items within a specific NFT collection (version 2).
GET: Solscan/v2.0/transaction/lastRetrieves the most recent transactions on the blockchain (version 2).
GET: Solscan/v2.0/transaction/actionsLists actions associated with specific transactions (version 2).
GET: Solscan/v2.0/transaction/detailFetches detailed information about a specific transaction (version 2).
GET: Solscan/v2.0/block/lastRetrieves the most recent block on the blockchain (version 2).
GET: Solscan/v2.0/block/transactionsFetches transactions within the most recent block (version 2).
GET: Solscan/v2.0/block/detailRetrieves detailed information about a specific block (version 2).


APIDescription
POST: TonApi/v2/accounts/_bulkFetches account data in bulk.
GET: TonApi/v2/accounts/searchSearches for accounts based on specific criteria.
GET: TonApi/v2/accounts/{account_id}Retrieves details for a specific account.
GET: TonApi/v2/accounts/{account_id}/diffFetches differences in account data over time.
GET: TonApi/v2/accounts/{account_id}/dns/backresolvePerforms a DNS backresolve for a specific account.
GET: TonApi/v2/accounts/{account_id}/dns/expiringLists expiring DNS records for a specific account.
GET: TonApi/v2/accounts/{account_id}/eventsRetrieves events associated with a specific account.
POST: TonApi/v2/accounts/{account_id}/events/emulateEmulates events for a specific account.
GET: TonApi/v2/accounts/{account_id}/events/{event_id}Fetches details of a specific event for an account.
GET: TonApi/v2/accounts/{account_id}/jettonsLists jettons associated with a specific account.
GET: TonApi/v2/accounts/{account_id}/jettons/{jetton_id}/historyFetches history of a specific jetton for an account.
GET: TonApi/v2/accounts/{account_id}/publickeyFetches the public key associated with a specific account.
POST: TonApi/v2/accounts/{account_id}/reindexReindexes data for a specific account.
GET: TonApi/v2/accounts/{account_id}/subscriptionsRetrieves subscriptions associated with an account.
GET: TonApi/v2/address/{account_id}/parseParses an address to extract details.
GET: TonApi/v2/blockchain/accounts/{account_id}Fetches blockchain account details for a specific account.
GET: TonApi/v2/blockchain/accounts/{account_id}/inspectInspects a blockchain account for additional details.
GET: TonApi/v2/blockchain/accounts/{account_id}/methods/{method_name}Executes a method call on a blockchain account.
GET: TonApi/v2/blockchain/blocks/{block_id}Fetches details of a specific block by ID.
GET: TonApi/v2/blockchain/configRetrieves current blockchain configuration.
GET: TonApi/v2/blockchain/config/rawFetches raw blockchain configuration data.
GET: TonApi/v2/blockchain/masterchain-headRetrieves details of the masterchain head.
GET: TonApi/v2/blockchain/masterchain/{masterchain_seqno}/blocksLists blocks in a specific masterchain sequence.
GET: TonApi/v2/blockchain/masterchain/{masterchain_seqno}/configFetches the configuration of a masterchain sequence.
GET: TonApi/v2/blockchain/masterchain/{masterchain_seqno}/config/rawRetrieves raw configuration data for a masterchain sequence.
GET: TonApi/v2/blockchain/masterchain/{masterchain_seqno}/shardsLists shards within a specific masterchain sequence.
POST: TonApi/v2/blockchain/messageRetrieves details of a blockchain message.
GET: TonApi/v2/blockchain/validatorsLists active blockchain validators.