Skip to content

Commit

Permalink
Updated expected params for address notifications
Browse files Browse the repository at this point in the history
  • Loading branch information
productshiv committed May 21, 2024
1 parent 0434f7e commit c4b2dc2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions categories/notifications/paths/v3_subscription_post.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,8 @@ description:
\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\"\
: undefined // an optional counter party address of the transaction; for EVM-based\
\ blockchains, this is the recipient's address\n \"addressesRiskRatio\": [ // (optional,\
: undefined // an optional counter party address \n // of the transaction; for EVM-based\
\ blockchains, this is the recipient's address\n //UTXO based chains return without this parameter, since UTXO is \n //many-to-many by design. \"addressesRiskRatio\": [ // (optional,\
\ subject to change; for Solana mainnet only) risk levels assigned to the addresses\
\ with which the address communicated within the transaction; the addresses are\
\ assessed using the AML/CFT solution by blockmate.io, see https://docs.blockmate.io/docs/risk-API/sources\n\
Expand Down

0 comments on commit c4b2dc2

Please sign in to comment.