Open Connector
All tools

Blockfrost logoBlockfrost

Query Cardano blockchain, IPFS, network, governance, transaction, asset, pool, and account data through Blockfrost.

blockfrostvcatalog-v1120 tools

Authentication

MethodKindStatusDetails
Project IDapi_keyavailable

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.

Root endpoint has no other function than to point end users to documentation.

Authentication

Connected account required

Tags

Health
Specific account addressBLOCKFROST_GET_ACCOUNTS_STAKE_ADDRESSObtain information about a specific stake account.

Obtain information about a specific stake account.

Authentication

Connected account required

Tags

Cardano » Accounts
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.

Authentication

Connected account required

Tags

Cardano » Accounts
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.

Authentication

Connected account required

Tags

Cardano » Accounts
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.

Authentication

Connected account required

Tags

Cardano » Accounts
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.

Authentication

Connected account required

Tags

Cardano » Accounts
Account historyBLOCKFROST_GET_ACCOUNTS_STAKE_ADDRESS_HISTORYObtain information about the history of a specific account.

Obtain information about the history of a specific account.

Authentication

Connected account required

Tags

Cardano » Accounts
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.

Authentication

Connected account required

Tags

Cardano » Accounts
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.

Authentication

Connected account required

Tags

Cardano » Accounts
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.

Authentication

Connected account required

Tags

Cardano » Accounts
Account transactionsBLOCKFROST_GET_ACCOUNTS_STAKE_ADDRESS_TRANSACTIONSTransactions associated with the stake address.

Transactions associated with the stake address.

Authentication

Connected account required

Tags

Cardano » Accounts
Account UTXOsBLOCKFROST_GET_ACCOUNTS_STAKE_ADDRESS_UTXOSUTXOs associated with the account.

UTXOs associated with the account.

Authentication

Connected account required

Tags

Cardano » Accounts
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.

Authentication

Connected account required

Tags

Cardano » Accounts
Specific addressBLOCKFROST_GET_ADDRESSES_ADDRESSObtain information about a specific address.

Obtain information about a specific address.

Authentication

Connected account required

Tags

Cardano » Addresses
Extended information of a specific addressBLOCKFROST_GET_ADDRESSES_ADDRESS_EXTENDEDObtain extended information about a specific address.

Obtain extended information about a specific address.

Authentication

Connected account required

Tags

Cardano » Addresses
Address detailsBLOCKFROST_GET_ADDRESSES_ADDRESS_TOTALObtain details about an address.

Obtain details about an address.

Authentication

Connected account required

Tags

Cardano » Addresses
Address transactionsBLOCKFROST_GET_ADDRESSES_ADDRESS_TRANSACTIONSTransactions on the address.

Transactions on the address.

Authentication

Connected account required

Tags

Cardano » Addresses
Address txsBLOCKFROST_GET_ADDRESSES_ADDRESS_TXSTransactions on the address.

Transactions on the address.

Authentication

Connected account required

Tags

Cardano » Addresses
Address UTXOsBLOCKFROST_GET_ADDRESSES_ADDRESS_UTXOSUTXOs of the address.

UTXOs of the address.

Authentication

Connected account required

Tags

Cardano » Addresses
Address UTXOs of a given assetBLOCKFROST_GET_ADDRESSES_ADDRESS_UTXOS_ASSETUTXOs of the address.

UTXOs of the address.

Authentication

Connected account required

Tags

Cardano » Addresses
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).

Authentication

Connected account required

Tags

Cardano » Assets
Specific assetBLOCKFROST_GET_ASSETS_ASSETInformation about a specific asset

Information about a specific asset

Authentication

Connected account required

Tags

Cardano » Assets
Asset addressesBLOCKFROST_GET_ASSETS_ASSET_ADDRESSESList of a addresses containing a specific asset

List of a addresses containing a specific asset

Authentication

Connected account required

Tags

Cardano » Assets
Asset historyBLOCKFROST_GET_ASSETS_ASSET_HISTORYHistory of a specific asset

History of a specific asset

Authentication

Connected account required

Tags

