Case 3: Receiving Entity is a Non-Custodial Wallet

A case where the Travel Rule triggers.

When sending assets to a self-custodial wallet, Juno does not request any information about your beneficiary. However, you do need to include a compliance object with an empty travel_rule object in your request.

The following objects show the general structure of the request body and exemplify its use. The request body includes the same key-value pairs of transactions under 1,000 euros providing the beneficiary’s address, but it adds a compliance object with an empty travel_rule object.

{
   "compliance": {
      "travel_rule": {
      }
   }
  
   #  … same transaction data as withdrawals under 1,000 euros
}