From e394350e85d632901ad8a5c43e33b156c5db260a Mon Sep 17 00:00:00 2001 From: Martin Boehm Date: Fri, 5 Apr 2019 17:14:08 +0200 Subject: [PATCH] Update api documentation --- docs/api.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/api.md b/docs/api.md index b028268d..728ec337 100644 --- a/docs/api.md +++ b/docs/api.md @@ -167,6 +167,10 @@ Response for Ethereum-type coins. There is always only one *vin*, only one *vout } ``` +A note about the `blocktime` field: +- for already mined transaction (`confirmations > 0`), the field `blocktime` contains time of the block +- for transactions in mempool (`confirmations == 0`), the field contains time when the running instance of Blockbook was first time notified about the transaction. This time may be different in different instances of Blockbook. + #### Get transaction specific Returns transaction data in the exact format as returned by backend, including all coin specific fields: