đŸ‘ĨSocials

Endpoints and responses for social analytics

Get Social Volume

GET https://api.pepeanalytics.com/v1/socials/:address

Searches for mentions of the coin across all Telegram discussions

Path Parameters

Query Parameters

{
    data: [
        {
            datetime: string
            mentionsCount: number
        }
        ...
    ]
    message: 'Success'
    isError: false
}

Get Developer Activity

GET https://api.pepeanalytics.com/v1/socials/dev

Looks at Github organizations for developer activity

Query Parameters

{
    data: [
        {
            datetime: string
            activity: number
        }
        ...
    ]
    message: 'Success'
    isError: false
}

Last updated