Transfer

(Websocket) Subscribe new transfers

get

which satisfy criteria in query.

Query parameters
posstringOptional

a saved block ID for resuming the subscription. best block ID is assumed if omitted.

txOriginstringOptional

signer address of tx which contains the transfer

senderstringOptional

address of token sender

recipientstringOptional

address of token recipient

Responses
200
OK
application/json
Responseall of
and
and
get
GET /subscriptions/transfer HTTP/1.1
Host: meter.nownodes.io
Accept: */*
200

OK

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