post https://api.metakeep.xyz/v2/app/lambda/getBusinessWallet/multiple
This API allows you to get BUSINESS_WALLET
for a list of users.
For user privacy and security, and to prevent abuse, this API has a few restrictions:
- You can only query wallets for
up to 50 users
at a time. - You can only query wallets for users that have been
queried previously
using the Lambda Business Wallet API. The API response will be missing wallets for users not previously queried. - This API is only designed for dashboard use cases and has more restrictive rate limits. If you are performing an operation on a user's
BUSINESS_WALLET
, please use the Lambda Business Wallet API instead.
{
"users": [
{
"email": "[email protected]"
},
{
"email": "[email protected]"
},
{
"email": "[email protected]"
}
]
}
{
"status": "SUCCESS",
"wallets": [
{
"user": {
"email": "[email protected]"
},
"wallet": {
"ethAddress": "0xff8DCF9bAa09cA271619751c352de92A15F57FF8"
}
},
{
"user": {
"email": "[email protected]"
},
"wallet": {
"ethAddress": "0x6B40cA2814198A37BA5798B0C5EE1A2E029b997f"
}
},
{
"user": {
"email": "[email protected]"
},
"wallet": {
"ethAddress": "0x8dc572d9FefB6A8d6c76897AF11dDf1dEbCEAfd0"
}
}
]
}
API Error Status
You can find error status returned by the api here.
© Copyright 2024, Passbird Research Inc.