Cardano » Assets
Asset transactionsBLOCKFROST_GET_ASSETS_ASSET_TRANSACTIONSList of a specific asset transactions

List of a specific asset transactions

Authentication

Connected account required

Tags

Cardano » Assets
Asset txsBLOCKFROST_GET_ASSETS_ASSET_TXSList of a specific asset transactions

List of a specific asset transactions

Authentication

Connected account required

Tags

Cardano » Assets
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

Authentication

Connected account required

Tags

Cardano » Assets
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.

Authentication

Connected account required

Tags

Cardano » Blocks
Specific blockBLOCKFROST_GET_BLOCKS_HASH_OR_NUMBERReturn the content of a requested block.

Return the content of a requested block.

Authentication

Connected account required

Tags

Cardano » Blocks
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.

Authentication

Connected account required

Tags

Cardano » Blocks
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.

Authentication

Connected account required

Tags

Cardano » Blocks
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.

Authentication

Connected account required

Tags

Cardano » Blocks
Block transactionsBLOCKFROST_GET_BLOCKS_HASH_OR_NUMBER_TXSReturn the transactions within the block.

Return the transactions within the block.

Authentication

Connected account required

Tags

Cardano » Blocks
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.

Authentication

Connected account required

Tags

Cardano » Blocks
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.

Authentication

Connected account required

Tags

Cardano » Blocks
Latest block transactionsBLOCKFROST_GET_BLOCKS_LATEST_TXSReturn the transactions within the latest block.

Return the transactions within the latest block.

Authentication

Connected account required

Tags

Cardano » Blocks
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.

Authentication

Connected account required

Tags

Cardano » Blocks
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.

Authentication

Connected account required

Tags

Cardano » Blocks
Latest epochBLOCKFROST_GET_EPOCHS_LATESTReturn the information about the latest, therefore current, epoch.

Return the information about the latest, therefore current, epoch.

Authentication

Connected account required

Tags

Cardano » Epochs
Latest epoch protocol parametersBLOCKFROST_GET_EPOCHS_LATEST_PARAMETERSReturn the protocol parameters for the latest epoch.

Return the protocol parameters for the latest epoch.

Authentication

Connected account required

Tags

Cardano » Epochs
Specific epochBLOCKFROST_GET_EPOCHS_NUMBERReturn the content of the requested epoch.

Return the content of the requested epoch.

Authentication

Connected account required

Tags

Cardano » Epochs
Block distributionBLOCKFROST_GET_EPOCHS_NUMBER_BLOCKSReturn the blocks minted for the epoch specified.

Return the blocks minted for the epoch specified.

Authentication

Connected account required

Tags

Cardano » Epochs
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.

Authentication

Connected account required

Tags

Cardano » Epochs
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.

Authentication

Connected account required

Tags

Cardano » Epochs
Protocol parametersBLOCKFROST_GET_EPOCHS_NUMBER_PARAMETERSReturn the protocol parameters for the epoch specified.

Return the protocol parameters for the epoch specified.

Authentication

Connected account required

Tags

Cardano » Epochs
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.

Authentication

Connected account required

Tags

Cardano » Epochs
Stake distributionBLOCKFROST_GET_EPOCHS_NUMBER_STAKESReturn the active stake distribution for the specified epoch.

Return the active stake distribution for the specified epoch.

Authentication

Connected account required

Tags

Cardano » Epochs
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.

Authentication

Connected account required

Tags

Cardano » Epochs
Blockchain genesisBLOCKFROST_GET_GENESISReturn the information about blockchain genesis.

Return the information about blockchain genesis.

Authentication

Connected account required

Tags

Cardano » Ledger
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.

Authentication

Connected account required

Tags

Cardano » Governance
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).

Authentication

Connected account required

Tags

Cardano » Governance
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.

Authentication

Connected account required

Tags

Cardano » Governance
Delegate Representatives (DReps)BLOCKFROST_GET_GOVERNANCE_DREPSReturn the information about Delegate Representatives (DReps)

Return the information about Delegate Representatives (DReps)

Authentication

Connected account required

Tags

Cardano » Governance
Specific DRepBLOCKFROST_GET_GOVERNANCE_DREPS_DREP_IDDRep information.

