Request for list of transfers

POST http://127.0.0.1/api/access/transfer/list

{ 
	"token": "4bdd8022e70b8af49e871f38c80917de",
	"symbol": "QDT",
  	"count": 5
}

success response:

{
"success":true,
"transfers":[
	{"index":1759,"amount":1,"date":"05.01.2022 13:21:15","address":"qfN22ArCWPb7MxpargP33BsDXRc8Nyvh","hash":"2ac88be9546bb7d0e2c9c63adeb1025fc6e4605e3bbbe7b9c65c1ba8108c45b4"},
	{"index":1758,"amount":-1,"date":"14.11.2021 19:36:42","address":"qfN22ArCWPb7MxpargP33BsDXRc8Nyvh","hash":"7a3413a92ec9048a16776e049283305a22adcf12fea39045735c3b0fb5d4a2c7"},
	{"index":1757,"amount":-1,"date":"14.11.2021 19:36:42","address":"qfN22ArCWPb7MxpargP33BsDXRc8Nyvh","hash":"b3b402e967937018e28465490772d2fac1afa63f24a53f6a89427d5055e9f173"},
	{"index":1756,"amount":-3,"date":"14.11.2021 0:55:24","address":"qfN22ArCWPb7MxpargP33BsDXRc8Nyvh","hash":"81bd6f192e00801000ee7bd4ef759d6283459ec60f10adc1b108c2dbd4695bcd"},
	{"index":1755,"amount":-1,"date":"14.11.2021 0:55:24","address":"qfN22ArCWPb7MxpargP33BsDXRc8Nyvh","hash":"0a1290a3dd7afa12373917cb66fd6b5331da56076faa6c814bdb4aec5149ec2b"}]
}

fail response:

fail response: {"success":"false","error":"not authorized"}

Last updated