Receipt Lookup
Use this endpoint to fetch a receipt row and the associated transaction when available.
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/receipt with an application/json request body.
Required request inputs: yes
POST /v0/receipt
{
"receipt_id": "gzqDSvd3ZMcVUWzBMP7j9KMWz89iZMkkEvW9g8QZjUP"
}Request body schema
objectReceiptInput
requires receipt_idreceipt_id *stringResponse reference
200 application/jsonReceipt lookup result
Response schema
objectReceiptResponse
requires receipt, transactionreceipt *objectappear_block_height *integerappear_receipt_index *integerblock_height *integerblock_timestamp *stringis_success *booleanpredecessor_id *stringpriority *integerreceipt_id *stringreceipt_index *integerreceipt_type *stringreceiver_id *stringshard_id *integertransaction_hash *stringtx_block_height *integertx_block_timestamp *stringtx_index *integertransaction *object