Skip to content

Commit

Permalink
Formating of the Tokentypes in Address Notif.
Browse files Browse the repository at this point in the history
  • Loading branch information
productshiv committed May 8, 2024
1 parent 6e3a4aa commit 3977ff5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ description: "<p><b>1 credit per API call</b></p>
Transaction Outputs). For an address with more than 50,000 UTXOs, the API returns
an error with the <code>403</code> response code.</p>
<p> NOTE: Tatum BTC nodes use the standard 2 weeks mempool expiration time.
<p> <b>NOTE:</b> 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.</p>
Expand Down
2 changes: 1 addition & 1 deletion categories/notifications/paths/v3_subscription_post.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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\"\
Expand Down

0 comments on commit 3977ff5

Please sign in to comment.