Record Deposit Wallet Activity (By Public Keys)
DEPOSITS
Record Deposit Wallet Activity (By Public Keys)
Call this endpoint when you display specific deposit wallet addresses (public keys) in your UI. Pass each wallet’s public key in the request body so we can increase balance polling and detect incoming payments more quickly.
POST
Record Deposit Wallet Activity (By Public Keys)
Documentation Index
Fetch the complete documentation index at: https://docs.hel.io/llms.txt
Use this file to discover all available pages before exploring further.
Note: When using the production environment at moonpay.hel.io, set your API endpoint to
api.hel.io/v1 and generate API keys there. For the development environment, use api.dev.hel.io/v1 and generate API keys from moonpay.dev.hel.io.Body
application/json
Deposit wallet public keys (addresses) to mark as active.
Minimum array length:
1Response
The request was accepted and activity updates were applied for each resolvable wallet. No response body is returned.
