Transfers

Deprecated

Filter transfer logs

post
Query parameters
orderstring · enumOptional

order of filters, defaults to asc

Example: ascPossible values:
Body
Responses
200
OK
application/json
post
POST /transfers HTTP/1.1
Host: meter.nownodes.io
Content-Type: application/json
Accept: */*
Content-Length: 98

{
  "range": {
    "unit": "block",
    "from": 0,
    "to": 100000
  },
  "options": {
    "offset": 0,
    "limit": 10
  },
  "addressSets": []
}
200

OK

[
  {
    "sender": "0xdb4027477b2a8fe4c83c6dafe7f86678bb1b8a8d",
    "recipient": "0x5034aa590125b64023a0262112b98d72e3c8e40e",
    "amount": "0x47fdb3c3f456c0000"
  },
  {
    "meta": {
      "blockID": "0x0004f6cc88bb4626a92907718e82f255b8fa511453a78e8797eb8cea3393b215",
      "blockNumber": 325324,
      "blockTimestamp": 1533267900,
      "txID": "0x284bba50ef777889ff1a367ed0b38d5e5626714477c40de38d71cedd6f9fa477",
      "txOrigin": "0xdb4027477b2a8fe4c83c6dafe7f86678bb1b8a8d"
    }
  }
]