Home

Map receipt ID to originating transaction (EXPERIMENTAL)

POST
https://near.nownodes.io/

Authorizations

ApiKeyAuthApiKeyAuth

api-key string

NOWNodes API key passed in the api-key header.

NEAR JSON-RPC call that returns the sender account and transaction hash for a given receipt ID.

Body

application/json

JSON-RPC 2.0 request envelope.

jsonrpcstringrequired

JSON-RPC protocol version. Must be "2.0".

idstring | integerrequired

Client-provided identifier to correlate request and response.

methodstringrequired

JSON-RPC method name.

paramsobjectrequired

Method parameters.

Show child attributes
receipt_idstringrequired

Receipt identifier (base58-encoded) to be resolved to the originating transaction.

Response

200OK

Successful JSON-RPC response containing transaction information.