Skip to main content
POST
/
rpc
/
Indexer
/
FetchTransactionReceiptWithFilter
FetchTransactionReceiptWithFilter
curl --request POST \
  --url https://amoy-indexer.sequence.app/rpc/Indexer/FetchTransactionReceiptWithFilter \
  --header 'Content-Type: application/json' \
  --header 'X-Access-Key: <api-key>' \
  --data '
{
  "filter": {
    "txnHash": "<string>",
    "from": "<string>",
    "to": "<string>",
    "contractAddress": "<string>",
    "event": "<string>"
  },
  "maxBlockWait": 123
}
'
{}

Authorizations

X-Access-Key
string
header
required

Public project access key for authenticating requests obtained on Sequence Builder. Example Test Key: AQAAAAAAAEGvyZiWA9FMslYeG_yayXaHnSI

Body

application/json
filter
object
maxBlockWait
number

Response

OK

receipt
object