Search
Get the email address associated with the specified wallet address or vice versa.
Authorizations
Body
wallet_addressstringRequired
wallet_address to associate with the email address
emailstringRequired
email address to associate with the wallet address
Responses
200
OK
application/json
post
POST /partner-api/integrations/search HTTP/1.1
Host:
X-API-Key: YOUR_API_KEY
Content-Type: application/x-www-form-urlencoded
Accept: */*
Content-Length: 40
"wallet_address='text'&email='text'"
200
OK
{
"email": "text",
"wallet_address": "text",
"provider": "text"
}