gettxout
Bitcoin node API
gettxout | Bitcoin
The gettxout method retrieves information about a specific transaction output in the blockchain. Use it on Bitcoin via Chainstack.
POST
gettxout
TheDocumentation Index
Fetch the complete documentation index at: https://docs.chainstack.com/llms.txt
Use this file to discover all available pages before exploring further.
gettxout method retrieves information about a specific transaction output in the blockchain.
Get your own node endpoint todayStart for free and get your app to production levels immediately. No credit card required.You can sign up with your GitHub, X, Google, or Microsoft account.
Parameters
transaction ID(required): The ID of the transaction for which to retrieve the output information.
Response
result— an object containing details about the specified transaction output.error— an object containing an error message if an error occurred, otherwisenull.id— an integer representing the ID of the request.
Use case
Thegettxout method is useful for querying specific details about a transaction output, such as its value, script, and more.Last modified on May 18, 2026