Peggy withdrawal txs

GetPeggyWithdrawalTxs InjectiveExplorerRPC

get

GetPeggyWithdrawalTxs returns the peggy withdrawal transactions based upon the request params

Query parameters
senderstring · min: 42 · max: 42Optional

Sender address of withdrawal request

Example: inj1cml96vmptgw99syqrrz8az79xer2pcgp0a885rPattern: ^inj1[0-9a-zA-Z]{38}$
receiverstring · min: 42 · max: 42Optional

Address of receiveer upon withdrawal

Example: 0x3c8f1388687bf35a65f488934cdf05e45711f47ePattern: ^0x[0-9a-fA-F]{40}$
limitinteger · int64OptionalExample: 6217372887564770000
skipintegerOptionalExample: 6756117821708722000
Responses
200
OK response.
application/json
get
GET /api/explorer/v1/peggy-withdrawal-txs HTTP/1.1
Host: inj-indexer.nownodes.io
Accept: */*
[
  {
    "amount": "Est expedita mollitia vel.",
    "batchNonce": 10045258508070928000,
    "batchTimeout": 1905318690909762800,
    "bridgeFee": "Culpa sunt ipsum rerum non.",
    "claimType": 765558574,
    "createdAt": "2008-02-19T04:13:31Z",
    "denom": "Rem praesentium.",
    "eventHeight": 18080685801928366000,
    "eventNonce": 8895707843864735000,
    "orchestratorAddress": "Suscipit ab et explicabo.",
    "outgoingTxId": 13545801085329172000,
    "receiver": "0x3c8f1388687bf35a65f488934cdf05e45711f47e",
    "sender": "inj1cml96vmptgw99syqrrz8az79xer2pcgp0a885r",
    "state": "Submitted",
    "txHashes": [
      "Voluptas ut et.",
      "Eos assumenda perspiciatis eum non et."
    ],
    "updatedAt": "1981-01-12T21:15:25Z"
  },
  {
    "amount": "Est expedita mollitia vel.",
    "batchNonce": 10045258508070928000,
    "batchTimeout": 1905318690909762800,
    "bridgeFee": "Culpa sunt ipsum rerum non.",
    "claimType": 765558574,
    "createdAt": "2008-02-19T04:13:31Z",
    "denom": "Rem praesentium.",
    "eventHeight": 18080685801928366000,
    "eventNonce": 8895707843864735000,
    "orchestratorAddress": "Suscipit ab et explicabo.",
    "outgoingTxId": 13545801085329172000,
    "receiver": "0x3c8f1388687bf35a65f488934cdf05e45711f47e",
    "sender": "inj1cml96vmptgw99syqrrz8az79xer2pcgp0a885r",
    "state": "Submitted",
    "txHashes": [
      "Voluptas ut et.",
      "Eos assumenda perspiciatis eum non et."
    ],
    "updatedAt": "1981-01-12T21:15:25Z"
  },
  {
    "amount": "Est expedita mollitia vel.",
    "batchNonce": 10045258508070928000,
    "batchTimeout": 1905318690909762800,
    "bridgeFee": "Culpa sunt ipsum rerum non.",
    "claimType": 765558574,
    "createdAt": "2008-02-19T04:13:31Z",
    "denom": "Rem praesentium.",
    "eventHeight": 18080685801928366000,
    "eventNonce": 8895707843864735000,
    "orchestratorAddress": "Suscipit ab et explicabo.",
    "outgoingTxId": 13545801085329172000,
    "receiver": "0x3c8f1388687bf35a65f488934cdf05e45711f47e",
    "sender": "inj1cml96vmptgw99syqrrz8az79xer2pcgp0a885r",
    "state": "Submitted",
    "txHashes": [
      "Voluptas ut et.",
      "Eos assumenda perspiciatis eum non et."
    ],
    "updatedAt": "1981-01-12T21:15:25Z"
  },
  {
    "amount": "Est expedita mollitia vel.",
    "batchNonce": 10045258508070928000,
    "batchTimeout": 1905318690909762800,
    "bridgeFee": "Culpa sunt ipsum rerum non.",
    "claimType": 765558574,
    "createdAt": "2008-02-19T04:13:31Z",
    "denom": "Rem praesentium.",
    "eventHeight": 18080685801928366000,
    "eventNonce": 8895707843864735000,
    "orchestratorAddress": "Suscipit ab et explicabo.",
    "outgoingTxId": 13545801085329172000,
    "receiver": "0x3c8f1388687bf35a65f488934cdf05e45711f47e",
    "sender": "inj1cml96vmptgw99syqrrz8az79xer2pcgp0a885r",
    "state": "Submitted",
    "txHashes": [
      "Voluptas ut et.",
      "Eos assumenda perspiciatis eum non et."
    ],
    "updatedAt": "1981-01-12T21:15:25Z"
  }
]