Blockfrost
Query Cardano blockchain, IPFS, network, governance, transaction, asset, pool, and account data through Blockfrost.
认证方式
| 方式 | 底层类型 | 状态 | 说明 |
|---|---|---|---|
| Project ID | api_key | available | — |
调用示例
import { createClient } from "@open-connector/sdk";const oc = createClient({ baseUrl: "https://api.openconnector.dev", apiKey: process.env.OPEN_CONNECTOR_API_KEY!,});const result = await oc.executeTool({ slug: "BLOCKFROST_GET", connectedAccountId: "conn_...", arguments: { /* match this tool's input schema */ },});import Composio from "@composio/client";const composio = new Composio({ baseURL: "https://api.openconnector.dev/composio", apiKey: process.env.OPEN_CONNECTOR_API_KEY!,});const result = await composio.tools.execute("BLOCKFROST_GET", { connected_account_id: "conn_...", arguments: { /* match this tool's input schema */ },});oc tools execute BLOCKFROST_GET --data '{ }'Tool 目录
可用 Tools
120 个可调用操作
Root endpointBLOCKFROST_GETRoot endpoint has no other function than to point end users to documentation.需要连接
Root endpoint has no other function than to point end users to documentation.
认证
需要 Connected AccountTags
Specific account addressBLOCKFROST_GET_ACCOUNTS_STAKE_ADDRESSObtain information about a specific stake account.需要连接
Obtain information about a specific stake account.
认证
需要 Connected AccountTags
Account associated addressesBLOCKFROST_GET_ACCOUNTS_STAKE_ADDRESS_ADDRESSESObtain information about the addresses of a specific account. <b>Be careful</b>, as an account could be part of a mangled address and does not necessarily mean the addresses are owned by user as the account.需要连接
Obtain information about the addresses of a specific account. <b>Be careful</b>, as an account could be part of a mangled address and does not necessarily mean the addresses are owned by user as the account.
认证
需要 Connected AccountTags
Assets associated with the account addressesBLOCKFROST_GET_ACCOUNTS_STAKE_ADDRESS_ADDRESSES_ASSETSObtain information about assets associated with addresses of a specific account. <b>Be careful</b>, as an account could be part of a mangled address and does not necessarily mean the addresses are owned by user as the account.需要连接
Obtain information about assets associated with addresses of a specific account. <b>Be careful</b>, as an account could be part of a mangled address and does not necessarily mean the addresses are owned by user as the account.
认证
需要 Connected AccountTags
Detailed information about account associated addressesBLOCKFROST_GET_ACCOUNTS_STAKE_ADDRESS_ADDRESSES_TOTALObtain summed details about all addresses associated with a given account. <b>Be careful</b>, as an account could be part of a mangled address and does not necessarily mean the addresses are owned by user as the account.需要连接
Obtain summed details about all addresses associated with a given account. <b>Be careful</b>, as an account could be part of a mangled address and does not necessarily mean the addresses are owned by user as the account.
认证
需要 Connected AccountTags
Account delegation historyBLOCKFROST_GET_ACCOUNTS_STAKE_ADDRESS_DELEGATIONSObtain information about the delegation of a specific account.需要连接
Obtain information about the delegation of a specific account.
认证
需要 Connected AccountTags
Account historyBLOCKFROST_GET_ACCOUNTS_STAKE_ADDRESS_HISTORYObtain information about the history of a specific account.需要连接
Obtain information about the history of a specific account.
认证
需要 Connected AccountTags
Account MIR historyBLOCKFROST_GET_ACCOUNTS_STAKE_ADDRESS_MIRSObtain information about the MIRs of a specific account.需要连接
Obtain information about the MIRs of a specific account.
认证
需要 Connected AccountTags
Account registration historyBLOCKFROST_GET_ACCOUNTS_STAKE_ADDRESS_REGISTRATIONSObtain information about the registrations and deregistrations of a specific account.需要连接
Obtain information about the registrations and deregistrations of a specific account.
认证
需要 Connected AccountTags
Account reward historyBLOCKFROST_GET_ACCOUNTS_STAKE_ADDRESS_REWARDSObtain information about the reward history of a specific account.需要连接
Obtain information about the reward history of a specific account.
认证
需要 Connected AccountTags
Account transactionsBLOCKFROST_GET_ACCOUNTS_STAKE_ADDRESS_TRANSACTIONSTransactions associated with the stake address.需要连接
Transactions associated with the stake address.
认证
需要 Connected AccountTags
Account UTXOsBLOCKFROST_GET_ACCOUNTS_STAKE_ADDRESS_UTXOSUTXOs associated with the account.需要连接
UTXOs associated with the account.
认证
需要 Connected AccountTags
Account withdrawal historyBLOCKFROST_GET_ACCOUNTS_STAKE_ADDRESS_WITHDRAWALSObtain information about the withdrawals of a specific account.需要连接
Obtain information about the withdrawals of a specific account.
认证
需要 Connected AccountTags
Specific addressBLOCKFROST_GET_ADDRESSES_ADDRESSObtain information about a specific address.需要连接
Obtain information about a specific address.
认证
需要 Connected AccountTags
Extended information of a specific addressBLOCKFROST_GET_ADDRESSES_ADDRESS_EXTENDEDObtain extended information about a specific address.需要连接
Obtain extended information about a specific address.
认证
需要 Connected AccountTags
Address detailsBLOCKFROST_GET_ADDRESSES_ADDRESS_TOTALObtain details about an address.需要连接
Obtain details about an address.
认证
需要 Connected AccountTags
Address transactionsBLOCKFROST_GET_ADDRESSES_ADDRESS_TRANSACTIONSTransactions on the address.需要连接
Transactions on the address.
认证
需要 Connected AccountTags
Address txsBLOCKFROST_GET_ADDRESSES_ADDRESS_TXSTransactions on the address.需要连接
Transactions on the address.
认证
需要 Connected AccountTags
Address UTXOsBLOCKFROST_GET_ADDRESSES_ADDRESS_UTXOSUTXOs of the address.需要连接
UTXOs of the address.
认证
需要 Connected AccountTags
Address UTXOs of a given assetBLOCKFROST_GET_ADDRESSES_ADDRESS_UTXOS_ASSETUTXOs of the address.需要连接
UTXOs of the address.
认证
需要 Connected AccountTags
AssetsBLOCKFROST_GET_ASSETSList of assets. If an asset is completely burned, it will stay on the list with quantity 0 (order of assets is immutable).需要连接
List of assets. If an asset is completely burned, it will stay on the list with quantity 0 (order of assets is immutable).
认证
需要 Connected AccountTags
Specific assetBLOCKFROST_GET_ASSETS_ASSETInformation about a specific asset需要连接
Information about a specific asset
认证
需要 Connected AccountTags
Asset addressesBLOCKFROST_GET_ASSETS_ASSET_ADDRESSESList of a addresses containing a specific asset需要连接
List of a addresses containing a specific asset
认证
需要 Connected AccountTags
Asset historyBLOCKFROST_GET_ASSETS_ASSET_HISTORYHistory of a specific asset需要连接
History of a specific asset
认证
需要 Connected AccountTags
Asset transactionsBLOCKFROST_GET_ASSETS_ASSET_TRANSACTIONSList of a specific asset transactions需要连接
List of a specific asset transactions
认证
需要 Connected AccountTags
Asset txsBLOCKFROST_GET_ASSETS_ASSET_TXSList of a specific asset transactions需要连接
List of a specific asset transactions
认证
需要 Connected AccountTags
Assets of a specific policyBLOCKFROST_GET_ASSETS_POLICY_POLICY_IDList of asset minted under a specific policy需要连接
List of asset minted under a specific policy
认证
需要 Connected AccountTags
Specific block in a slot in an epochBLOCKFROST_GET_BLOCKS_EPOCH_EPOCH_NUMBER_SLOT_SLOT_NUMBERReturn the content of a requested block for a specific slot in an epoch.需要连接
Return the content of a requested block for a specific slot in an epoch.
认证
需要 Connected AccountTags
Specific blockBLOCKFROST_GET_BLOCKS_HASH_OR_NUMBERReturn the content of a requested block.需要连接
Return the content of a requested block.
认证
需要 Connected AccountTags
Addresses affected in a specific blockBLOCKFROST_GET_BLOCKS_HASH_OR_NUMBER_ADDRESSESReturn list of addresses affected in the specified block with additional information, sorted by the bech32 address, ascending.需要连接
Return list of addresses affected in the specified block with additional information, sorted by the bech32 address, ascending.
认证
需要 Connected AccountTags
Listing of next blocksBLOCKFROST_GET_BLOCKS_HASH_OR_NUMBER_NEXTReturn the list of blocks following a specific block.需要连接
Return the list of blocks following a specific block.
认证
需要 Connected AccountTags
Listing of previous blocksBLOCKFROST_GET_BLOCKS_HASH_OR_NUMBER_PREVIOUSReturn the list of blocks preceding a specific block.需要连接
Return the list of blocks preceding a specific block.
认证
需要 Connected AccountTags
Block transactionsBLOCKFROST_GET_BLOCKS_HASH_OR_NUMBER_TXSReturn the transactions within the block.需要连接
Return the transactions within the block.
认证
需要 Connected AccountTags
Block transactions with CBOR dataBLOCKFROST_GET_BLOCKS_HASH_OR_NUMBER_TXS_CBORReturn the transactions within the block, including CBOR representations.需要连接
Return the transactions within the block, including CBOR representations.
认证
需要 Connected AccountTags
Latest blockBLOCKFROST_GET_BLOCKS_LATESTReturn the latest block available to the backends, also known as the tip of the blockchain.需要连接
Return the latest block available to the backends, also known as the tip of the blockchain.
认证
需要 Connected AccountTags
Latest block transactionsBLOCKFROST_GET_BLOCKS_LATEST_TXSReturn the transactions within the latest block.需要连接
Return the transactions within the latest block.
认证
需要 Connected AccountTags
Latest block transactions with CBOR dataBLOCKFROST_GET_BLOCKS_LATEST_TXS_CBORReturn the transactions within the latest block, including CBOR representations.需要连接
Return the transactions within the latest block, including CBOR representations.
认证
需要 Connected AccountTags
Specific block in a slotBLOCKFROST_GET_BLOCKS_SLOT_SLOT_NUMBERReturn the content of a requested block for a specific slot.需要连接
Return the content of a requested block for a specific slot.
认证
需要 Connected AccountTags
Latest epochBLOCKFROST_GET_EPOCHS_LATESTReturn the information about the latest, therefore current, epoch.需要连接
Return the information about the latest, therefore current, epoch.
认证
需要 Connected AccountTags
Latest epoch protocol parametersBLOCKFROST_GET_EPOCHS_LATEST_PARAMETERSReturn the protocol parameters for the latest epoch.需要连接
Return the protocol parameters for the latest epoch.
认证
需要 Connected AccountTags
Specific epochBLOCKFROST_GET_EPOCHS_NUMBERReturn the content of the requested epoch.需要连接
Return the content of the requested epoch.
认证
需要 Connected AccountTags
Block distributionBLOCKFROST_GET_EPOCHS_NUMBER_BLOCKSReturn the blocks minted for the epoch specified.需要连接
Return the blocks minted for the epoch specified.
认证
需要 Connected AccountTags
Block distribution by poolBLOCKFROST_GET_EPOCHS_NUMBER_BLOCKS_POOL_IDReturn the block minted for the epoch specified by stake pool.需要连接
Return the block minted for the epoch specified by stake pool.
认证
需要 Connected AccountTags
Listing of next epochsBLOCKFROST_GET_EPOCHS_NUMBER_NEXTReturn the list of epochs following a specific epoch.需要连接
Return the list of epochs following a specific epoch.
认证
需要 Connected AccountTags
Protocol parametersBLOCKFROST_GET_EPOCHS_NUMBER_PARAMETERSReturn the protocol parameters for the epoch specified.需要连接
Return the protocol parameters for the epoch specified.
认证
需要 Connected AccountTags
Listing of previous epochsBLOCKFROST_GET_EPOCHS_NUMBER_PREVIOUSReturn the list of epochs preceding a specific epoch.需要连接
Return the list of epochs preceding a specific epoch.
认证
需要 Connected AccountTags
Stake distributionBLOCKFROST_GET_EPOCHS_NUMBER_STAKESReturn the active stake distribution for the specified epoch.需要连接
Return the active stake distribution for the specified epoch.
认证
需要 Connected AccountTags
Stake distribution by poolBLOCKFROST_GET_EPOCHS_NUMBER_STAKES_POOL_IDReturn the active stake distribution for the epoch specified by stake pool.需要连接
Return the active stake distribution for the epoch specified by stake pool.
认证
需要 Connected AccountTags
Blockchain genesisBLOCKFROST_GET_GENESISReturn the information about blockchain genesis.需要连接
Return the information about blockchain genesis.
认证
需要 Connected AccountTags
Constitutional committeeBLOCKFROST_GET_GOVERNANCE_COMMITTEEInformation about the currently active constitutional committee When `is_dissolved` is `true`, the committee has been removed by an enacted `NoConfidence` governance action; `quorum` and `members` still describe the last seated committee for historical reference.需要连接
Information about the currently active constitutional committee When `is_dissolved` is `true`, the committee has been removed by an enacted `NoConfidence` governance action; `quorum` and `members` still describe the last seated committee for historical reference.
认证
需要 Connected AccountTags
Constitutional committee member votesBLOCKFROST_GET_GOVERNANCE_COMMITTEE_CC_ID_VOTESVotes cast under a given constitutional committee credential. Accepts both the CIP-129 hot bech32 (`cc_hot1...`) and the cold bech32 (`cc_cold1...`). When queried by a cold credential, this returns votes cast by any hot key that the cold key has authorized over time (so the result aggregates across hot-key rotations).需要连接
Votes cast under a given constitutional committee credential. Accepts both the CIP-129 hot bech32 (`cc_hot1...`) and the cold bech32 (`cc_cold1...`). When queried by a cold credential, this returns votes cast by any hot key that the cold key has authorized over time (so the result aggregates across hot-key rotations).
认证
需要 Connected AccountTags
Constitutional committee votesBLOCKFROST_GET_GOVERNANCE_COMMITTEE_VOTESHistory of all votes cast by constitutional committee members across all committees (current and past). Not scoped to the currently active committee.需要连接
History of all votes cast by constitutional committee members across all committees (current and past). Not scoped to the currently active committee.
认证
需要 Connected AccountTags
Delegate Representatives (DReps)BLOCKFROST_GET_GOVERNANCE_DREPSReturn the information about Delegate Representatives (DReps)需要连接
Return the information about Delegate Representatives (DReps)
认证
需要 Connected AccountTags
Specific DRepBLOCKFROST_GET_GOVERNANCE_DREPS_DREP_IDDRep information.需要连接
DRep information.
认证
需要 Connected AccountTags
DRep delegatorsBLOCKFROST_GET_GOVERNANCE_DREPS_DREP_ID_DELEGATORSList of Drep delegators.需要连接
List of Drep delegators.
认证
需要 Connected AccountTags
DRep metadataBLOCKFROST_GET_GOVERNANCE_DREPS_DREP_ID_METADATADRep metadata information.需要连接
DRep metadata information.
认证
需要 Connected AccountTags
DRep updatesBLOCKFROST_GET_GOVERNANCE_DREPS_DREP_ID_UPDATESList of certificate updates to the DRep.需要连接
List of certificate updates to the DRep.
认证
需要 Connected AccountTags
DRep votesBLOCKFROST_GET_GOVERNANCE_DREPS_DREP_ID_VOTESHistory of Drep votes.需要连接
History of Drep votes.
认证
需要 Connected AccountTags
ProposalsBLOCKFROST_GET_GOVERNANCE_PROPOSALSReturn the information about Proposals需要连接
Return the information about Proposals
认证
需要 Connected AccountTags
GovActionID proposalBLOCKFROST_GET_GOVERNANCE_PROPOSALS_GOV_ACTION_IDProposal information.需要连接
Proposal information.
认证
需要 Connected AccountTags
GovActionID proposal metadataBLOCKFROST_GET_GOVERNANCE_PROPOSALS_GOV_ACTION_ID_METADATAProposal metadata information.需要连接
Proposal metadata information.
认证
需要 Connected AccountTags
GovActionID Proposal parametersBLOCKFROST_GET_GOVERNANCE_PROPOSALS_GOV_ACTION_ID_PARAMETERSParameters proposal details.需要连接
Parameters proposal details.
认证
需要 Connected AccountTags
GovActionID Proposal votesBLOCKFROST_GET_GOVERNANCE_PROPOSALS_GOV_ACTION_ID_VOTESHistory of Proposal votes.需要连接
History of Proposal votes.
认证
需要 Connected AccountTags
GovActionID Proposal withdrawalsBLOCKFROST_GET_GOVERNANCE_PROPOSALS_GOV_ACTION_ID_WITHDRAWALSWithdrawal proposal details.需要连接
Withdrawal proposal details.
认证
需要 Connected AccountTags
Specific proposalBLOCKFROST_GET_GOVERNANCE_PROPOSALS_TX_HASH_CERT_INDEXProposal information.需要连接
Proposal information.
认证
需要 Connected AccountTags
Specific proposal metadataBLOCKFROST_GET_GOVERNANCE_PROPOSALS_TX_HASH_CERT_INDEX_METADATAProposal metadata information. If this endpoint returns `404` or empty metadata for a known proposal, the off-chain metadata could not be fetched (e.g. unreachable URL or hash mismatch). Use the [`/governance/proposals/{gov_action_id}/metadata`](#tag/cardano--governance/GET/governance/proposals/{gov_action_id}/metadata) variant instead — it always returns the anchor `url` and `hash` along with an `error` object describing the fetch failure, so you can retrieve the metadata manually if needed.需要连接
Proposal metadata information. If this endpoint returns `404` or empty metadata for a known proposal, the off-chain metadata could not be fetched (e.g. unreachable URL or hash mismatch). Use the [`/governance/proposals/{gov_action_id}/metadata`](#tag/cardano--governance/GET/governance/proposals/{gov_action_id}/metadata) variant instead — it always returns the anchor `url` and `hash` along with an `error` object describing the fetch failure, so you can retrieve the metadata manually if needed.
认证
需要 Connected AccountTags
Specific parameters proposalBLOCKFROST_GET_GOVERNANCE_PROPOSALS_TX_HASH_CERT_INDEX_PARAMETERSParameters proposal details.需要连接
Parameters proposal details.
认证
需要 Connected AccountTags
Proposal votesBLOCKFROST_GET_GOVERNANCE_PROPOSALS_TX_HASH_CERT_INDEX_VOTESHistory of Proposal votes.需要连接
History of Proposal votes.
认证
需要 Connected AccountTags
Specific withdrawals proposalBLOCKFROST_GET_GOVERNANCE_PROPOSALS_TX_HASH_CERT_INDEX_WITHDRAWALSWithdrawal proposal details.需要连接
Withdrawal proposal details.
认证
需要 Connected AccountTags
Backend health statusBLOCKFROST_GET_HEALTHReturn backend status as a boolean. Your application should handle situations when backend for the given chain is unavailable.需要连接
Return backend status as a boolean. Your application should handle situations when backend for the given chain is unavailable.
认证
需要 Connected AccountTags
Current backend timeBLOCKFROST_GET_HEALTH_CLOCKThis endpoint provides the current UNIX time. Your application might use this to verify if the client clock is not out of sync.需要连接
This endpoint provides the current UNIX time. Your application might use this to verify if the client clock is not out of sync.
认证
需要 Connected AccountTags
MempoolBLOCKFROST_GET_MEMPOOLReturn transactions that are currently stored in Blockfrost mempool, waiting to be included in a newly minted block. Shows only transactions submitted via Blockfrost.io. <p> <span class="hosted">Hosted</span> Endpoint only available for hosted variant. </p>需要连接
Return transactions that are currently stored in Blockfrost mempool, waiting to be included in a newly minted block. Shows only transactions submitted via Blockfrost.io. <p> <span class="hosted">Hosted</span> Endpoint only available for hosted variant. </p>
认证
需要 Connected AccountTags
Mempool by addressBLOCKFROST_GET_MEMPOOL_ADDRESSES_ADDRESSList of mempool transactions where at least one of the transaction inputs or outputs belongs to the address. Shows only transactions submitted via Blockfrost.io. <p> <span class="hosted">Hosted</span> Endpoint only available for hosted variant. </p>需要连接
List of mempool transactions where at least one of the transaction inputs or outputs belongs to the address. Shows only transactions submitted via Blockfrost.io. <p> <span class="hosted">Hosted</span> Endpoint only available for hosted variant. </p>
认证
需要 Connected AccountTags
Specific transaction in the mempoolBLOCKFROST_GET_MEMPOOL_HASHReturn content of the requested transaction. <p> <span class="hosted">Hosted</span> Endpoint only available for hosted variant. </p>需要连接
Return content of the requested transaction. <p> <span class="hosted">Hosted</span> Endpoint only available for hosted variant. </p>
认证
需要 Connected AccountTags
Transaction metadata labelsBLOCKFROST_GET_METADATA_TXS_LABELSList of all used transaction metadata labels.需要连接
List of all used transaction metadata labels.
认证
需要 Connected AccountTags
Transaction metadata content in JSONBLOCKFROST_GET_METADATA_TXS_LABELS_LABELTransaction metadata per label.需要连接
Transaction metadata per label.
认证
需要 Connected AccountTags
Transaction metadata content in CBORBLOCKFROST_GET_METADATA_TXS_LABELS_LABEL_CBORTransaction metadata per label.需要连接
Transaction metadata per label.
认证
需要 Connected AccountTags
Blockfrost usage metricsBLOCKFROST_GET_METRICSHistory of your Blockfrost usage metrics in the past 30 days.需要连接
History of your Blockfrost usage metrics in the past 30 days.
认证
需要 Connected AccountTags
Blockfrost endpoint usage metricsBLOCKFROST_GET_METRICS_ENDPOINTSHistory of your Blockfrost usage metrics per endpoint in the past 30 days.需要连接
History of your Blockfrost usage metrics per endpoint in the past 30 days.
认证
需要 Connected AccountTags
Network informationBLOCKFROST_GET_NETWORKReturn detailed network information.需要连接
Return detailed network information.
认证
需要 Connected AccountTags
Query summary of blockchain erasBLOCKFROST_GET_NETWORK_ERASReturns start and end of each era along with parameters that can vary between hard forks.需要连接
Returns start and end of each era along with parameters that can vary between hard forks.
认证
需要 Connected AccountTags
Specific nut.link addressBLOCKFROST_GET_NUTLINK_ADDRESSList metadata about specific address需要连接
List metadata about specific address
认证
需要 Connected AccountTags
List of tickers of an oracleBLOCKFROST_GET_NUTLINK_ADDRESS_TICKERSList of records of a specific oracle需要连接
List of records of a specific oracle
认证
需要 Connected AccountTags
Specific ticker for an addressBLOCKFROST_GET_NUTLINK_ADDRESS_TICKERS_TICKERList of records of a specific ticker需要连接
List of records of a specific ticker
认证
需要 Connected AccountTags
Specific tickerBLOCKFROST_GET_NUTLINK_TICKERS_TICKERList of records of a specific ticker需要连接
List of records of a specific ticker
认证
需要 Connected AccountTags
List of stake poolsBLOCKFROST_GET_POOLSList of registered stake pools.需要连接
List of registered stake pools.
认证
需要 Connected AccountTags
List of stake pools with additional informationBLOCKFROST_GET_POOLS_EXTENDEDList of registered stake pools with additional information.需要连接
List of registered stake pools with additional information.
认证
需要 Connected AccountTags
Specific stake poolBLOCKFROST_GET_POOLS_POOL_IDPool information.需要连接
Pool information.
认证
需要 Connected AccountTags
Stake pool blocksBLOCKFROST_GET_POOLS_POOL_ID_BLOCKSList of stake pools blocks.需要连接
List of stake pools blocks.
认证
需要 Connected AccountTags
Stake pool delegatorsBLOCKFROST_GET_POOLS_POOL_ID_DELEGATORSList of current stake pools delegators.需要连接
List of current stake pools delegators.
认证
需要 Connected AccountTags
Stake pool historyBLOCKFROST_GET_POOLS_POOL_ID_HISTORYHistory of stake pool parameters over epochs.需要连接
History of stake pool parameters over epochs.
认证
需要 Connected AccountTags
Stake pool metadataBLOCKFROST_GET_POOLS_POOL_ID_METADATAStake pool registration metadata.需要连接
Stake pool registration metadata.
认证
需要 Connected AccountTags
Stake pool relaysBLOCKFROST_GET_POOLS_POOL_ID_RELAYSRelays of a stake pool.需要连接
Relays of a stake pool.
认证
需要 Connected AccountTags
Stake pool updatesBLOCKFROST_GET_POOLS_POOL_ID_UPDATESList of certificate updates to the stake pool.需要连接
List of certificate updates to the stake pool.
认证
需要 Connected AccountTags
Stake pool votesBLOCKFROST_GET_POOLS_POOL_ID_VOTESHistory of stake pools votes.需要连接
History of stake pools votes.
认证
需要 Connected AccountTags
List of retired stake poolsBLOCKFROST_GET_POOLS_RETIREDList of already retired pools.需要连接
List of already retired pools.
认证
需要 Connected AccountTags
List of retiring stake poolsBLOCKFROST_GET_POOLS_RETIRINGList of stake pools retiring in the upcoming epochs需要连接
List of stake pools retiring in the upcoming epochs
认证
需要 Connected AccountTags
ScriptsBLOCKFROST_GET_SCRIPTSList of scripts.需要连接
List of scripts.
认证
需要 Connected AccountTags
Datum valueBLOCKFROST_GET_SCRIPTS_DATUM_DATUM_HASHQuery JSON value of a datum by its hash需要连接
Query JSON value of a datum by its hash
认证
需要 Connected AccountTags
Datum CBOR valueBLOCKFROST_GET_SCRIPTS_DATUM_DATUM_HASH_CBORQuery CBOR serialised datum by its hash需要连接
Query CBOR serialised datum by its hash
认证
需要 Connected AccountTags
Specific scriptBLOCKFROST_GET_SCRIPTS_SCRIPT_HASHInformation about a specific script需要连接
Information about a specific script
认证
需要 Connected AccountTags
Script CBORBLOCKFROST_GET_SCRIPTS_SCRIPT_HASH_CBORCBOR representation of a `plutus` script需要连接
CBOR representation of a `plutus` script
认证
需要 Connected AccountTags
Script JSONBLOCKFROST_GET_SCRIPTS_SCRIPT_HASH_JSONJSON representation of a `timelock` script需要连接
JSON representation of a `timelock` script
认证
需要 Connected AccountTags
Redeemers of a specific scriptBLOCKFROST_GET_SCRIPTS_SCRIPT_HASH_REDEEMERSList of redeemers of a specific script需要连接
List of redeemers of a specific script
认证
需要 Connected AccountTags
UTXOs holding the script as a reference scriptBLOCKFROST_GET_SCRIPTS_SCRIPT_HASH_UTXOSList of UTXOs that hold the given script as a reference script (CIP-33). These outputs can be used as reference inputs (CIP-31) in a transaction to execute the script without including its full bytes. A single script may be held by multiple UTXOs, potentially at different addresses.需要连接
List of UTXOs that hold the given script as a reference script (CIP-33). These outputs can be used as reference inputs (CIP-31) in a transaction to execute the script without including its full bytes. A single script may be held by multiple UTXOs, potentially at different addresses.
认证
需要 Connected AccountTags
Specific transactionBLOCKFROST_GET_TXS_HASHReturn content of the requested transaction.需要连接
Return content of the requested transaction.
认证
需要 Connected AccountTags
Transaction CBORBLOCKFROST_GET_TXS_HASH_CBORObtain the CBOR serialized transaction需要连接
Obtain the CBOR serialized transaction
认证
需要 Connected AccountTags
Transaction delegation certificatesBLOCKFROST_GET_TXS_HASH_DELEGATIONSObtain information about delegation certificates of a specific transaction.需要连接
Obtain information about delegation certificates of a specific transaction.
认证
需要 Connected AccountTags
Transaction metadataBLOCKFROST_GET_TXS_HASH_METADATAObtain the transaction metadata.需要连接
Obtain the transaction metadata.
认证
需要 Connected AccountTags
Transaction metadata in CBORBLOCKFROST_GET_TXS_HASH_METADATA_CBORObtain the transaction metadata in CBOR.需要连接
Obtain the transaction metadata in CBOR.
认证
需要 Connected AccountTags
Transaction MIRsBLOCKFROST_GET_TXS_HASH_MIRSObtain information about Move Instantaneous Rewards (MIRs) of a specific transaction.需要连接
Obtain information about Move Instantaneous Rewards (MIRs) of a specific transaction.
认证
需要 Connected AccountTags
Transaction stake pool retirement certificatesBLOCKFROST_GET_TXS_HASH_POOL_RETIRESObtain information about stake pool retirements within a specific transaction.需要连接
Obtain information about stake pool retirements within a specific transaction.
认证
需要 Connected AccountTags
Transaction stake pool registration and update certificatesBLOCKFROST_GET_TXS_HASH_POOL_UPDATESObtain information about stake pool registration and update certificates of a specific transaction.需要连接
Obtain information about stake pool registration and update certificates of a specific transaction.
认证
需要 Connected AccountTags
Transaction redeemersBLOCKFROST_GET_TXS_HASH_REDEEMERSObtain the transaction redeemers.需要连接
Obtain the transaction redeemers.
认证
需要 Connected AccountTags
Transaction required signersBLOCKFROST_GET_TXS_HASH_REQUIRED_SIGNERSObtain the extra transaction witnesses.需要连接
Obtain the extra transaction witnesses.
认证
需要 Connected AccountTags
Transaction stake addresses certificatesBLOCKFROST_GET_TXS_HASH_STAKESObtain information about (de)registration of stake addresses within a transaction.需要连接
Obtain information about (de)registration of stake addresses within a transaction.
认证
需要 Connected AccountTags
Transaction UTXOsBLOCKFROST_GET_TXS_HASH_UTXOSReturn the inputs and UTXOs of the specific transaction.需要连接
Return the inputs and UTXOs of the specific transaction.
认证
需要 Connected AccountTags
Transaction withdrawalBLOCKFROST_GET_TXS_HASH_WITHDRAWALSObtain information about withdrawals of a specific transaction.需要连接
Obtain information about withdrawals of a specific transaction.
认证
需要 Connected AccountTags
Derive an addressBLOCKFROST_GET_UTILS_ADDRESSES_XPUB_XPUB_ROLE_INDEXDerive Shelley address from an xpub需要连接
Derive Shelley address from an xpub
认证
需要 Connected AccountTags
Submit a transaction for execution units evaluation (additional UTXO set)BLOCKFROST_POST_UTILS_TXS_EVALUATE_UTXOSSubmit a JSON payload with transaction CBOR and additional UTXO set to evaluate how much execution units it requires. <p> <span class="hosted">Hosted</span> Endpoint only available for hosted variant. </p>需要连接
Submit a JSON payload with transaction CBOR and additional UTXO set to evaluate how much execution units it requires. <p> <span class="hosted">Hosted</span> Endpoint only available for hosted variant. </p>
认证
需要 Connected AccountTags