đ§Check Single User
Learn how to use Airstack to check if a single user has XMTP or not.
By 0x Address
Simply use the following query to check if a user has XMTP or not:
If a user has XMTP, then isXMTPEnabled
will be true
. Otherwise, the whole response object will be null
.
Here's an example of a user that has an XMTP:
Here's an example of user the does not have any XMTP:
By ENS
With Airstack Identity API, you can simply swap the address input to any ENS names:
By Lens Profile
With Airstack Identity API, you can simply swap the address input to any Lens Profile:
By Farcaster Name or ID
With Airstack Identity API, you can simply swap the address input to any Farcaster Name or ID:
Last updated