Skip to main content
Version: pre-release (v0.78)

Get Spam statistics

GET 

/statistics/spam/:partyId

Get the spam statistics for a given party.

Request

Path Parameters

    partyId stringrequired

    Party ID whose statistics are requested

Responses

A successful response.

Schema
    chainId string

    Chain ID for which the statistics are captured.

    statistics object
    applyReferralCode object

    Statistics for transactions made by the party to apply referral codes.

    bannedUntil If blocked the timestamp when the party will be unblocked as RFC3339Nano (string)
    countForEpoch uint64
    maxForEpoch uint64
    minTokensRequired Effective minimum number of tokens required to submit a transaction of this type (string)
    createReferralSet object

    Statistics for transactions made by the party to create referral sets.

    bannedUntil If blocked the timestamp when the party will be unblocked as RFC3339Nano (string)
    countForEpoch uint64
    maxForEpoch uint64
    minTokensRequired Effective minimum number of tokens required to submit a transaction of this type (string)
    delegations object

    Statistics for delegation transactions made by the party.

    bannedUntil If blocked the timestamp when the party will be unblocked as RFC3339Nano (string)
    countForEpoch uint64
    maxForEpoch uint64
    minTokensRequired Effective minimum number of tokens required to submit a transaction of this type (string)
    epochSeq uint64

    Epoch in which these statistics apply to.

    issueSignatures object

    Statistics for multisig signatures issued for the party.

    bannedUntil If blocked the timestamp when the party will be unblocked as RFC3339Nano (string)
    countForEpoch uint64
    maxForEpoch uint64
    minTokensRequired Effective minimum number of tokens required to submit a transaction of this type (string)
    nodeAnnouncements object

    Statistics for node announcement transactions made by the party.

    bannedUntil If blocked the timestamp when the party will be unblocked as RFC3339Nano (string)
    countForEpoch uint64
    maxForEpoch uint64
    minTokensRequired Effective minimum number of tokens required to submit a transaction of this type (string)
    pow object

    Statistics for proof of work difficulty observed per block for the party.

    bannedUntil PoW banned until timestamp as RFC3339Nano (string)
    blockStates object[]
  • Array [
  • blockHash Hash of the current block (string)
    blockHeight uint64
    difficulty uint64
    expectedDifficulty uint64

    This is the minimum required difficulty for the next transaction submitted on this block if it is possible to submit more transactions on this block, otherwise nil.

    hashFunction Hashing function used to calculate the block hash (string)
    increasingDifficulty Whether or not this block allows for increasing proof-of-work difficulty if the tx-per-block-hash limit has been reached (boolean)
    transactionsSeen uint64
    txPerBlock uint64
  • ]
  • numberOfPastBlocks uint64
    proposals object

    Statistics for proposal transactions made by the party.

    bannedUntil If blocked the timestamp when the party will be unblocked as RFC3339Nano (string)
    countForEpoch uint64
    maxForEpoch uint64
    minTokensRequired Effective minimum number of tokens required to submit a transaction of this type (string)
    transfers object

    Statistics for transfer transactions made by the party.

    bannedUntil If blocked the timestamp when the party will be unblocked as RFC3339Nano (string)
    countForEpoch uint64
    maxForEpoch uint64
    minTokensRequired Effective minimum number of tokens required to submit a transaction of this type (string)
    updateReferralSet object

    Statistics for transactions made by the party to update referral sets.

    bannedUntil If blocked the timestamp when the party will be unblocked as RFC3339Nano (string)
    countForEpoch uint64
    maxForEpoch uint64
    minTokensRequired Effective minimum number of tokens required to submit a transaction of this type (string)
    votes object

    Statistics for proposal votes made by the party.

    bannedUntil If blocked the timestamp when the party will be unblocked as RFC3339Nano (string)
    maxForEpoch uint64
    statistics object[]
  • Array [
  • countForEpoch uint64
    minTokensRequired Effective minimum number of tokens required to vote on the proposal (string)
    proposal string

    Unique ID of the proposal being voted on by the party.

  • ]
Loading...