Skip to main content
Version: testnet (v0.73)

List party activity streak

Get a party's activity across epochs

Path Parameters
    partyId string required

    The party ID.

Query Parameters
    epoch uint64

    An optional epoch, returns last if not specified.

Responses

A successful response.


Schema
    activityStreak object
    activeFor uint64

    How many epoch this party has been active for.

    epoch uint64

    The epoch this information is relevant to.

    inactiveFor uint64

    how many epoch this party has been inactive for.

    isActive boolean

    Is this party considered active or not.

    openVolume Party's open interest volume at the end of the given epoch
    party string

    The party.

    rewardDistributionActivityMultiplier string

    The current rewards distribution multiplier for this party.

    rewardVestingActivityMultiplier string

    The vesting multiplier for this party.

    tradedVolume Party's traded volume at the end of the given epoch
Loading...