diff --git a/categories/blockchain/paths/v3_bitcoin_address_balance_{address}_get.yml b/categories/blockchain/paths/v3_bitcoin_address_balance_{address}_get.yml index 938b531..7e6bcc9 100644 --- a/categories/blockchain/paths/v3_bitcoin_address_balance_{address}_get.yml +++ b/categories/blockchain/paths/v3_bitcoin_address_balance_{address}_get.yml @@ -6,7 +6,7 @@ description: "
1 credit per API call
Transaction Outputs). For an address with more than 50,000 UTXOs, the API returns an error with the403
response code.
- NOTE: Tatum BTC nodes use the standard 2 weeks mempool expiration time. +
NOTE: Tatum BTC nodes use the standard 2 weeks mempool expiration time. Additional information is available in the BTC official GitHub. Nodes from other providers may have different setups and keep unconfirmed transactions for longer, where those Pending transactions may be confirmed or dropped beyond two weeks.
diff --git a/categories/notifications/paths/v3_subscription_post.yml b/categories/notifications/paths/v3_subscription_post.yml index 953f998..a70b929 100644 --- a/categories/notifications/paths/v3_subscription_post.yml +++ b/categories/notifications/paths/v3_subscription_post.yml @@ -77,7 +77,7 @@ description: \ for EVM-based chains, when \"counterAddress\" is present, the amount is always\ \ positive\n \"tokenId\": \"1\", \n// (ERC-721 / ERC-1155 only) the ID of the transferred\ \ token\n \"type\": \"token\", \n// the type of the transaction; can be either \"\ - \n //native\" or \"token\" or \"erc721\" or \"erc1155\" or \"internal\" or \"fee\"or \"trc10\" or \"trc20\" or \"failed\"or \"sol_nft\" \n //Based on the type of notification you recieve.\ + native\" or \"token\" or \n //\"erc721\" or \"erc1155\" or \"internal\" or \"fee\" or \"trc10\" or \n // \"trc20\" or \"failed\"or \"sol_nft\" Based on the type of notification you recieve.\ \n \"mempool\": true, // (EVM-based blockchains only) if appears\ \ and set to \"true\", the transaction is in the mempool; if set to \"false\" or\ \ does not appear at all, the transaction has been added to a block\n \"counterAddress\"\