Merge pull request #4709 from mempool/hunicus/txs-api-queryparam

Fix query parameter label in tx history api doc
This commit is contained in:
wiz 2024-02-27 12:21:17 +09:00 committed by GitHub
commit 66386f2bcc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1017,7 +1017,7 @@ export const restApiDocsData = [
fragment: "get-address-transactions",
title: "GET Address Transactions",
description: {
default: "Get transaction history for the specified address/scripthash, sorted with newest first. Returns up to 50 mempool transactions plus the first 25 confirmed transactions. You can request more confirmed transactions using <code>:last_seen_txid</code> (see below)."
default: "Get transaction history for the specified address/scripthash, sorted with newest first. Returns up to 50 mempool transactions plus the first 25 confirmed transactions. You can request more confirmed transactions using an <code>after_txid</code> query parameter."
},
urlString: "/address/:address/txs",
showConditions: bitcoinNetworks.concat(liquidNetworks),