Daily active users
Returns the total active users for the specified date. If no date is specified, it will default to yesterday's date. If no account_type is specified, it will default to OWNERS.
get
https://api.solana.fm
/v0/stats/active-users
Returns the total active users for the specified date.
Request
Response
Date & Account Type Not Specified
https://api.solana.fm/v0/stats/active-users
Date Specified
https://api.solana.fm/v0/stats/active-users?date=19-07-2022
Account Type Specified
https://api.solana.fm/v0/stats/active-users?account_type=OWNERS
Date & Account Type Specified
https://api.solana.fm/v0/stats/active-users?date=19-07-2022&account_type=OWNERS
Last modified 2mo ago