Resolver API
Last updated
Last updated
The Resolver API returns a wallet address for Twitter users, emails, phone numbers, and other user IDs.
One API call to find a Web3 wallet address for anyone on the internet.
Web2 Providers
twitter
email
tel
github
App Providers
Get a wallet to embedded directly in your app. You control authentication.
Reach out on Discord
Input a Twitter user, email, phone number, or any other user_id and get a Patch Wallet address in return. It's that simple. The wallet is just like any other smart contract account and can store any tokens/NFTs.
The Resolver API does not require authentication.
A userId is a unique provider and username ( like twitter:elonmusk
, tel:19198675309
, email:[email protected]
) and returns a wallet address for them on a given chain (matic:0xabc...123
).
Example userIds:
twitter:elonmusk
github:torvalds
tel:19198675309
email:[email protected]
To use, check out our Postman collection here.
POST
https://paymagicapi.com/v1/resolver
Takes userIds in the body seperated by "," and returns a list of account addresses.
E.g. twitter:elonmusk,github:torvalds,email:[email protected]
Name | Type | Description |
---|---|---|
Authorization* | String | Bearer Token |
Name | Type | Description |
---|---|---|
userIds* | String | a list of all the users separated by "," with no space |