Blockfrost
Query Cardano blockchain, IPFS, network, governance, transaction, asset, pool, and account data through Blockfrost.
Authentication
| Method | Kind | Status | Details |
|---|---|---|---|
| Project ID | api_key | available | — |
Call a tool
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 catalog
Available tools
120 callable operations
Root endpointBLOCKFROST_GETRoot endpoint has no other function than to point end users to documentation.Connection
Root endpoint has no other function than to point end users to documentation.
Authentication
Connected account requiredTags
Specific account addressBLOCKFROST_GET_ACCOUNTS_STAKE_ADDRESSObtain information about a specific stake account.Connection
Obtain information about a specific stake account.
Authentication
Connected account requiredTags
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.Connection
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.
Authentication
Connected account requiredTags
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.Connection
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.
Authentication
Connected account requiredTags
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.Connection
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.
Authentication
Connected account requiredTags
Account delegation historyBLOCKFROST_GET_ACCOUNTS_STAKE_ADDRESS_DELEGATIONSObtain information about the delegation of a specific account.Connection
Obtain information about the delegation of a specific account.
Authentication
Connected account requiredTags
Account historyBLOCKFROST_GET_ACCOUNTS_STAKE_ADDRESS_HISTORYObtain information about the history of a specific account.Connection
Obtain information about the history of a specific account.
Authentication
Connected account requiredTags
Account MIR historyBLOCKFROST_GET_ACCOUNTS_STAKE_ADDRESS_MIRSObtain information about the MIRs of a specific account.Connection
Obtain information about the MIRs of a specific account.
Authentication
Connected account requiredTags
Account registration historyBLOCKFROST_GET_ACCOUNTS_STAKE_ADDRESS_REGISTRATIONSObtain information about the registrations and deregistrations of a specific account.Connection
Obtain information about the registrations and deregistrations of a specific account.
Authentication
Connected account requiredTags
Account reward historyBLOCKFROST_GET_ACCOUNTS_STAKE_ADDRESS_REWARDSObtain information about the reward history of a specific account.Connection
Obtain information about the reward history of a specific account.
Authentication
Connected account requiredTags
Account transactionsBLOCKFROST_GET_ACCOUNTS_STAKE_ADDRESS_TRANSACTIONSTransactions associated with the stake address.Connection
Transactions associated with the stake address.
Authentication
Connected account requiredTags
Account UTXOsBLOCKFROST_GET_ACCOUNTS_STAKE_ADDRESS_UTXOSUTXOs associated with the account.Connection
UTXOs associated with the account.
Authentication
Connected account requiredTags
Account withdrawal historyBLOCKFROST_GET_ACCOUNTS_STAKE_ADDRESS_WITHDRAWALSObtain information about the withdrawals of a specific account.Connection
Obtain information about the withdrawals of a specific account.
Authentication
Connected account requiredTags
Specific addressBLOCKFROST_GET_ADDRESSES_ADDRESSObtain information about a specific address.Connection
Obtain information about a specific address.
Authentication
Connected account requiredTags
Extended information of a specific addressBLOCKFROST_GET_ADDRESSES_ADDRESS_EXTENDEDObtain extended information about a specific address.Connection
Obtain extended information about a specific address.
Authentication
Connected account requiredTags
Address detailsBLOCKFROST_GET_ADDRESSES_ADDRESS_TOTALObtain details about an address.Connection
Obtain details about an address.
Authentication
Connected account requiredTags
Address transactionsBLOCKFROST_GET_ADDRESSES_ADDRESS_TRANSACTIONSTransactions on the address.Connection
Transactions on the address.
Authentication
Connected account requiredTags
Address txsBLOCKFROST_GET_ADDRESSES_ADDRESS_TXSTransactions on the address.Connection
Transactions on the address.
Authentication
Connected account requiredTags
Address UTXOsBLOCKFROST_GET_ADDRESSES_ADDRESS_UTXOSUTXOs of the address.Connection
UTXOs of the address.
Authentication
Connected account requiredTags
Address UTXOs of a given assetBLOCKFROST_GET_ADDRESSES_ADDRESS_UTXOS_ASSETUTXOs of the address.Connection
UTXOs of the address.
Authentication
Connected account requiredTags
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).Connection
List of assets. If an asset is completely burned, it will stay on the list with quantity 0 (order of assets is immutable).
Authentication
Connected account requiredTags
Specific assetBLOCKFROST_GET_ASSETS_ASSETInformation about a specific assetConnection
Information about a specific asset
Authentication
Connected account requiredTags
Asset addressesBLOCKFROST_GET_ASSETS_ASSET_ADDRESSESList of a addresses containing a specific assetConnection
List of a addresses containing a specific asset
Authentication
Connected account requiredTags
Asset historyBLOCKFROST_GET_ASSETS_ASSET_HISTORYHistory of a specific assetConnection
History of a specific asset
Authentication
Connected account requiredTags
Asset transactionsBLOCKFROST_GET_ASSETS_ASSET_TRANSACTIONSList of a specific asset transactionsConnection
List of a specific asset transactions
Authentication
Connected account requiredTags
Asset txsBLOCKFROST_GET_ASSETS_ASSET_TXSList of a specific asset transactionsConnection
List of a specific asset transactions
Authentication
Connected account requiredTags
Assets of a specific policyBLOCKFROST_GET_ASSETS_POLICY_POLICY_IDList of asset minted under a specific policyConnection
List of asset minted under a specific policy
Authentication
Connected account requiredTags
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.Connection
Return the content of a requested block for a specific slot in an epoch.
Authentication
Connected account requiredTags
Specific blockBLOCKFROST_GET_BLOCKS_HASH_OR_NUMBERReturn the content of a requested block.Connection
Return the content of a requested block.
Authentication
Connected account requiredTags
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.Connection
Return list of addresses affected in the specified block with additional information, sorted by the bech32 address, ascending.
Authentication
Connected account requiredTags
Listing of next blocksBLOCKFROST_GET_BLOCKS_HASH_OR_NUMBER_NEXTReturn the list of blocks following a specific block.Connection
Return the list of blocks following a specific block.
Authentication
Connected account requiredTags
Listing of previous blocksBLOCKFROST_GET_BLOCKS_HASH_OR_NUMBER_PREVIOUSReturn the list of blocks preceding a specific block.Connection
Return the list of blocks preceding a specific block.
Authentication
Connected account requiredTags
Block transactionsBLOCKFROST_GET_BLOCKS_HASH_OR_NUMBER_TXSReturn the transactions within the block.Connection
Return the transactions within the block.
Authentication
Connected account requiredTags
Block transactions with CBOR dataBLOCKFROST_GET_BLOCKS_HASH_OR_NUMBER_TXS_CBORReturn the transactions within the block, including CBOR representations.Connection
Return the transactions within the block, including CBOR representations.
Authentication
Connected account requiredTags
Latest blockBLOCKFROST_GET_BLOCKS_LATESTReturn the latest block available to the backends, also known as the tip of the blockchain.Connection
Return the latest block available to the backends, also known as the tip of the blockchain.
Authentication
Connected account requiredTags
Latest block transactionsBLOCKFROST_GET_BLOCKS_LATEST_TXSReturn the transactions within the latest block.Connection
Return the transactions within the latest block.
Authentication
Connected account requiredTags
Latest block transactions with CBOR dataBLOCKFROST_GET_BLOCKS_LATEST_TXS_CBORReturn the transactions within the latest block, including CBOR representations.Connection
Return the transactions within the latest block, including CBOR representations.
Authentication
Connected account requiredTags
Specific block in a slotBLOCKFROST_GET_BLOCKS_SLOT_SLOT_NUMBERReturn the content of a requested block for a specific slot.Connection
Return the content of a requested block for a specific slot.
Authentication
Connected account requiredTags
Latest epochBLOCKFROST_GET_EPOCHS_LATESTReturn the information about the latest, therefore current, epoch.Connection
Return the information about the latest, therefore current, epoch.
Authentication
Connected account requiredTags
Latest epoch protocol parametersBLOCKFROST_GET_EPOCHS_LATEST_PARAMETERSReturn the protocol parameters for the latest epoch.Connection
Return the protocol parameters for the latest epoch.
Authentication
Connected account requiredTags
Specific epochBLOCKFROST_GET_EPOCHS_NUMBERReturn the content of the requested epoch.Connection
Return the content of the requested epoch.
Authentication
Connected account requiredTags
Block distributionBLOCKFROST_GET_EPOCHS_NUMBER_BLOCKSReturn the blocks minted for the epoch specified.Connection
Return the blocks minted for the epoch specified.
Authentication
Connected account requiredTags
Block distribution by poolBLOCKFROST_GET_EPOCHS_NUMBER_BLOCKS_POOL_IDReturn the block minted for the epoch specified by stake pool.Connection
Return the block minted for the epoch specified by stake pool.
Authentication
Connected account requiredTags
Listing of next epochsBLOCKFROST_GET_EPOCHS_NUMBER_NEXTReturn the list of epochs following a specific epoch.Connection
Return the list of epochs following a specific epoch.
Authentication
Connected account requiredTags
Protocol parametersBLOCKFROST_GET_EPOCHS_NUMBER_PARAMETERSReturn the protocol parameters for the epoch specified.Connection
Return the protocol parameters for the epoch specified.
Authentication
Connected account requiredTags
Listing of previous epochsBLOCKFROST_GET_EPOCHS_NUMBER_PREVIOUSReturn the list of epochs preceding a specific epoch.Connection
Return the list of epochs preceding a specific epoch.
Authentication
Connected account requiredTags
Stake distributionBLOCKFROST_GET_EPOCHS_NUMBER_STAKESReturn the active stake distribution for the specified epoch.Connection
Return the active stake distribution for the specified epoch.
Authentication
Connected account requiredTags
Stake distribution by poolBLOCKFROST_GET_EPOCHS_NUMBER_STAKES_POOL_IDReturn the active stake distribution for the epoch specified by stake pool.Connection
Return the active stake distribution for the epoch specified by stake pool.
Authentication
Connected account requiredTags
Blockchain genesisBLOCKFROST_GET_GENESISReturn the information about blockchain genesis.Connection
Return the information about blockchain genesis.
Authentication
Connected account requiredTags
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.Connection
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.
Authentication
Connected account requiredTags
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).Connection
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).
Authentication
Connected account requiredTags
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.Connection
History of all votes cast by constitutional committee members across all committees (current and past). Not scoped to the currently active committee.
Authentication
Connected account requiredTags
Delegate Representatives (DReps)BLOCKFROST_GET_GOVERNANCE_DREPSReturn the information about Delegate Representatives (DReps)Connection
Return the information about Delegate Representatives (DReps)
Authentication
Connected account requiredTags
Specific DRepBLOCKFROST_GET_GOVERNANCE_DREPS_DREP_IDDRep information.Connection
DRep information.
Authentication
Connected account requiredTags
DRep delegatorsBLOCKFROST_GET_GOVERNANCE_DREPS_DREP_ID_DELEGATORSList of Drep delegators.Connection
List of Drep delegators.
Authentication
Connected account requiredTags
DRep metadataBLOCKFROST_GET_GOVERNANCE_DREPS_DREP_ID_METADATADRep metadata information.Connection
DRep metadata information.
Authentication
Connected account requiredTags
DRep updatesBLOCKFROST_GET_GOVERNANCE_DREPS_DREP_ID_UPDATESList of certificate updates to the DRep.Connection
List of certificate updates to the DRep.
Authentication
Connected account requiredTags
DRep votesBLOCKFROST_GET_GOVERNANCE_DREPS_DREP_ID_VOTESHistory of Drep votes.Connection
History of Drep votes.
Authentication
Connected account requiredTags
ProposalsBLOCKFROST_GET_GOVERNANCE_PROPOSALSReturn the information about ProposalsConnection
Return the information about Proposals
Authentication
Connected account requiredTags
GovActionID proposalBLOCKFROST_GET_GOVERNANCE_PROPOSALS_GOV_ACTION_IDProposal information.Connection
Proposal information.
Authentication
Connected account requiredTags
GovActionID proposal metadataBLOCKFROST_GET_GOVERNANCE_PROPOSALS_GOV_ACTION_ID_METADATAProposal metadata information.Connection
Proposal metadata information.
Authentication
Connected account requiredTags
GovActionID Proposal parametersBLOCKFROST_GET_GOVERNANCE_PROPOSALS_GOV_ACTION_ID_PARAMETERSParameters proposal details.Connection
Parameters proposal details.
Authentication
Connected account requiredTags
GovActionID Proposal votesBLOCKFROST_GET_GOVERNANCE_PROPOSALS_GOV_ACTION_ID_VOTESHistory of Proposal votes.Connection
History of Proposal votes.
Authentication
Connected account requiredTags
GovActionID Proposal withdrawalsBLOCKFROST_GET_GOVERNANCE_PROPOSALS_GOV_ACTION_ID_WITHDRAWALSWithdrawal proposal details.Connection
Withdrawal proposal details.
Authentication
Connected account requiredTags
Specific proposalBLOCKFROST_GET_GOVERNANCE_PROPOSALS_TX_HASH_CERT_INDEXProposal information.Connection
Proposal information.
Authentication
Connected account requiredTags
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.Connection
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.
Authentication
Connected account requiredTags
Specific parameters proposalBLOCKFROST_GET_GOVERNANCE_PROPOSALS_TX_HASH_CERT_INDEX_PARAMETERSParameters proposal details.Connection
Parameters proposal details.
Authentication
Connected account requiredTags
Proposal votesBLOCKFROST_GET_GOVERNANCE_PROPOSALS_TX_HASH_CERT_INDEX_VOTESHistory of Proposal votes.Connection
History of Proposal votes.
Authentication
Connected account requiredTags
Specific withdrawals proposalBLOCKFROST_GET_GOVERNANCE_PROPOSALS_TX_HASH_CERT_INDEX_WITHDRAWALSWithdrawal proposal details.Connection
Withdrawal proposal details.
Authentication
Connected account requiredTags
Backend health statusBLOCKFROST_GET_HEALTHReturn backend status as a boolean. Your application should handle situations when backend for the given chain is unavailable.Connection
Return backend status as a boolean. Your application should handle situations when backend for the given chain is unavailable.
Authentication
Connected account requiredTags
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.Connection
This endpoint provides the current UNIX time. Your application might use this to verify if the client clock is not out of sync.
Authentication
Connected account requiredTags
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>Connection
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>
Authentication
Connected account requiredTags
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>Connection
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>
Authentication
Connected account requiredTags
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>Connection
Return content of the requested transaction. <p> <span class="hosted">Hosted</span> Endpoint only available for hosted variant. </p>
Authentication
Connected account requiredTags
Transaction metadata labelsBLOCKFROST_GET_METADATA_TXS_LABELSList of all used transaction metadata labels.Connection
List of all used transaction metadata labels.
Authentication
Connected account requiredTags
Transaction metadata content in JSONBLOCKFROST_GET_METADATA_TXS_LABELS_LABELTransaction metadata per label.Connection
Transaction metadata per label.
Authentication
Connected account requiredTags
Transaction metadata content in CBORBLOCKFROST_GET_METADATA_TXS_LABELS_LABEL_CBORTransaction metadata per label.Connection
Transaction metadata per label.
Authentication
Connected account requiredTags
Blockfrost usage metricsBLOCKFROST_GET_METRICSHistory of your Blockfrost usage metrics in the past 30 days.Connection
History of your Blockfrost usage metrics in the past 30 days.
Authentication
Connected account requiredTags
Blockfrost endpoint usage metricsBLOCKFROST_GET_METRICS_ENDPOINTSHistory of your Blockfrost usage metrics per endpoint in the past 30 days.Connection
History of your Blockfrost usage metrics per endpoint in the past 30 days.
Authentication
Connected account requiredTags
Network informationBLOCKFROST_GET_NETWORKReturn detailed network information.Connection
Return detailed network information.
Authentication
Connected account requiredTags
Query summary of blockchain erasBLOCKFROST_GET_NETWORK_ERASReturns start and end of each era along with parameters that can vary between hard forks.Connection
Returns start and end of each era along with parameters that can vary between hard forks.
Authentication
Connected account requiredTags
Specific nut.link addressBLOCKFROST_GET_NUTLINK_ADDRESSList metadata about specific addressConnection
List metadata about specific address
Authentication
Connected account requiredTags
List of tickers of an oracleBLOCKFROST_GET_NUTLINK_ADDRESS_TICKERSList of records of a specific oracleConnection
List of records of a specific oracle
Authentication
Connected account requiredTags
Specific ticker for an addressBLOCKFROST_GET_NUTLINK_ADDRESS_TICKERS_TICKERList of records of a specific tickerConnection
List of records of a specific ticker
Authentication
Connected account requiredTags
Specific tickerBLOCKFROST_GET_NUTLINK_TICKERS_TICKERList of records of a specific tickerConnection
List of records of a specific ticker
Authentication
Connected account requiredTags
List of stake poolsBLOCKFROST_GET_POOLSList of registered stake pools.Connection
List of registered stake pools.
Authentication
Connected account requiredTags
List of stake pools with additional informationBLOCKFROST_GET_POOLS_EXTENDEDList of registered stake pools with additional information.Connection
List of registered stake pools with additional information.
Authentication
Connected account requiredTags
Specific stake poolBLOCKFROST_GET_POOLS_POOL_IDPool information.Connection
Pool information.
Authentication
Connected account requiredTags
Stake pool blocksBLOCKFROST_GET_POOLS_POOL_ID_BLOCKSList of stake pools blocks.Connection
List of stake pools blocks.
Authentication
Connected account requiredTags
Stake pool delegatorsBLOCKFROST_GET_POOLS_POOL_ID_DELEGATORSList of current stake pools delegators.Connection
List of current stake pools delegators.
Authentication
Connected account requiredTags
Stake pool historyBLOCKFROST_GET_POOLS_POOL_ID_HISTORYHistory of stake pool parameters over epochs.Connection
History of stake pool parameters over epochs.
Authentication
Connected account requiredTags
Stake pool metadataBLOCKFROST_GET_POOLS_POOL_ID_METADATAStake pool registration metadata.Connection
Stake pool registration metadata.
Authentication
Connected account requiredTags
Stake pool relaysBLOCKFROST_GET_POOLS_POOL_ID_RELAYSRelays of a stake pool.Connection
Relays of a stake pool.
Authentication
Connected account requiredTags
Stake pool updatesBLOCKFROST_GET_POOLS_POOL_ID_UPDATESList of certificate updates to the stake pool.Connection
List of certificate updates to the stake pool.
Authentication
Connected account requiredTags
Stake pool votesBLOCKFROST_GET_POOLS_POOL_ID_VOTESHistory of stake pools votes.Connection
History of stake pools votes.
Authentication
Connected account requiredTags
List of retired stake poolsBLOCKFROST_GET_POOLS_RETIREDList of already retired pools.Connection
List of already retired pools.
Authentication
Connected account requiredTags
List of retiring stake poolsBLOCKFROST_GET_POOLS_RETIRINGList of stake pools retiring in the upcoming epochsConnection
List of stake pools retiring in the upcoming epochs
Authentication
Connected account requiredTags
ScriptsBLOCKFROST_GET_SCRIPTSList of scripts.Connection
List of scripts.
Authentication
Connected account requiredTags
Datum valueBLOCKFROST_GET_SCRIPTS_DATUM_DATUM_HASHQuery JSON value of a datum by its hashConnection
Query JSON value of a datum by its hash
Authentication
Connected account requiredTags
Datum CBOR valueBLOCKFROST_GET_SCRIPTS_DATUM_DATUM_HASH_CBORQuery CBOR serialised datum by its hashConnection
Query CBOR serialised datum by its hash
Authentication
Connected account requiredTags
Specific scriptBLOCKFROST_GET_SCRIPTS_SCRIPT_HASHInformation about a specific scriptConnection
Information about a specific script
Authentication
Connected account requiredTags
Script CBORBLOCKFROST_GET_SCRIPTS_SCRIPT_HASH_CBORCBOR representation of a `plutus` scriptConnection
CBOR representation of a `plutus` script
Authentication
Connected account requiredTags
Script JSONBLOCKFROST_GET_SCRIPTS_SCRIPT_HASH_JSONJSON representation of a `timelock` scriptConnection
JSON representation of a `timelock` script
Authentication
Connected account requiredTags
Redeemers of a specific scriptBLOCKFROST_GET_SCRIPTS_SCRIPT_HASH_REDEEMERSList of redeemers of a specific scriptConnection
List of redeemers of a specific script
Authentication
Connected account requiredTags
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.Connection
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.
Authentication
Connected account requiredTags
Specific transactionBLOCKFROST_GET_TXS_HASHReturn content of the requested transaction.Connection
Return content of the requested transaction.
Authentication
Connected account requiredTags
Transaction CBORBLOCKFROST_GET_TXS_HASH_CBORObtain the CBOR serialized transactionConnection
Obtain the CBOR serialized transaction
Authentication
Connected account requiredTags
Transaction delegation certificatesBLOCKFROST_GET_TXS_HASH_DELEGATIONSObtain information about delegation certificates of a specific transaction.Connection
Obtain information about delegation certificates of a specific transaction.
Authentication
Connected account requiredTags
Transaction metadataBLOCKFROST_GET_TXS_HASH_METADATAObtain the transaction metadata.Connection
Obtain the transaction metadata.
Authentication
Connected account requiredTags
Transaction metadata in CBORBLOCKFROST_GET_TXS_HASH_METADATA_CBORObtain the transaction metadata in CBOR.Connection
Obtain the transaction metadata in CBOR.
Authentication
Connected account requiredTags
Transaction MIRsBLOCKFROST_GET_TXS_HASH_MIRSObtain information about Move Instantaneous Rewards (MIRs) of a specific transaction.Connection
Obtain information about Move Instantaneous Rewards (MIRs) of a specific transaction.
Authentication
Connected account requiredTags
Transaction stake pool retirement certificatesBLOCKFROST_GET_TXS_HASH_POOL_RETIRESObtain information about stake pool retirements within a specific transaction.Connection
Obtain information about stake pool retirements within a specific transaction.
Authentication
Connected account requiredTags
Transaction stake pool registration and update certificatesBLOCKFROST_GET_TXS_HASH_POOL_UPDATESObtain information about stake pool registration and update certificates of a specific transaction.Connection
Obtain information about stake pool registration and update certificates of a specific transaction.
Authentication
Connected account requiredTags
Transaction redeemersBLOCKFROST_GET_TXS_HASH_REDEEMERSObtain the transaction redeemers.Connection
Obtain the transaction redeemers.
Authentication
Connected account requiredTags
Transaction required signersBLOCKFROST_GET_TXS_HASH_REQUIRED_SIGNERSObtain the extra transaction witnesses.Connection
Obtain the extra transaction witnesses.
Authentication
Connected account requiredTags
Transaction stake addresses certificatesBLOCKFROST_GET_TXS_HASH_STAKESObtain information about (de)registration of stake addresses within a transaction.Connection
Obtain information about (de)registration of stake addresses within a transaction.
Authentication
Connected account requiredTags
Transaction UTXOsBLOCKFROST_GET_TXS_HASH_UTXOSReturn the inputs and UTXOs of the specific transaction.Connection
Return the inputs and UTXOs of the specific transaction.
Authentication
Connected account requiredTags
Transaction withdrawalBLOCKFROST_GET_TXS_HASH_WITHDRAWALSObtain information about withdrawals of a specific transaction.Connection
Obtain information about withdrawals of a specific transaction.
Authentication
Connected account requiredTags
Derive an addressBLOCKFROST_GET_UTILS_ADDRESSES_XPUB_XPUB_ROLE_INDEXDerive Shelley address from an xpubConnection
Derive Shelley address from an xpub
Authentication
Connected account requiredTags
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>Connection
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>
Authentication
Connected account requiredTags