Transactions by Hash
Use this endpoint to fetch up to 20 indexed transactions by hash.
Live Response
Responses from the selected endpoint appear here after you run a request.
Live response output will appear here after you run a request.
Request reference
application/jsonThis operation performs POST /v0/transactions with an application/json request body.
Required request inputs: yes
POST /v0/transactions
{
"tx_hashes": [
"FDrh13CdfGPXsmwUpZLfkZCoXWfpQmaFGj4zYWc1qfh",
"Eq1a46bynaBAjoSxd2XGWdCxkZdrMvN9jMZVdZfPSjM5"
]
}Request body schema
objectTxInput
requires tx_hashestx_hashes *arrayitemsstringResponse reference
200 application/jsonMatching transactions
Response schema
objectTransactionsResponse
requires transactionstransactions *arrayitemsobject