email

Email is the fallback mechanism for staying compliant with the FATF Travel Rule.

configuration

Calling this query returns the email configuration of 21 Travel Rule.

Example

{
  email {
    configuration{
      smtpHost
      smtpPort
      smtpUsername
      smtpPassword
      smtpTlsSec
      fromEmailAddress
    }
  }
}

vasps

As with the trpd vasps query, this returns a list of registered VASPs to whom you can email.

Example

In essence, the same as the previously mentioned trpd vasps query.

{
  email {
    vasps {
      name
    }
  }
}