DRep information.

Authentication

Connected account required

Tags

Cardano » Governance
DRep delegatorsBLOCKFROST_GET_GOVERNANCE_DREPS_DREP_ID_DELEGATORSList of Drep delegators.

List of Drep delegators.

Authentication

Connected account required

Tags

Cardano » Governance
DRep metadataBLOCKFROST_GET_GOVERNANCE_DREPS_DREP_ID_METADATADRep metadata information.

DRep metadata information.

Authentication

Connected account required

Tags

Cardano » Governance
DRep updatesBLOCKFROST_GET_GOVERNANCE_DREPS_DREP_ID_UPDATESList of certificate updates to the DRep.

List of certificate updates to the DRep.

Authentication

Connected account required

Tags

Cardano » Governance
DRep votesBLOCKFROST_GET_GOVERNANCE_DREPS_DREP_ID_VOTESHistory of Drep votes.

History of Drep votes.

Authentication

Connected account required

Tags

Cardano » Governance
ProposalsBLOCKFROST_GET_GOVERNANCE_PROPOSALSReturn the information about Proposals

Return the information about Proposals

Authentication

Connected account required

Tags

Cardano » Governance
GovActionID proposalBLOCKFROST_GET_GOVERNANCE_PROPOSALS_GOV_ACTION_IDProposal information.

Proposal information.

Authentication

Connected account required

Tags

Cardano » Governance
GovActionID proposal metadataBLOCKFROST_GET_GOVERNANCE_PROPOSALS_GOV_ACTION_ID_METADATAProposal metadata information.

Proposal metadata information.

Authentication

Connected account required

Tags

Cardano » Governance
GovActionID Proposal parametersBLOCKFROST_GET_GOVERNANCE_PROPOSALS_GOV_ACTION_ID_PARAMETERSParameters proposal details.

Parameters proposal details.

Authentication

Connected account required

Tags

Cardano » Governance
GovActionID Proposal votesBLOCKFROST_GET_GOVERNANCE_PROPOSALS_GOV_ACTION_ID_VOTESHistory of Proposal votes.

History of Proposal votes.

Authentication

Connected account required

Tags

Cardano » Governance
GovActionID Proposal withdrawalsBLOCKFROST_GET_GOVERNANCE_PROPOSALS_GOV_ACTION_ID_WITHDRAWALSWithdrawal proposal details.

Withdrawal proposal details.

Authentication

Connected account required

Tags

Cardano » Governance
Specific proposalBLOCKFROST_GET_GOVERNANCE_PROPOSALS_TX_HASH_CERT_INDEXProposal information.

Proposal information.

Authentication

Connected account required

Tags

Cardano » Governance
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.

Authentication

Connected account required

Tags

Cardano » Governance
Specific parameters proposalBLOCKFROST_GET_GOVERNANCE_PROPOSALS_TX_HASH_CERT_INDEX_PARAMETERSParameters proposal details.

Parameters proposal details.

Authentication

Connected account required

Tags

Cardano » Governance
Proposal votesBLOCKFROST_GET_GOVERNANCE_PROPOSALS_TX_HASH_CERT_INDEX_VOTESHistory of Proposal votes.

History of Proposal votes.

Authentication

Connected account required

Tags

Cardano » Governance
Specific withdrawals proposalBLOCKFROST_GET_GOVERNANCE_PROPOSALS_TX_HASH_CERT_INDEX_WITHDRAWALSWithdrawal proposal details.

Withdrawal proposal details.

Authentication

Connected account required

Tags

Cardano » Governance
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.

Authentication

Connected account required

Tags

Health
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.

Authentication

Connected account required

Tags

Health
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>

Authentication

Connected account required

Tags

Cardano » Mempool
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>

Authentication

Connected account required

Tags

Cardano » Mempool
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>

Authentication

Connected account required

Tags

Cardano » Mempool
Transaction metadata labelsBLOCKFROST_GET_METADATA_TXS_LABELSList of all used transaction metadata labels.

List of all used transaction metadata labels.

Authentication

Connected account required

