Bitcoin Forum

Economy => Exchanges => Topic started by: Blawpaw on October 21, 2019, 10:39:10 PM



Title: How can I find the timestasmp for a transaction
Post by: Blawpaw on October 21, 2019, 10:39:10 PM
Hi guys,

can any of you crypto gullies help me with this?


How can I find the timestamp for the first ever ZEC-BTC transaction on Kraken?

Tx


Title: Re: How can I find the timestasmp for a transaction
Post by: o_e_l_e_o on October 22, 2019, 09:05:20 AM
You can use Kraken's REST API as documented here: https://support.kraken.com/hc/en-us/articles/218198197-How-to-retrieve-historical-time-and-sales-trading-history-using-the-REST-API-Trades-endpoint-

The command you are looking for is https://api.kraken.com/0/public/Trades?pair=zecxbt&since=0, which will return all ZEC-BTC trades ever made on Kraken.

Looking at the first result, it has a timestamp of 1477684943.1142 in UNIX, which converts to October 28th 2016, 20:02:23 UTC. It was a market buy order for 158.6 ZEC at 0.00003152 sats each.


Title: Re: How can I find the timestasmp for a transaction
Post by: Blawpaw on October 22, 2019, 12:09:42 PM
You can use Kraken's REST API as documented here: https://support.kraken.com/hc/en-us/articles/218198197-How-to-retrieve-historical-time-and-sales-trading-history-using-the-REST-API-Trades-endpoint-

The command you are looking for is https://api.kraken.com/0/public/Trades?pair=zecxbt&since=0, which will return all ZEC-BTC trades ever made on Kraken.

Looking at the first result, it has a timestamp of 1477684943.1142 in UNIX, which converts to October 28th 2016, 20:02:23 UTC. It was a market buy order for 158.6 ZEC at 0.00003152 sats each.

Great Thanks. I was going over my head to get this info. cheers