Unique User Data
With this data API, one can find out the no of unique users who have interacted with the dapp over time.
Fetches unique user data for a particular dapp
GET
https://data.biconomy.io/api/v1/dapp/uniqueUserData
Query Parameters
Name
Type
Description
startDate*
String
Format (“MM-DD-YYYY”) example: 21st Jan 2022 would be 01-21-2022
endDate*
String
Format (“MM-DD-YYYY”)
Headers
Name
Type
Description
Content-Type*
String
application/x-www-form-urlencoded
authToken*
String
Token unique to every user account
apiKey*
String
Api Key unique to every dapp
API Call via NodeJS:
Last updated
Was this helpful?