Tags

Cardano » Metadata
Transaction metadata content in JSONBLOCKFROST_GET_METADATA_TXS_LABELS_LABELTransaction metadata per label.

Transaction metadata per label.

Authentication

Connected account required

Tags

Cardano » Metadata
Transaction metadata content in CBORBLOCKFROST_GET_METADATA_TXS_LABELS_LABEL_CBORTransaction metadata per label.

Transaction metadata per label.

Authentication

Connected account required

Tags

Cardano » Metadata
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.

Authentication

Connected account required

Tags

Metrics
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.

Authentication

Connected account required

Tags

Metrics
Network informationBLOCKFROST_GET_NETWORKReturn detailed network information.

Return detailed network information.

Authentication

Connected account required

Tags

Cardano » Network
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.

Authentication

Connected account required

Tags

Cardano » Network
Specific nut.link addressBLOCKFROST_GET_NUTLINK_ADDRESSList metadata about specific address

List metadata about specific address

Authentication

Connected account required

Tags

Nut.link
List of tickers of an oracleBLOCKFROST_GET_NUTLINK_ADDRESS_TICKERSList of records of a specific oracle

List of records of a specific oracle

Authentication

Connected account required

Tags

Nut.link
Specific ticker for an addressBLOCKFROST_GET_NUTLINK_ADDRESS_TICKERS_TICKERList of records of a specific ticker

List of records of a specific ticker

Authentication

Connected account required

Tags

Nut.link
Specific tickerBLOCKFROST_GET_NUTLINK_TICKERS_TICKERList of records of a specific ticker

List of records of a specific ticker

Authentication

Connected account required

Tags

Nut.link
List of stake poolsBLOCKFROST_GET_POOLSList of registered stake pools.

List of registered stake pools.

Authentication

Connected account required

Tags

Cardano » Pools
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.

Authentication

Connected account required

Tags

Cardano » Pools
Specific stake poolBLOCKFROST_GET_POOLS_POOL_IDPool information.

Pool information.

Authentication

Connected account required

Tags

Cardano » Pools
Stake pool blocksBLOCKFROST_GET_POOLS_POOL_ID_BLOCKSList of stake pools blocks.

List of stake pools blocks.

Authentication

Connected account required

Tags

Cardano » Pools
Stake pool delegatorsBLOCKFROST_GET_POOLS_POOL_ID_DELEGATORSList of current stake pools delegators.

List of current stake pools delegators.

Authentication

Connected account required

Tags

Cardano » Pools
Stake pool historyBLOCKFROST_GET_POOLS_POOL_ID_HISTORYHistory of stake pool parameters over epochs.

History of stake pool parameters over epochs.

Authentication

Connected account required

Tags

Cardano » Pools
Stake pool metadataBLOCKFROST_GET_POOLS_POOL_ID_METADATAStake pool registration metadata.

Stake pool registration metadata.

Authentication

Connected account required

Tags

Cardano » Pools
Stake pool relaysBLOCKFROST_GET_POOLS_POOL_ID_RELAYSRelays of a stake pool.

Relays of a stake pool.

Authentication

Connected account required

Tags

Cardano » Pools
Stake pool updatesBLOCKFROST_GET_POOLS_POOL_ID_UPDATESList of certificate updates to the stake pool.

List of certificate updates to the stake pool.

Authentication

Connected account required

Tags

Cardano » Pools
Stake pool votesBLOCKFROST_GET_POOLS_POOL_ID_VOTESHistory of stake pools votes.

History of stake pools votes.

Authentication

Connected account required

Tags

Cardano » Pools
List of retired stake poolsBLOCKFROST_GET_POOLS_RETIREDList of already retired pools.

List of already retired pools.

Authentication

Connected account required

Tags

Cardano » Pools
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

Authentication

Connected account required

Tags

Cardano » Pools
ScriptsBLOCKFROST_GET_SCRIPTSList of scripts.

List of scripts.

Authentication

Connected account required

Tags

Cardano » Scripts
Datum valueBLOCKFROST_GET_SCRIPTS_DATUM_DATUM_HASHQuery JSON value of a datum by its hash

