XMTPs API

The XMTPs APIs indicate whether a user has XMTP.

Inputs & Filters

input XMTPsFilter {
  owner: # Identity: blockchain address, domain name, social identity
}

Outputs

type Social {
  blockchain: Blockchain # Blockchain associated with the social identity
  id: ID # Airstack unique identifier for this particular element
  isXMTPEnabled: Boolean # indicate whether a user has XMTP
  owner: Wallet! # **Nested query** allowing to retrieve address, domain names, and social profiles of the owner
}

Last updated

#300: add-user-details

Change request updated