API endpoints for other.
other — Direct API Endpoints
Covalent
GET
Path | Est. CU | Description |
---|---|---|
direct/v1/Covalent/v1/{chainName}/address {walletAddress}/portfolio_v2 | 5000 | Commonly used to render a daily portfolio balance for an address broken down by the token. The timeframe is user-configurable, defaults to 30 days. |
direct/v1/Covalent/v1/allchains/address {walletAddress}/balances | 5000 | Fetch paginated spot & historical native and token balances for a single address on up to 10 EVM chains with one API call. |
direct/v1/Covalent/v1/pricing/spot_prices {chainName}/pools/{contractAddress} | 5000 | Get the spot token pair prices for a specified pool contract address. Supports pools on Uniswap V2, V3 and their forks. |
GeniiData
GET
Path | Est. CU | Description |
---|---|---|
direct/v1/GeniiData/1/runes/listinfo | 2000 | Get Runes Info List |
direct/v1/GeniiData/1/runes/{runeid}/info | 2000 | Get Runes Info |
direct/v1/GeniiData/1/runes/{runeid}/holders | 2000 | Get Runes Holders |
direct/v1/GeniiData/1/runes/address/{address} | 2000 | Get Address Runes Balance List |
direct/v1/GeniiData/1/runes/address/{address} | 2000 | Get Address Runes UTXO |
direct/v1/GeniiData/1/runes/utxo/{txid}/{index} | 2000 | Get UTXO Runes Balance |
direct/v1/GeniiData/1/collection/collaborator | 2000 | Get Collaborator Collection Balance |
direct/v1/GeniiData/1/collection/collaborator | 2000 | Get Collaborator Holders |
direct/v1/GeniiData/1/brc20/ticks | 2000 | Get BRC20 Tick List |
direct/v1/GeniiData/1/brc20/tickinfo/{tick} | 2000 | Get BRC20 TickInfo by Tick |
direct/v1/GeniiData/1/brc20/balance | 2000 | Get BRC20 Balance by Address/Tick |
direct/v1/GeniiData/1/brc20/activities | 2000 | Get BRC20 Activities |
direct/v1/GeniiData/1/brc20/address/{address} | 2000 | Get BRC20 Transferable Inscriptions |
direct/v1/GeniiData/1/sns/namelist | 2000 | Get SNS Name List |
direct/v1/GeniiData/1/sns/namespace/{namespace} | 2000 | Get SNS Name by Namespace |
direct/v1/GeniiData/1/sns/name/{name} | 2000 | Get SNS Info by Name |
direct/v1/GeniiData/1/sns/inscriptionId | 2000 | Get SNS Info by InscriptionId |
direct/v1/GeniiData/1/sns/address/{address} | 2000 | Get SNS Sssets by Address |
direct/v1/GeniiData/1/bitmap/listinfo | 2000 | Get BITMAP List |
direct/v1/GeniiData/1/bitmap/bitmapInfo | 2000 | Get BITMAP Info by Number |
direct/v1/GeniiData/1/bitmap/bitmapInfo | 2000 | Get BITMAP Info by InscriptionId |
direct/v1/GeniiData/1/bitmap/bitmapInfo/address | 2000 | Get BITMAP Assets by Address |
direct/v1/GeniiData/1/key/info | 2000 | Key Info |
MagicEden
GET
POST
Path | Est. CU | Description |
---|---|---|
direct/v1/MagicEden/v2/collections/batch listings | 5000 |
Mempool
GET
Path | Est. CU | Description |
---|---|---|
direct/v1/Mempool/v1/difficulty-adjustment | 2000 | Returns details about difficulty adjustment. |
direct/v1/Mempool/v1/prices | 2000 | Returns bitcoin latest price denominated in main currencies. |
direct/v1/Mempool/v1/historical-price | 2000 | Returns bitcoin historical price denominated in main currencies. Available query parameters: currency, timestamp. If no parameter is provided, the full price history for all currencies is returned. |
direct/v1/Mempool/address/{address} | 2000 | Returns details about an address. Available fields: address, chain_stats, and mempool_stats. chain_stats and mempool_stats each contain an object with tx_count, funded_txo_count, funded_txo_sum, spent_txo_count, and spent_txo_sum. |
direct/v1/Mempool/address/{address}/txs | 2000 | Get transaction history for the specified address/scripthash, sorted with newest first. Returns up to 50 mempool transactions plus the first 25 confirmed transactions. You can request more confirmed transactions using an after_txid query parameter. |
direct/v1/Mempool/address/{address}/txs/chain | 2000 | Get confirmed transaction history for the specified address/scripthash, sorted with newest first. Returns 25 transactions per page. More can be requested by specifying the last txid seen by the previous query. |
direct/v1/Mempool/address/{address}/txs/mempool | 2000 | Get unconfirmed transaction history for the specified address/scripthash. Returns up to 50 transactions (no paging). |
direct/v1/Mempool/address/{address}/utxo | 2000 | Get the list of unspent transaction outputs associated with the address/scripthash. Available fields: txid, vout, value, and status (with the status of the funding tx). |
direct/v1/Mempool/v1/validate-address/{address} | 2000 | Returns whether an address is valid or not. Available fields: isvalid (boolean), address (string), scriptPubKey (string), isscript (boolean), iswitness (boolean), witness_version (numeric, optional), and witness_program (string, optional). |
direct/v1/Mempool/block/{hash} | 2000 | Returns details about a block. |
direct/v1/Mempool/block/{hash}/header | 2000 | Returns the hex-encoded block header. |
direct/v1/Mempool/block-height/{height} | 2000 | Returns the hash of the block currently at :height. |
direct/v1/Mempool/v1/mining/blocks/timestamp | 2000 | Returns the height and the hash of the block closest to the given :timestamp. |
direct/v1/Mempool/block/{hash}/raw | 2000 | Returns the raw block representation in binary. |
direct/v1/Mempool/block/{hash}/status | 2000 | Returns the confirmation status of a block. Available fields: in_best_chain (boolean, false for orphaned blocks), next_best (the hash of the next block, only available for blocks in the best chain). |
direct/v1/Mempool/blocks/tip/height | 2000 | Returns the height of the last block. |
direct/v1/Mempool/blocks/tip/hash | 2000 | Returns the hash of the last block. |
direct/v1/Mempool/block/{hash}/txid/{index} | 2000 | Returns the transaction at index :index within the specified block. |
direct/v1/Mempool/block/{hash}/txids | 2000 | Returns a list of all txids in the block. |
direct/v1/Mempool/block/{hash}/txs | 2000 | Returns a list of transactions in the block (up to 25 transactions beginning at start_index). Transactions returned here do not have the status field, since all the transactions share the same block and confirmation status. |
direct/v1/Mempool/v1/blocks/{startHeight} | 2000 | Returns details on the past 15 blocks with fee and mining details in an extras field. If :startHeight is specified, the past 15 blocks before (and including) :startHeight are returned. |
direct/v1/Mempool/v1/blocks-bulk/{minHeight} | 2000 | Returns details on the range of blocks between :minHeight and :maxHeight, inclusive, up to 10 blocks. If :maxHeight is not specified, it defaults to the current tip.To return data for more than 10 blocks, consider becoming an enterprise sponsor. |
direct/v1/Mempool/v1/mining/pools/{timePeriod} | 2000 | Returns a list of all known mining pools ordered by blocks found over the specified trailing :timePeriod.Leave :timePeriod unspecified to get all available data, or specify one of the following values: 24h, 3d, 1w, 1m, 3m, 6m, 1y, 2y, 3y. |
direct/v1/Mempool/v1/mining/pool/{slug} | 2000 | Returns details about the mining pool specified by :slug. |
direct/v1/Mempool/v1/mining/hashrate/pools | 2000 | Returns average hashrates (and share of total hashrate) of mining pools active in the specified trailing :timePeriod, in descending order of hashrate.Leave :timePeriod unspecified to get all available data, or specify any of the following time periods: 1m, 3m, 6m, 1y, 2y, 3y. |
direct/v1/Mempool/v1/mining/pool/{slug}/hashrate | 2000 | Returns all known hashrate data for the mining pool specified by :slug. Hashrate values are weekly averages. |
direct/v1/Mempool/v1/mining/pool/luxor/blocks | 2000 | Returns past 10 blocks mined by the specified mining pool (:slug) before the specified :blockHeight. If no :blockHeight is specified, the mining pool's 10 most recent blocks are returned. |
direct/v1/Mempool/v1/mining/hashrate | 2000 | Returns network-wide hashrate and difficulty figures over the specified trailing :timePeriod:Current (real-time) hashrateCurrent (real-time) difficultyHistorical daily average hashratesHistorical difficultyValid values for :timePeriod are 1m, 3m, 6m, 1y, 2y, 3y. If no time interval is specified, all available data is returned.Be sure that INDEXING_BLOCKS_AMOUNT is set properly in your backend config so that enough blocks are indexed to properly serve your request. |
direct/v1/Mempool/v1/mining | 2000 | Returns the record of difficulty adjustments over the specified trailing :interval:Block timestampBlock heightDifficultyDifficulty changeIf no time interval is specified, all available data is returned. |
direct/v1/Mempool/v1/mining/reward-stats | 2000 | Returns block reward and total transactions confirmed for the past :blockCount blocks. |
direct/v1/Mempool/v1/mining/blocks/fees | 2000 | Returns average total fees for blocks in the specified :timePeriod, ordered oldest to newest. :timePeriod can be any of the following: 24h, 3d, 1w, 1m, 3m, 6m, 1y, 2y, 3y.For 24h and 3d time periods, every block is included and fee amounts are exact (not averages). For the 1w time period, fees may be averages depending on how fast blocks were found around a particular timestamp. For other time periods, fees are averages. |
direct/v1/Mempool/v1/mining/blocks/rewards | 2000 | Returns average block rewards for blocks in the specified :timePeriod, ordered oldest to newest. :timePeriod can be any of the following: 24h, 3d, 1w, 1m, 3m, 6m, 1y, 2y, 3y.For 24h and 3d time periods, every block is included and block rewards are exact (not averages). For the 1w time period, block rewards may be averages depending on how fast blocks were found around a particular timestamp. For other time periods, block rewards are averages. |
direct/v1/Mempool/v1/mining/blocks/fee-rates | 2000 | Returns average feerate percentiles for blocks in the specified :timePeriod, ordered oldest to newest. :timePeriod can be any of the following: 24h, 3d, 1w, 1m, 3m, 6m, 1y, 2y, 3y.For 24h and 3d time periods, every block is included and percentiles are exact (not averages). For the 1w time period, percentiles may be averages depending on how fast blocks were found around a particular timestamp. For other time periods, percentiles are averages. |
direct/v1/Mempool/v1/mining/blocks/sizes-weights | 2000 | Returns average size (bytes) and average weight (weight units) for blocks in the specified :timePeriod, ordered oldest to newest. :timePeriod can be any of the following: 24h, 3d, 1w, 1m, 3m, 6m, 1y, 2y, 3y.For 24h and 3d time periods, every block is included and figures are exact (not averages). For the 1w time period, figures may be averages depending on how fast blocks were found around a particular timestamp. For other time periods, figures are averages. |
direct/v1/Mempool/v1/mining/blocks/predictions | 2000 | Returns average block health in the specified :timePeriod, ordered oldest to newest. :timePeriod can be any of the following: 24h, 3d, 1w, 1m, 3m, 6m, 1y, 2y, 3y.For 24h and 3d time periods, every block is included and figures are exact (not averages). For the 1w time period, figures may be averages depending on how fast blocks were found around a particular timestamp. For other time periods, figures are averages. |
direct/v1/Mempool/v1/mining/blocks/audit/score | 2000 | Returns the block audit score for the specified :blockHash. Available fields: hash, matchRate, expectedFees, and expectedWeight. |
direct/v1/Mempool/v1/mining/blocks/audit/scores | 2000 | Returns blocks audit score for the past 16 blocks. If :startHeight is specified, the past 15 blocks before (and including) :startHeight are returned. Available fields: hash, matchRate, expectedFees, and expectedWeight. |
direct/v1/Mempool/v1/block/{blockHash} | 2000 | Returns the block audit summary for the specified :blockHash. Available fields: height, id, timestamp, template, missingTxs, addedTxs, freshTxs, sigopTxs, fullrbfTxs, acceleratedTxs, matchRate, expectedFees, and expectedWeight. |
direct/v1/Mempool/v1/fees/mempool-blocks | 2000 | Returns current mempool as projected blocks. |
direct/v1/Mempool/v1/fees/recommended | 2000 | Returns our currently suggested fees for new transactions. |
direct/v1/Mempool/mempool | 2000 | Returns current mempool backlog statistics. |
direct/v1/Mempool/mempool/txids | 2000 | Get the full list of txids in the mempool as an array. The order of the txids is arbitrary and does not match bitcoind. |
direct/v1/Mempool/mempool/recent | 2000 | Get a list of the last 10 transactions to enter the mempool. Each transaction object contains simplified overview data, with the following fields: txid, fee, vsize, and value. |
direct/v1/Mempool/v1/replacements | 2000 | Returns the list of mempool transactions that are part of a RBF chain. |
direct/v1/Mempool/v1/fullrbf/replacements | 2000 | Returns the list of mempool transactions that are part of a Full-RBF chain. |
direct/v1/Mempool/v1/cpfp | 2000 | Returns the ancestors and the best descendant fees for a transaction. |
direct/v1/Mempool/tx/{txId} | 2000 | Returns details about a transaction. Available fields: txid, version, locktime, size, weight, fee, vin, vout, and status. |
direct/v1/Mempool/tx/{txId}/hex | 2000 | Returns a transaction serialized as hex. |
direct/v1/Mempool/tx/{txId}/merkleblock-proof | 2000 | Returns a merkle inclusion proof for the transaction using bitcoind's merkleblock format. |
direct/v1/Mempool/tx/{txId}/merkle-proof | 2000 | Returns a merkle inclusion proof for the transaction using Electrum's blockchain.transaction.get_merkle format. |
direct/v1/Mempool/tx/{txId}/outspend/{vout} | 2000 | Returns the spending status of a transaction output. Available fields: spent (boolean), txid (optional), vin (optional), and status (optional, the status of the spending tx). |
direct/v1/Mempool/tx/{txId}/outspends | 2000 | Returns the spending status of all transaction outputs. |
direct/v1/Mempool/tx/{txId}/raw | 2000 | Returns a transaction as binary data. |
direct/v1/Mempool/v1/tx/{txId}/rbf | 2000 | Returns the RBF tree timeline of a transaction. |
direct/v1/Mempool/tx/{txId}/status | 2000 | Returns the confirmation status of a transaction. Available fields: confirmed (boolean), block_height (optional), and block_hash (optional). |
direct/v1/Mempool/v1/transaction-times | 2000 | Returns the timestamps when a list of unconfirmed transactions was initially observed in the mempool. If a transaction is not found in the mempool or has been mined, the timestamp will be 0. |
direct/v1/Mempool/v1/lightning/statistics | 2000 | Returns network-wide stats such as total number of channels and nodes, total capacity, and average/median fee figures.Pass one of the following for :interval: latest, 24h, 3d, 1w, 1m, 3m, 6m, 1y, 2y, 3y. |
direct/v1/Mempool/v1/lightning/search | 2000 | Returns Lightning nodes and channels that match a full-text, case-insensitive search :query across node aliases, node pubkeys, channel IDs, and short channel IDs. |
direct/v1/Mempool/v1/lightning/nodes/country | 2000 | Returns a list of Lightning nodes running on clearnet in the requested :country, where :country is an ISO Alpha-2 country code. |
direct/v1/Mempool/v1/lightning/nodes/countries | 2000 | Returns aggregate capacity and number of clearnet nodes per country. Capacity figures are in satoshis. |
direct/v1/Mempool/v1/lightning/nodes/isp/{isp} | 2000 | Returns a list of nodes hosted by a specified :isp, where :isp is an ISP's ASN. |
direct/v1/Mempool/v1/lightning/nodes/isp-ranking | 2000 | Returns aggregate capacity, number of nodes, and number of channels per ISP. Capacity figures are in satoshis. |
direct/v1/Mempool/v1/lightning/nodes/rankings | 2000 | Returns two lists of the top 100 nodes: one ordered by liquidity (aggregate channel capacity) and the other ordered by connectivity (number of open channels). |
direct/v1/Mempool/v1/lightning/nodes/rankings | 2000 | Returns a list of the top 100 nodes by liquidity (aggregate channel capacity). |
direct/v1/Mempool/v1/lightning/nodes/rankings | 2000 | Returns a list of the top 100 nodes by connectivity (number of open channels). |
direct/v1/Mempool/v1/lightning/nodes/rankings | 2000 | Returns a list of the top 100 oldest nodes. |
direct/v1/Mempool/v1/lightning/nodes/{pubKey} | 2000 | Returns details about a node with the given :pubKey. |
direct/v1/Mempool/v1/lightning/nodes/{pubKey} | 2000 | Returns historical stats for a node with the given :pubKey. |
direct/v1/Mempool/v1/lightning/channels | 2000 | Returns info about a Lightning channel with the given :channelId. |
direct/v1/Mempool/v1/lightning/channels/txids | 2000 | Returns channels that correspond to the given :txid (multiple transaction IDs can be specified). |
direct/v1/Mempool/v1/lightning/channels | 2000 | Returns a list of a node's channels given its :pubKey. Ten channels are returned at a time. Use :index for paging. :channelStatus can be open, active, or closed. |
direct/v1/Mempool/v1/lightning/channels-geo | 2000 | Returns a list of channels with corresponding node geodata. |
direct/v1/Mempool/v1/lightning/channels-geo | 2000 | Returns a list of channels with corresponding geodata for a node with the given :pubKey. |
direct/v1/Mempool/v1/services/accelerator | 2000 | Returns all transactions currently being accelerated. |
direct/v1/Mempool/v1/services/accelerator | 2000 | Returns all past accelerated transactions. Filters can be applied: status: all, requested, accelerating, mined, completed, failed timeframe: 24h, 3d, 1w, 1m, 3m, 6m, 1y, 2y, 3y, 4y, all minedByPoolUniqueId: any id from pools-v2.json blockHash: a block hash blockHeight: a block height page: the requested page number if using pagination (min: 1) pageLength: the page lenght if using pagination (min: 1, max: 50) from: unix timestamp (overrides timeframe) to: unix timestamp (overrides timeframe) |
direct/v1/Mempool/v1/services/accelerator | 2000 | Returns a list of top ups the user has made as prepayment for the accelerator service. |
direct/v1/Mempool/v1/services/accelerator | 2000 | Returns the user's currently available balance, currently locked funds, and total fees paid so far. |
direct/v1/Mempool/v1/services/accelerator | 2000 | Returns the user's past acceleration requests.Pass one of the following for :status (required): all, requested, accelerating, mined, completed, failed.Pass true in :details to get a detailed history of the acceleration request. |
POST
Path | Est. CU | Description |
---|---|---|
direct/v1/Mempool/tx | 2000 | Broadcast a raw transaction to the network. The transaction should be provided as hex in the request body. The txid will be returned on success. |
direct/v1/Mempool/v1/services/accelerator | 2000 | Returns estimated costs to accelerate a transaction. Optionally set the X-Mempool-Auth header to get customized estimation. |
direct/v1/Mempool/v1/services/payments/bitcoin | 2000 | Request a LN invoice to accelerate a transaction. |
direct/v1/Mempool/v1/services/accelerator | 2000 | Sends a request to accelerate a transaction. |
direct/v1/Mempool/v1/services/accelerator/cancel | 2000 | Sends a request to cancel an acceleration in the accelerating status.You can retreive eligible acceleration id using the history endpoint GET /api/v1/services/accelerator/history?status=accelerating. |
Moralis
GET
Path | Est. CU | Description |
---|---|---|
direct/v1/Moralis/nft/{address}/floor-price | 4200 | Get floor price for a given contract. |
direct/v1/Moralis/nft/{address}/{token_id} floor-price | 4200 | Get floor price for a given token. |
direct/v1/Moralis/nft/{address}/floor-price historical | 7000 | Get historical floor price for a contract. |
direct/v1/Moralis/market-data/nfts hottest-collections | 28000 | Get the top NFT collections by trading volume |
direct/v1/Moralis/solana/token/{network}/holders {address}/historical | 7 | Get historical holder statistics for a specific Solana token address over a date range |
direct/v1/Moralis/solana/token/{network}/holders {address} | 4200 | Get Solana token holder summary |
direct/v1/Moralis/market-data/nfts top-collections | 28000 | Get the top NFT collections by market cap |
QuickNode
GET
Path | Est. CU | Description |
---|---|---|
direct/v1/QuickNode/tron/wallet getassetissuelist | 199 | Obtain a list of all TRC10 tokens. |
direct/v1/QuickNode/tron/walletsolidity getassetissuelist | 199 | Return the list of all the TRC10 tokens (Confirmed state). |
direct/v1/QuickNode/tron/wallet getbandwidthprices | 199 | Retrieve historical bandwidth unit price information. |
direct/v1/QuickNode/tron/wallet/getburntrx | 199 | Retrieve information about TRX burned in the network. |
direct/v1/QuickNode/tron/walletsolidity getburntrx | 199 | Query the amount of TRX burned due to on-chain transaction fees since No. 54 Committee Proposal took effect (Confirmed state). |
direct/v1/QuickNode/tron/wallet getcanwithdrawunfreezeamount | 199 | Retrieve the amount that can be withdrawn after unfreezing. |
direct/v1/QuickNode/tron/wallet/getdiversifier | 199 | Generate a diversifier for creating shielded addresses in privacy transactions. |
direct/v1/QuickNode/tron/wallet/getenergyprices | 199 | Retrieve historical energy unit price information. |
direct/v1/QuickNode/tron/wallet getnewshieldedaddress | 199 | Generate a new shielded address for privacy transactions. |
direct/v1/QuickNode/tron/wallet/getnowblock | 398 | Retrieve the latest block information. |
direct/v1/QuickNode/tron/walletsolidity getnowblock | 199 | Returns the latest block information. |
direct/v1/QuickNode/tron/wallet/getpendingsize | 199 | Return the number of transactions in the pending pool. |
direct/v1/QuickNode/tron/wallet/getspendingkey | 199 | Generate a spending key for shielded transactions. |
direct/v1/QuickNode/tron/wallet gettransactionlistfrompending | 199 | Retrieve a list of transaction IDs currently in the pending pool. |
direct/v1/QuickNode/tron/wallet/listexchanges | 199 | List all exchange pairs available on the TRON network. |
direct/v1/QuickNode/tron/walletsolidity listexchanges | 199 | List all exchange pairs (Confirmed state). |
direct/v1/QuickNode/tron/wallet/listproposals | 199 | List all proposals currently available on the TRON network. |
POST
Path | Est. CU | Description |
---|---|---|
direct/v1/QuickNode/tron/wallet/broadcasthex | 199 | Broadcast a protobuf-encoded transaction hex string after signing. |
direct/v1/QuickNode/tron/wallet broadcasttransaction | 199 | Broadcast a signed transaction to the TRON network. |
direct/v1/QuickNode/tron/wallet/clearabi | 199 | Clear the ABI information of a smart contract. |
direct/v1/QuickNode/tron/wallet/createaccount | 199 | Activate a new account using an already activated account. |
direct/v1/QuickNode/tron/wallet/createassetissue | 199 | Issue a TRC10 token. |
direct/v1/QuickNode/tron/wallet/exchangecreate | 199 | Create an exchange pair between two assets. |
direct/v1/QuickNode/tron/wallet createshieldedcontractparameters | 199 | Generate the shielded contract parameters. |
direct/v1/QuickNode/tron/wallet createspendauthsig | 199 | Generate a spend authorization signature for a transaction. |
direct/v1/QuickNode/tron/wallet createtransaction | 199 | Create a TRX transfer transaction. If the recipient address does not exist, it will be created on the blockchain. |
direct/v1/QuickNode/tron/wallet/delegateresource | 199 | Delegate bandwidth or energy resources to other accounts. |
direct/v1/QuickNode/tron/wallet/deploycontract | 199 | Deploy a smart contract to the TRON network. |
direct/v1/QuickNode/tron/wallet/estimateenergy | 199 | Estimate the energy required for the successful execution of smart contract transactions. |
direct/v1/QuickNode/tron/walletsolidity estimateenergy | 199 | Estimate the energy required for the successful execution of smart contract transactions (Confirmed state). |
direct/v1/QuickNode/tron/wallet exchangetransaction | 199 | Exchange one asset for another within the TRON network. |
direct/v1/QuickNode/tron/wallet/freezebalance | 199 | Freeze TRX to obtain bandwidth or energy and gain voting rights. |
direct/v1/QuickNode/tron/wallet/freezebalancev2 | 199 | In Stake 2.0, stake TRX to obtain bandwidth or energy and receive TRON Power (TP). |
direct/v1/QuickNode/tron/wallet/getaccount | 66 | Retrieve account information, including TRX balance, TRC-10 balances, stake details, vote information, and permissions. |
direct/v1/QuickNode/tron/walletsolidity getaccount | 66 | Retrieve information about an account, including TRX balance, TRC-10 balances, stake information, vote information, and permissions (Confirmed state). |
direct/v1/QuickNode/tron/wallet getaccountbalance | 199 | Fetch the account balance at a specific block. |
direct/v1/QuickNode/tron/wallet/getaccountnet | 199 | Query bandwidth information for an account. |
direct/v1/QuickNode/tron/wallet getaccountresource | 199 | Retrieve resource information (bandwidth, energy, etc.) for an account. |
direct/v1/QuickNode/tron/wallet/getakfromask | 199 | Derive an account key (AK) from an account signature key (ASK). |
direct/v1/QuickNode/tron/wallet getassetissuebyaccount | 199 | Retrieve TRC10 token information issued by a specific account. |
direct/v1/QuickNode/tron/walletsolidity getassetissuebyid | 199 | Return a token by token ID. Returns the token object, which contains the token name (Confirmed state). |
direct/v1/QuickNode/tron/wallet getassetissuebyid | 199 | Fetch TRC10 token details using the token ID. |
direct/v1/QuickNode/tron/wallet getassetissuebyname | 199 | Retrieve TRC10 token information by token name. |
direct/v1/QuickNode/tron/walletsolidity getassetissuebyname | 199 | Return the token by name. Returns token info (Confirmed state). |
direct/v1/QuickNode/tron/wallet getassetissuelistbyname | 199 | Retrieve a list of TRC10 tokens filtered by name. |
direct/v1/QuickNode/tron/walletsolidity getassetissuelistbyname | 199 | Return the list of all the TRC10 tokens by a name (Confirmed state). |
direct/v1/QuickNode/tron/wallet getavailableunfreezecount | 199 | Return the remaining number of times an account can execute unstake operations in Stake 2.0. |
direct/v1/QuickNode/tron/walletsolidity getavailableunfreezecount | 199 | Return the remaining times of executing unstake operation in Stake 2.0 (Confirmed state). |
direct/v1/QuickNode/tron/wallet/getblock | 199 | Return block header information or entire block details. |
direct/v1/QuickNode/tron/walletsolidity/getblock | 199 | Retrieve a block by its ID or height (Confirmed state). |
direct/v1/QuickNode/tron/wallet/getblockbalance | 199 | Return all balance change operations within a specific block. |
direct/v1/QuickNode/tron/walletsolidity getblockbyid | 66 | Retrieve a block by its ID (Confirmed state). |
direct/v1/QuickNode/tron/wallet/getblockbyid | 66 | Retrieve block information using the block ID (hash). |
direct/v1/QuickNode/tron/wallet getblockbylatestnum | 398 | Return a list of the latest blocks based on a specified number. |
direct/v1/QuickNode/tron/walletsolidity getblockbylatestnum | 199 | Return the latest blocks (Confirmed state). |
direct/v1/QuickNode/tron/wallet getblockbylimitnext | 199 | Retrieve a list of blocks within a specified range of block heights. |
direct/v1/QuickNode/tron/walletsolidity getblockbylimitnext | 199 | Retrieve a range of blocks by block height (Confirmed state). |
direct/v1/QuickNode/tron/wallet/getblockbynum | 199 | Return the block object corresponding to a specific block height. |
direct/v1/QuickNode/tron/walletsolidity getblockbynum | 199 | Retrieve a block by its height (Confirmed state). |
direct/v1/QuickNode/tron/wallet getcandelegatedmaxsize | 199 | Return the maximum size of resources that can be delegated. |
direct/v1/QuickNode/tron/walletsolidity getcandelegatedmaxsize | 199 | Returns the amount of delegatable resources share of the specified resource type for an address. |
direct/v1/QuickNode/tron/walletsolidity getcanwithdrawunfreezeamount | 199 | Returns withdrawable balance at the specified timestamp in Stake 2.0 (Confirmed state). |
direct/v1/QuickNode/tron/wallet getchainparameters | 199 | Fetch the current parameters of the blockchain. |
direct/v1/QuickNode/tron/wallet/getcontract | 199 | Retrieve a contract's information from the blockchain, including bytecode, ABI, and configuration parameters. |
direct/v1/QuickNode/tron/wallet/getcontractinfo | 199 | Fetch contract information including both bytecode and runtime bytecode. |
direct/v1/QuickNode/tron/wallet getdelegatedresource | 199 | Retrieve all resource delegations (Stake 1.0) from one account to another. |
direct/v1/QuickNode/tron/walletsolidity getdelegatedresource | 199 | Returns all resources delegations during Stake 1.0 phase from an account to another account. |
direct/v1/QuickNode/tron/wallet getdelegatedresourceaccountindex | 199 | List all addresses that have delegated resources to a specific account (Stake 1.0). |
direct/v1/QuickNode/tron/walletsolidity getdelegatedresourceaccountindex | 199 | Lists all addresses that have delegated resources to an account (Confirmed state). |
direct/v1/QuickNode/tron/wallet getdelegatedresourceaccountindexv2 | 199 | In Stake 2.0, retrieve lists of addresses that have delegated resources to and from a specific account. |
direct/v1/QuickNode/tron/walletsolidity getdelegatedresourceaccountindexv2 | 199 | In Stake 2.0, the resource delegation index for an account yields two lists of addresses: one for addresses that have received resource delegation from the account (toAddress), and another for addresses that have delegated resources to the account (fromAddress). |
direct/v1/QuickNode/tron/wallet getdelegatedresourcev2 | 199 | In Stake 2.0, query detailed information of resource delegation from one account to another. |
direct/v1/QuickNode/tron/walletsolidity getexchangebyid | 199 | Query exchange pair based on id (Confirmed state). |
direct/v1/QuickNode/tron/wallet/getexchangebyid | 199 | Query exchange pair information based on its ID. |
direct/v1/QuickNode/tron/wallet getexpandedspendingkey | 199 | Generate an expanded spending key from a given spending key. |
direct/v1/QuickNode/tron/wallet getincomingviewingkey | 199 | Generate an incoming viewing key using account key and nullifier key. |
direct/v1/QuickNode/tron/wallet/getnkfromnsk | 199 | Derive a nullifier key (nk) from a nullifier secret key (nsk). |
direct/v1/QuickNode/tron/wallet getpaginatedassetissuelist | 199 | Retrieve a paginated list of all TRC10 tokens. |
direct/v1/QuickNode/tron/walletsolidity getpaginatedassetissuelist | 199 | Returns the list of all the TRC10 tokens by a name (Confirmed state). |
direct/v1/QuickNode/tron/wallet/getproposalbyid | 199 | Retrieve proposal information using its ID. |
direct/v1/QuickNode/tron/walletsolidity gettransactionbyid | 199 | Returns the transaction information by transaction id. |
direct/v1/QuickNode/tron/wallet gettransactionbyid | 398 | Retrieve transaction information using its ID. |
direct/v1/QuickNode/tron/walletsolidity gettransactioncountbyblocknum | 199 | Returns transaction count in a block by block number (Confirmed state). |
direct/v1/QuickNode/tron/wallet gettransactionfrompending | 199 | Retrieve transaction details from the pending transaction pool using the transaction ID. |
direct/v1/QuickNode/tron/wallet gettransactioninfobyblocknum | 398 | Return the TransactionInfo data of all transactions contained in the block of the specified height. |
direct/v1/QuickNode/tron/walletsolidity gettransactioninfobyblocknum | 199 | Returns the TransactionInfo data of all transactions contained in the block of the specified height. |
direct/v1/QuickNode/tron/wallet gettransactioninfobyid | 199 | Query the transaction fee and block height by transaction ID. |
direct/v1/QuickNode/tron/walletsolidity gettransactioninfobyid | 199 | Returns the transaction fee and block height by transaction id. |
direct/v1/QuickNode/tron/wallet gettriggerinputforshieldedtrc20contract | 199 | Generate the trigger input parameters required for executing a shielded TRC20 contract transaction. |
direct/v1/QuickNode/tron/wallet getzenpaymentaddress | 199 | Return the payment address by providing the diversifier and the incoming viewing key (ivk). |
direct/v1/QuickNode/tron/wallet/exchangeinject | 199 | Inject tokens into an existing exchange. |
direct/v1/QuickNode/tron/wallet isshieldedtrc20contractnotespent | 199 | Check whether a specific shielded TRC20 contract note has been spent or not. |
direct/v1/QuickNode/tron/walletsolidity isshieldedtrc20contractnotespent | 199 | Check whether a specific shielded TRC20 contract note has been spent or not. |
direct/v1/QuickNode/tron/wallet participateassetissue | 199 | Participate in an asset issue by sending TRX to the asset issuer. |
direct/v1/QuickNode/tron/wallet/proposalapprove | 199 | Approve a proposed transaction on the TRON network. |
direct/v1/QuickNode/tron/wallet/proposaldelete | 199 | Delete a proposal from the TRON network. |
direct/v1/QuickNode/tron/wallet scanshieldedtrc20notesbyivk | 199 | Scan shielded TRC20 notes using the incoming viewing key (IVK). |
direct/v1/QuickNode/tron/walletsolidity scanshieldedtrc20notesbyivk | 199 | Scan shielded TRC20 notes using the incoming viewing key (IVK). |
direct/v1/QuickNode/tron/wallet scanshieldedtrc20notesbyovk | 199 | Scan shielded TRC20 notes using the outgoing viewing key (OVK). |
direct/v1/QuickNode/tron/walletsolidity scanshieldedtrc20notesbyovk | 199 | Scan shielded TRC20 notes using the outgoing viewing key (OVK). |
direct/v1/QuickNode/tron/wallet/transferasset | 199 | Transfer TRC10 tokens from one account to another. |
direct/v1/QuickNode/tron/wallet triggerconstantcontract | 199 | Trigger a smart contract on the TRON network without broadcasting a transaction. |
direct/v1/QuickNode/tron/walletsolidity triggerconstantcontract | 199 | Call a smart contract in a read-only manner on the TRON blockchain (confirmed state). This method simulates the contract execution without broadcasting a transaction to the network. |
direct/v1/QuickNode/tron/wallet triggersmartcontract | 199 | Trigger a smart contract on the TRON network by broadcasting a transaction. |
direct/v1/QuickNode/tron/wallet undelegateresource | 199 | Un-delegate previously delegated resources from another account. |
direct/v1/QuickNode/tron/wallet/unfreezeasset | 199 | Unfreeze TRC10 tokens that were previously frozen. |
direct/v1/QuickNode/tron/wallet/unfreezebalance | 199 | Unfreeze TRX to retrieve bandwidth or energy and revoke voting rights. |
direct/v1/QuickNode/tron/wallet unfreezebalancev2 | 199 | Unstake TRX staked in Stake 2.0, releasing the corresponding amount of bandwidth or energy, and voting rights. After initiating the unstaking process, users must wait for 14 days before they can withdraw the funds using the /wallet/withdrawexpireunfreeze endpoint. |
direct/v1/QuickNode/tron/wallet/updateaccount | 199 | Modify the account name of an existing account. |
direct/v1/QuickNode/tron/wallet/updateasset | 199 | Update basic TRC10 token information. |
direct/v1/QuickNode/tron/wallet updateenergylimit | 199 | Update the origin_energy_limit parameter of a smart contract. |
direct/v1/QuickNode/tron/wallet/updatesetting | 199 | Update the consume_user_resource_percent parameter of a smart contract. |
direct/v1/QuickNode/tron/wallet accountpermissionupdate | 199 | Update the account's permission. |
direct/v1/QuickNode/tron/wallet/validateaddress | 66 | Validate whether an address is a valid TRON address. |
direct/v1/QuickNode/tron/wallet votewitnessaccount | 6 | Vote for witnesses on the TRON network. |
direct/v1/QuickNode/tron/wallet/exchangewithdraw | 199 | Withdraw tokens from an exchange. |
direct/v1/QuickNode/tron/wallet withdrawexpireunfreeze | 199 | Withdraw your unfrozen balance in Stake 2.0. After executing the /wallet/unfreezebalancev2 transaction and waiting for a specific number of days (N), users can use this API to retrieve their funds. |