Last

get
Query parameters
addressstringOptional
Responses
200
A successful response.
application/json
get
GET /peggy/v1/batch/last HTTP/1.1
Host: inj.nownodes.io
Accept: */*
{
  "batch": {
    "batch_nonce": "text",
    "batch_timeout": "text",
    "transactions": [
      {
        "id": "text",
        "sender": "text",
        "dest_address": "text",
        "erc20_token": {
          "contract": "text",
          "amount": "text"
        },
        "erc20_fee": {
          "contract": "text",
          "amount": "text"
        }
      }
    ],
    "token_contract": "text",
    "block": "text"
  }
}