Deposit BSV or Tokens to the wallet. Only users having roles "manager" can have access. It create a new wallet and add a new task in the google tasks queue to check if the new deposit got paid.
authToken
API Key and UID
1
curl --location --request GET 'https://us-central1-changedev-3b21a.cloudfunctions.net/api/v1/deposit'\
2
--header 'wallettitle: walletTitle'\
3
--header 'Authorization: Bearer authToken'
Copied!
1
curl --location --request GET 'https://us-central1-changedev-3b21a.cloudfunctions.net/api/v1/deposit'\