@@ -1320,7 +1320,7 @@ Dive into each API's detailed documentation by following the links below, organi
13201320
13211321## Solana APIs
13221322
1323- 📙 Get started with our [ Solana API Quickstart Guide] ( /docs/solana ) .
1323+ 📙 Get started with our [ Solana API Quickstart Guide] ( /docs/reference/ solana-api-quickstart ) .
13241324
13251325| | |
13261326| ----------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------- |
@@ -1338,18 +1338,19 @@ Dive into each API's detailed documentation by following the links below, organi
13381338| [ ` getLatestBlockhash ` ] ( /docs/node/solana/solana-api-endpoints/get-latest-blockhash ) | [ ` getLeaderSchedule ` ] ( /docs/node/solana/solana-api-endpoints/get-leader-schedule ) |
13391339| [ ` getMaxRetransmitSlot ` ] ( /docs/node/solana/solana-api-endpoints/get-max-retransmit-slot ) | [ ` getMaxShredInsertSlot ` ] ( /docs/node/solana/solana-api-endpoints/get-max-shred-insert-slot ) |
13401340| [ ` getMinimumBalanceForRentExemption ` ] ( /docs/node/solana/solana-api-endpoints/get-minimum-balance-for-rent-exemption ) | [ ` getMultipleAccounts ` ] ( /docs/node/solana/solana-api-endpoints/get-multiple-accounts ) |
1341- | [ ` getProgramAccounts ` ] ( /docs/node/solana/solana-api-endpoints/get-program-accounts ) | [ ` getRecentPerformanceSamples ` ] ( /docs/node/solana/solana-api-endpoints/get-recent-performance-samples ) |
1342- | [ ` getRecentPrioritizationFees ` ] ( /docs/node/solana/solana-api-endpoints/get-recent-prioritization-fees ) | [ ` getSignaturesForAddress ` ] ( /docs/node/solana/solana-api-endpoints/get-signatures-for-address ) |
1343- | [ ` getSignatureStatuses ` ] ( /docs/node/solana/solana-api-endpoints/get-signature-statuses ) | [ ` getSlot ` ] ( /docs/node/solana/solana-api-endpoints/get-slot ) |
1344- | [ ` getSlotLeader ` ] ( /docs/node/solana/solana-api-endpoints/get-slot-leader ) | [ ` getSlotLeaders ` ] ( /docs/node/solana/solana-api-endpoints/get-slot-leaders ) |
1345- | [ ` getStakeActivation ` ] ( /docs/node/solana/solana-api-endpoints/get-stake-activation ) | [ ` getSupply ` ] ( /docs/node/solana/solana-api-endpoints/get-supply ) |
1346- | [ ` getTokenAccountBalance ` ] ( /docs/node/solana/solana-api-endpoints/get-token-account-balance ) | [ ` getTokenAccountsByDelegate ` ] ( /docs/node/solana/solana-api-endpoints/get-token-accounts-by-delegate ) |
1347- | [ ` getTokenAccountsByOwner ` ] ( /docs/node/solana/solana-api-endpoints/get-token-accounts-by-owner ) | [ ` getTokenLargestAccounts ` ] ( /docs/node/solana/solana-api-endpoints/get-token-largest-accounts ) |
1348- | [ ` getTokenSupply ` ] ( /docs/node/solana/solana-api-endpoints/get-token-supply ) | [ ` getTransaction ` ] ( /docs/node/solana/solana-api-endpoints/get-transaction ) |
1349- | [ ` getTransactionCount ` ] ( /docs/node/solana/solana-api-endpoints/get-transaction-count ) | [ ` getVersion ` ] ( /docs/node/solana/solana-api-endpoints/get-version ) |
1350- | [ ` getVoteAccounts ` ] ( /docs/node/solana/solana-api-endpoints/get-vote-accounts ) | [ ` isBlockhashValid ` ] ( /docs/node/solana/solana-api-endpoints/is-blockhash-valid ) |
1351- | [ ` minimumLedgerSlot ` ] ( /docs/node/solana/solana-api-endpoints/minimum-ledger-slot ) | [ ` requestAirdrop ` ] ( /docs/node/solana/solana-api-endpoints/request-airdrop ) |
1352- | [ ` sendTransaction ` ] ( /docs/node/solana/solana-api-endpoints/send-transaction ) | [ ` simulateTransaction ` ] ( /docs/node/solana/solana-api-endpoints/simulate-transaction ) |
1341+ | [ ` getPriorityFeeEstimate ` ] ( /docs/node/solana/solana-api-endpoints/get-priority-fee-estimate ) | [ ` getProgramAccounts ` ] ( /docs/node/solana/solana-api-endpoints/get-program-accounts ) |
1342+ | [ ` getRecentPerformanceSamples ` ] ( /docs/node/solana/solana-api-endpoints/get-recent-performance-samples ) | [ ` getRecentPrioritizationFees ` ] ( /docs/node/solana/solana-api-endpoints/get-recent-prioritization-fees ) |
1343+ | [ ` getSignaturesForAddress ` ] ( /docs/node/solana/solana-api-endpoints/get-signatures-for-address ) | [ ` getSignatureStatuses ` ] ( /docs/node/solana/solana-api-endpoints/get-signature-statuses ) |
1344+ | [ ` getSlot ` ] ( /docs/node/solana/solana-api-endpoints/get-slot ) | [ ` getSlotLeader ` ] ( /docs/node/solana/solana-api-endpoints/get-slot-leader ) |
1345+ | [ ` getSlotLeaders ` ] ( /docs/node/solana/solana-api-endpoints/get-slot-leaders ) | [ ` getStakeActivation ` ] ( /docs/node/solana/solana-api-endpoints/get-stake-activation ) |
1346+ | [ ` getSupply ` ] ( /docs/node/solana/solana-api-endpoints/get-supply ) | [ ` getTokenAccountBalance ` ] ( /docs/node/solana/solana-api-endpoints/get-token-account-balance ) |
1347+ | [ ` getTokenAccountsByDelegate ` ] ( /docs/node/solana/solana-api-endpoints/get-token-accounts-by-delegate ) | [ ` getTokenAccountsByOwner ` ] ( /docs/node/solana/solana-api-endpoints/get-token-accounts-by-owner ) |
1348+ | [ ` getTokenLargestAccounts ` ] ( /docs/node/solana/solana-api-endpoints/get-token-largest-accounts ) | [ ` getTokenSupply ` ] ( /docs/node/solana/solana-api-endpoints/get-token-supply ) |
1349+ | [ ` getTransaction ` ] ( /docs/node/solana/solana-api-endpoints/get-transaction ) | [ ` getTransactionCount ` ] ( /docs/node/solana/solana-api-endpoints/get-transaction-count ) |
1350+ | [ ` getVersion ` ] ( /docs/node/solana/solana-api-endpoints/get-version ) | [ ` getVoteAccounts ` ] ( /docs/node/solana/solana-api-endpoints/get-vote-accounts ) |
1351+ | [ ` isBlockhashValid ` ] ( /docs/node/solana/solana-api-endpoints/is-blockhash-valid ) | [ ` minimumLedgerSlot ` ] ( /docs/node/solana/solana-api-endpoints/minimum-ledger-slot ) |
1352+ | [ ` requestAirdrop ` ] ( /docs/node/solana/solana-api-endpoints/request-airdrop ) | [ ` sendTransaction ` ] ( /docs/node/solana/solana-api-endpoints/send-transaction ) |
1353+ | [ ` simulateTransaction ` ] ( /docs/node/solana/solana-api-endpoints/simulate-transaction ) | |
13531354
13541355## Soneium APIs
13551356
@@ -1506,29 +1507,6 @@ Dive into each API's detailed documentation by following the links below, organi
15061507| [ ` net_version ` ] ( /docs/node/superseed/superseed-api-endpoints/net-version ) | [ ` web3_clientVersion ` ] ( /docs/node/superseed/superseed-api-endpoints/web-3-client-version ) |
15071508| [ ` web3_sha3 ` ] ( /docs/node/superseed/superseed-api-endpoints/web-3-sha-3 ) | |
15081509
1509- ## Tea APIs
1510-
1511- 📙 Get started with our [ Tea API Quickstart Guide] ( /docs/reference/tea-api-quickstart ) .
1512-
1513- | | |
1514- | ----------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------- |
1515- | [ ` eth_blockNumber ` ] ( /docs/node/tea/tea-api-endpoints/eth-block-number ) | [ ` eth_call ` ] ( /docs/node/tea/tea-api-endpoints/eth-call ) |
1516- | [ ` eth_chainId ` ] ( /docs/node/tea/tea-api-endpoints/eth-chain-id ) | [ ` eth_estimateGas ` ] ( /docs/node/tea/tea-api-endpoints/eth-estimate-gas ) |
1517- | [ ` eth_gasPrice ` ] ( /docs/node/tea/tea-api-endpoints/eth-gas-price ) | [ ` eth_getAccount ` ] ( /docs/node/tea/tea-api-endpoints/eth-get-account ) |
1518- | [ ` eth_getBalance ` ] ( /docs/node/tea/tea-api-endpoints/eth-get-balance ) | [ ` eth_getBlockByHash ` ] ( /docs/node/tea/tea-api-endpoints/eth-get-block-by-hash ) |
1519- | [ ` eth_getBlockByNumber ` ] ( /docs/node/tea/tea-api-endpoints/eth-get-block-by-number ) | [ ` eth_getBlockTransactionCountByHash ` ] ( /docs/node/tea/tea-api-endpoints/eth-get-block-transaction-count-by-hash ) |
1520- | [ ` eth_getBlockTransactionCountByNumber ` ] ( /docs/node/tea/tea-api-endpoints/eth-get-block-transaction-count-by-number ) | [ ` eth_getCode ` ] ( /docs/node/tea/tea-api-endpoints/eth-get-code ) |
1521- | [ ` eth_getFilterChanges ` ] ( /docs/node/tea/tea-api-endpoints/eth-get-filter-changes ) | [ ` eth_getFilterLogs ` ] ( /docs/node/tea/tea-api-endpoints/eth-get-filter-logs ) |
1522- | [ ` eth_getLogs ` ] ( /docs/node/tea/tea-api-endpoints/eth-get-logs ) | [ ` eth_getStorageAt ` ] ( /docs/node/tea/tea-api-endpoints/eth-get-storage-at ) |
1523- | [ ` eth_getTransactionByBlockHashAndIndex ` ] ( /docs/node/tea/tea-api-endpoints/eth-get-transaction-by-block-hash-and-index ) | [ ` eth_getTransactionByBlockNumberAndIndex ` ] ( /docs/node/tea/tea-api-endpoints/eth-get-transaction-by-block-number-and-index ) |
1524- | [ ` eth_getTransactionByHash ` ] ( /docs/node/tea/tea-api-endpoints/eth-get-transaction-by-hash ) | [ ` eth_getTransactionCount ` ] ( /docs/node/tea/tea-api-endpoints/eth-get-transaction-count ) |
1525- | [ ` eth_getTransactionReceipt ` ] ( /docs/node/tea/tea-api-endpoints/eth-get-transaction-receipt ) | [ ` eth_newBlockFilter ` ] ( /docs/node/tea/tea-api-endpoints/eth-new-block-filter ) |
1526- | [ ` eth_newFilter ` ] ( /docs/node/tea/tea-api-endpoints/eth-new-filter ) | [ ` eth_sendRawTransaction ` ] ( /docs/node/tea/tea-api-endpoints/eth-send-raw-transaction ) |
1527- | [ ` eth_submitWork ` ] ( /docs/node/tea/tea-api-endpoints/eth-submit-work ) | [ ` eth_subscribe ` ] ( /docs/node/tea/tea-api-endpoints/eth-subscribe ) |
1528- | [ ` eth_uninstallFilter ` ] ( /docs/node/tea/tea-api-endpoints/eth-uninstall-filter ) | [ ` eth_unsubscribe ` ] ( /docs/node/tea/tea-api-endpoints/eth-unsubscribe ) |
1529- | [ ` net_version ` ] ( /docs/node/tea/tea-api-endpoints/net-version ) | [ ` web3_clientVersion ` ] ( /docs/node/tea/tea-api-endpoints/web-3-client-version ) |
1530- | [ ` web3_sha3 ` ] ( /docs/node/tea/tea-api-endpoints/web-3-sha-3 ) | |
1531-
15321510## Tron APIs
15331511
15341512📙 Get started with our [ Tron API Quickstart Guide] ( /docs/reference/tron-api-quickstart ) .
0 commit comments