Create a Digital Wallet

You can create a Digital Deposit Address via the Dashboard or through the API:

API Method:

To generate a crypto deposit address, required parameters include:

  • Portfolio ID
  • Asset (eg, USDT)
  • Network (eg, ETHEREUM)
curl --request GET \
     --url 'https://sandbox-api.1money.com/v1/portfolios/14f20ebd-893b-11f0-b308-2eaa4f6974f2/instruction?asset=USDT&network=ETHEREUM' \
     --header 'X-Api-Key: 123445' \
     --header 'accept: application/json'

Sample response:

{
  "asset": "USDT",
  "network": "ETHEREUM",
  "wallet_instruction": {
    "wallet_address": "0xa0C0f8248487B8f5bF2e9715d966CF29A704a494",
    "transaction_fee": "0.0005"
  },
  "transaction_action": "DEPOSIT",
  "created_at": "2025-08-21T07:56:57.981Z",
  "modified_at": "2025-08-21T07:56:57.981Z"
}

Dashboard UI:

Generate Crypto Deposit Address

  1. Click on the Deposit button








  1. Select the Asset










  1. Select the Network












  1. Select Continue and your deposit address will be available