if you use a timestamp around 3600000 the last entries in the list should be around the Sept 23.
to get it more precisely you have to find out the exact date of the genesis block and then convert the days which have passed since then into seconds.
i have'nt worked on my mysql based blockchain backend for a while now cause i wanted to wait for the latest updates. if i would have it ready i could simply look it up
any way to filter? or just see payments sent for Sept 23?
(my poloniex is locked, I need TXid to unlock)
replace 127.0.0.1 with your walltet ip if it differs and enter your account (BURST-XXX.... or numeric) in the "getAccountTransactions" section.
http://127.0.0.1:8125/test?requestTag=ACCOUNTS
this should return all transactions as json into the output area.
to retrieve it directly as json you can use this as url (replace XXX with your account): http://127.0.0.1:8125/burst?requestType=getAccountTransactions&account=XXX
this is a json response and therefore not readable like the transaction list in the wallet ui but it contains all data the wallets blockchain supplies.