Skip to main content
POST
/
v1
/
deposit-wallet
/
token
/
{tokenId}
/
activity
Record Deposit Wallet Activity
curl --request POST \
  --url https://api.hel.io/v1/deposit-wallet/token/{tokenId}/activity
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.

Path Parameters

tokenId
string
required

A unique customer token that identifies the customer’s deposit.

Response

201

Deposit wallet activity was successfully recorded. No response body is returned.