Query JSON value of a datum by its hash

Authentication

Connected account required

Tags

Cardano » Scripts
Datum CBOR valueBLOCKFROST_GET_SCRIPTS_DATUM_DATUM_HASH_CBORQuery CBOR serialised datum by its hash

Query CBOR serialised datum by its hash

Authentication

Connected account required

Tags

Cardano » Scripts
Specific scriptBLOCKFROST_GET_SCRIPTS_SCRIPT_HASHInformation about a specific script

Information about a specific script

Authentication

Connected account required

Tags

Cardano » Scripts
Script CBORBLOCKFROST_GET_SCRIPTS_SCRIPT_HASH_CBORCBOR representation of a `plutus` script

CBOR representation of a `plutus` script

Authentication

Connected account required

Tags

Cardano » Scripts
Script JSONBLOCKFROST_GET_SCRIPTS_SCRIPT_HASH_JSONJSON representation of a `timelock` script

JSON representation of a `timelock` script

Authentication

Connected account required

Tags

Cardano » Scripts
Redeemers of a specific scriptBLOCKFROST_GET_SCRIPTS_SCRIPT_HASH_REDEEMERSList of redeemers of a specific script

List of redeemers of a specific script

Authentication

Connected account required

Tags

Cardano » Scripts
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.

Authentication

Connected account required

Tags

Cardano » Scripts
Specific transactionBLOCKFROST_GET_TXS_HASHReturn content of the requested transaction.

Return content of the requested transaction.

Authentication

Connected account required

Tags

Cardano » Transactions
Transaction CBORBLOCKFROST_GET_TXS_HASH_CBORObtain the CBOR serialized transaction

Obtain the CBOR serialized transaction

Authentication

Connected account required

Tags

Cardano » Transactions
Transaction delegation certificatesBLOCKFROST_GET_TXS_HASH_DELEGATIONSObtain information about delegation certificates of a specific transaction.

Obtain information about delegation certificates of a specific transaction.

Authentication

Connected account required

Tags

Cardano » Transactions
Transaction metadataBLOCKFROST_GET_TXS_HASH_METADATAObtain the transaction metadata.

Obtain the transaction metadata.

Authentication

Connected account required

Tags

Cardano » Transactions
Transaction metadata in CBORBLOCKFROST_GET_TXS_HASH_METADATA_CBORObtain the transaction metadata in CBOR.

Obtain the transaction metadata in CBOR.

Authentication

Connected account required

Tags

Cardano » Transactions
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.

Authentication

Connected account required

Tags

Cardano » Transactions
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.

Authentication

Connected account required

Tags

Cardano » Transactions
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.

Authentication

Connected account required

Tags

Cardano » Transactions
Transaction redeemersBLOCKFROST_GET_TXS_HASH_REDEEMERSObtain the transaction redeemers.

Obtain the transaction redeemers.

Authentication

Connected account required

Tags

Cardano » Transactions
Transaction required signersBLOCKFROST_GET_TXS_HASH_REQUIRED_SIGNERSObtain the extra transaction witnesses.

Obtain the extra transaction witnesses.

Authentication

Connected account required

Tags

Cardano » Transactions
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.

Authentication

Connected account required

Tags

Cardano » Transactions
Transaction UTXOsBLOCKFROST_GET_TXS_HASH_UTXOSReturn the inputs and UTXOs of the specific transaction.

Return the inputs and UTXOs of the specific transaction.

Authentication

Connected account required

Tags

Cardano » Transactions
Transaction withdrawalBLOCKFROST_GET_TXS_HASH_WITHDRAWALSObtain information about withdrawals of a specific transaction.

Obtain information about withdrawals of a specific transaction.

Authentication

Connected account required

Tags

Cardano » Transactions
Derive an addressBLOCKFROST_GET_UTILS_ADDRESSES_XPUB_XPUB_ROLE_INDEXDerive Shelley address from an xpub

Derive Shelley address from an xpub

Authentication

Connected account required

Tags

Cardano » Utilities
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>

Authentication

Connected account required

Tags

Cardano » Utilities

Provider resources