Receipt by ID (Experimental)
EXPERIMENTAL_receipt request type
This endpoint allows you to get a receipt by its ID on the NEAR blockchain.
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 accepts a JSON-RPC body over POST to /.
Required request inputs: yes
{
"jsonrpc": "2.0",
"id": "fastnear",
"method": "EXPERIMENTAL_receipt",
"params": {
"receipt_id": "5QtWzoy2VpKZEvUbe9aUjpwnXTqHzv4gehuox8g3DA4y"
}
}Request schema
object
requires jsonrpc, id, method, paramsjsonrpc *string2.0id *stringmethod *stringEXPERIMENTAL_receiptparams *objectreceipt_id *stringBase58-encoded hash
Response reference
200 application/jsonSuccessful response
Response schema
objectJsonRpcResponse
requires jsonrpc, idjsonrpc *string2.0id *one ofstringnumber
resultobjectpredecessor_id *stringNEAR account ID
priorityintegerDeprecated, retained for backward compatibility.
receipt *objectOne of multiple possible types
receipt_id *stringBase58-encoded hash
receiver_id *stringNEAR account ID
errorobjectcodeintegermessagestringdataobject