Find a wallet

GET
https://us-central1-appgregator.cloudfunctions.net/docial/wallet/find/
Query Parameters
Name
Type
Description
name*
String
qantor.co.id
connection_name*
String
docial-1
address*
String
0x9cbaf4222248dbbb07db3fa8514524936a534b35
Headers
Name
Type
Description
x-api-key*
String
43c464439b5507293ba7b315c9875907
[
{
"id": 97,
"address": "0x9cbaf4222248dbbb07db3fa8514524936a534b35",
"image_url": null,
"ens": null,
"desktop_notification": "0",
"mobile_notification": "0",
"eth_balance": null,
"nft_count": null,
"follower_count": null,
"following_count": null,
"createdAt": "2022-06-20T14:11:00.000Z",
"updatedAt": "2022-06-20T14:11:00.000Z"
}
]
curl --location --request GET 'https://us-central1-appgregator.cloudfunctions.net/docial/wallet/find?name=qantor.co.id&connection_name=docial-1&address=0x9cbaf4222248dbbb07db3fa8514524936a534b35' \
--header 'x-api-key: 43c464439b5507293ba7b315c9875907'
Last updated