v1
latestOpenAPI 3.0.32026-07-1320201.0 MBBitcoin Transactions
Show a transaction
Show the details of a transaction
get/api/v2/bitcoin/transactions/{txid}
Headers
X-Network'testnet' | 'mainnet'
Specify "testnet" for test network or leave empty for main network. Defaults to "mainnet" if not provided.
Authorizationstring required
Bearer token for authorization. Required for authenticated endpoints.
Content-Type'application/json' | 'application/x-www-form-urlencoded' | 'multipart/form-data'
The MIME type of the request body.
Response
Encoded
Example response
{
"status": 200,
"ok": true,
"message": "Succesfully parsed transaction",
"data": {
"txid": "020000000001019f9111ce8e4290fdb1679c969cdf6b756910f390895acdb1aa791be0eee7ed9a0100000000feffffff02e80300000000000016001410f7877e72c7c6e1eb7141cfa8cea2f9ef6dbf1245e5000000000000160014846e43c02307cc2dc380029de9383db83117ab020247304402200a1931a70bbd9b5490d667858389f9be81528c2fba379b2e44e599b18fce98810220147eb331d461386b1cb5155b398b2b8a3da86fcb1db933871c48b41bdd12815d012103fc7450a4f530a3e14d0511064dd3f975737ec510c60e456f85796863de997015de5d2700"
}
}