diff --git a/source/includes/_rescan.md b/source/includes/_rescan.md new file mode 100644 index 0000000..0528aaf --- /dev/null +++ b/source/includes/_rescan.md @@ -0,0 +1,20 @@ +# Rescan + +## Rescan + +Method available only for ETH family wallets + +> POST "https://cryptoprocessing.io/api/v1/wallets/:wallet_id/transactions/rescan" + +```shell +curl -X POST "https://cryptoprocessing.io/api/v1/wallets/ebdb4cc4-0b5e-48c5-93c4-59335a991b8b/transactions/rescan" \ +-H "Content-Type: application/json" \ +-H "Authorization: f5994c61abf297b8cc820d90f3a41256f653dd5b149e56b22dee242d23bbd23c" \ +-d '{ "address": "0x75113e05edd43f5badc3e71d8a4b1c5c9b372f99" }' +``` + +> Response: + +```json +{"data":{"status":"ok"}} +``` diff --git a/source/index.html.md b/source/index.html.md index 73ee70e..9ef8a84 100644 --- a/source/index.html.md +++ b/source/index.html.md @@ -22,6 +22,7 @@ includes: - errors - request_signing - address_validation + - rescan - invoices search: true