v1

latestOpenAPI 3.0.02026-07-2656110201.6 KB
Deposits

Record Deposit Wallet Activity (By Public Keys)

Call this endpoint when you display one or more specific deposit wallet addresses (public keys) in your UI. Pass each wallet’s public key in the wallets array. Activity is updated per wallet. If a public key does not match a known deposit wallet, that entry is skipped (logged server-side) and processing continues for the remaining keys. This temporarily increases balance polling and helps detect incoming payments more quickly.

post/v1/deposit-wallet/activity

Request body

walletsstring[] required

Deposit wallet public keys (addresses) to mark as active.

Response

The request was accepted and activity updates were applied for each resolvable wallet. No response body is returned.