{ "opencollection": "1.0.0", "info": { "name": "Blockfrost.io ~ API Documentation Cardano » Accounts Cardano » Transactions API", "version": "0.1.89" }, "request": { "auth": { "type": "apikey", "key": "project_id", "value": "{{project_id}}", "placement": "header" } }, "items": [ { "info": { "name": "Cardano » Transactions", "type": "folder" }, "items": [ { "info": { "name": "Specific transaction", "type": "http" }, "http": { "method": "GET", "url": "https://cardano-mainnet.blockfrost.io/api/v0/txs/:hash", "params": [ { "name": "hash", "value": "6e5f825c42c1c6d6b77f2a14092f3b78c8f1b66db6f4cf8caec1555b6f967b3b", "type": "path", "description": "Hash of the requested transaction" } ] }, "docs": "Return content of the requested transaction." }, { "info": { "name": "Transaction UTXOs", "type": "http" }, "http": { "method": "GET", "url": "https://cardano-mainnet.blockfrost.io/api/v0/txs/:hash/utxos", "params": [ { "name": "hash", "value": "6e5f825c82c1c6d6b77f2a14092f3b78c8f1b66db6f4cf8caec1555b6f967b3b", "type": "path", "description": "Hash of the requested transaction" } ] }, "docs": "Return the inputs and UTXOs of the specific transaction." }, { "info": { "name": "Transaction stake addresses certificates", "type": "http" }, "http": { "method": "GET", "url": "https://cardano-mainnet.blockfrost.io/api/v0/txs/:hash/stakes", "params": [ { "name": "hash", "value": "6e5f825c82c1c6d6b77f2a14092f3b78c8f1b66db6f4cf8caec1555b6f967b3b", "type": "path", "description": "Hash of the requested transaction." } ] }, "docs": "Obtain information about (de)registration of stake addresses within a transaction.\n" }, { "info": { "name": "Transaction delegation certificates", "type": "http" }, "http": { "method": "GET", "url": "https://cardano-mainnet.blockfrost.io/api/v0/txs/:hash/delegations", "params": [ { "name": "hash", "value": "6e5f825c82c1c6d6b77f2a14092f3b78c8f1b66db6f4cf8caec1555b6f967b3b", "type": "path", "description": "Hash of the requested transaction." } ] }, "docs": "Obtain information about delegation certificates of a specific transaction.\n" }, { "info": { "name": "Transaction withdrawal", "type": "http" }, "http": { "method": "GET", "url": "https://cardano-mainnet.blockfrost.io/api/v0/txs/:hash/withdrawals", "params": [ { "name": "hash", "value": "6e5f825c82c1c6d6b77f2a14092f3b78c8f1b66db6f4cf8caec1555b6f967b3b", "type": "path", "description": "Hash of the requested transaction." } ] }, "docs": "Obtain information about withdrawals of a specific transaction." }, { "info": { "name": "Transaction MIRs", "type": "http" }, "http": { "method": "GET", "url": "https://cardano-mainnet.blockfrost.io/api/v0/txs/:hash/mirs", "params": [ { "name": "hash", "value": "6e5f825c82c1c6d6b77f2a14092f3b78c8f1b66db6f4cf8caec1555b6f967b3b", "type": "path", "description": "Hash of the requested transaction." } ] }, "docs": "Obtain information about Move Instantaneous Rewards (MIRs) of a specific transaction." }, { "info": { "name": "Transaction stake pool registration and update certificates", "type": "http" }, "http": { "method": "GET", "url": "https://cardano-mainnet.blockfrost.io/api/v0/txs/:hash/pool_updates", "params": [ { "name": "hash", "value": "6e5f825c82c1c6d6b77f2a14092f3b78c8f1b66db6f4cf8caec1555b6f967b3b", "type": "path", "description": "Hash of the requested transaction" } ] }, "docs": "Obtain information about stake pool registration and update certificates of a specific transaction.\n" }, { "info": { "name": "Transaction stake pool retirement certificates", "type": "http" }, "http": { "method": "GET", "url": "https://cardano-mainnet.blockfrost.io/api/v0/txs/:hash/pool_retires", "params": [ { "name": "hash", "value": "6e5f825c82c1c6d6b77f2a14092f3b78c8f1b66db6f4cf8caec1555b6f967b3b", "type": "path", "description": "Hash of the requested transaction" } ] }, "docs": "Obtain information about stake pool retirements within a specific transaction.\n" }, { "info": { "name": "Transaction metadata", "type": "http" }, "http": { "method": "GET", "url": "https://cardano-mainnet.blockfrost.io/api/v0/txs/:hash/metadata", "params": [ { "name": "hash", "value": "6e5f825c82c1c6d6b77f2a14092f3b78c8f1b66db6f4cf8caec1555b6f967b3b", "type": "path", "description": "Hash of the requested transaction" } ] }, "docs": "Obtain the transaction metadata." }, { "info": { "name": "Transaction metadata in CBOR", "type": "http" }, "http": { "method": "GET", "url": "https://cardano-mainnet.blockfrost.io/api/v0/txs/:hash/metadata/cbor", "params": [ { "name": "hash", "value": "6e5f825c82c1c6d6b77f2a14092f3b78c8f1b66db6f4cf8caec1555b6f967b3b", "type": "path", "description": "Hash of the requested transaction" } ] }, "docs": "Obtain the transaction metadata in CBOR." }, { "info": { "name": "Transaction redeemers", "type": "http" }, "http": { "method": "GET", "url": "https://cardano-mainnet.blockfrost.io/api/v0/txs/:hash/redeemers", "params": [ { "name": "hash", "value": "6e5f825c82c1c6d6b77f2a14092f3b78c8f1b66db6f4cf8caec1555b6f967b3b", "type": "path", "description": "Hash of the requested transaction" } ] }, "docs": "Obtain the transaction redeemers." }, { "info": { "name": "Transaction required signers", "type": "http" }, "http": { "method": "GET", "url": "https://cardano-mainnet.blockfrost.io/api/v0/txs/:hash/required_signers", "params": [ { "name": "hash", "value": "6e5f825c82c1c6d6b77f2a14092f3b78c8f1b66db6f4cf8caec1555b6f967b3b", "type": "path", "description": "Hash of the transaction" } ] }, "docs": "Obtain the extra transaction witnesses." }, { "info": { "name": "Transaction CBOR", "type": "http" }, "http": { "method": "GET", "url": "https://cardano-mainnet.blockfrost.io/api/v0/txs/:hash/cbor", "params": [ { "name": "hash", "value": "6e5f825c82c1c6d6b77f2a14092f3b78c8f1b66db6f4cf8caec1555b6f967b3b", "type": "path", "description": "Hash of the transaction" } ] }, "docs": "Obtain the CBOR serialized transaction" }, { "info": { "name": "Submit a transaction", "type": "http" }, "http": { "method": "POST", "url": "https://cardano-mainnet.blockfrost.io/api/v0/tx/submit" }, "docs": "Submit an already serialized transaction to the network.\n\n

\n Hosted Endpoint only available for hosted variant.\n

\n" } ] } ], "bundled": true }