Skip to main content
Version: mainnet (v0.71)

Get Spam statistics

Get the spam statistics for a given party

Path Parameters
    partyId string required

    Party ID whose statistics are requested

Responses

A successful response.


Schema
    chainId string
    statistics object
    delegations object
    bannedUntil If blocked the timestamp when the party will be unblocked as RFC3339Nano
    countForEpoch uint64
    maxForEpoch uint64
    minTokensRequired Effective minimum number of tokens required to submit a transaction of this type
    epochSeq uint64
    issueSignatures object
    bannedUntil If blocked the timestamp when the party will be unblocked as RFC3339Nano
    countForEpoch uint64
    maxForEpoch uint64
    minTokensRequired Effective minimum number of tokens required to submit a transaction of this type
    nodeAnnouncements object
    bannedUntil If blocked the timestamp when the party will be unblocked as RFC3339Nano
    countForEpoch uint64
    maxForEpoch uint64
    minTokensRequired Effective minimum number of tokens required to submit a transaction of this type
    pow object
    bannedUntil PoW banned until timestamp as RFC3339Nano
    blockStates object[]
    blockHash Hash of the current block
    blockHeight uint64
    difficulty uint64
    expectedDifficulty uint64
    hashFunction Hashing function used to calculate the block hash
    increasingDifficulty Whether or not this block allows for increasing proof-of-work difficulty if the tx-per-block-hash limit has been reached
    transactionsSeen uint64
    txPerBlock uint64
    numberOfPastBlocks uint64
    proposals object
    bannedUntil If blocked the timestamp when the party will be unblocked as RFC3339Nano
    countForEpoch uint64
    maxForEpoch uint64
    minTokensRequired Effective minimum number of tokens required to submit a transaction of this type
    transfers object
    bannedUntil If blocked the timestamp when the party will be unblocked as RFC3339Nano
    countForEpoch uint64
    maxForEpoch uint64
    minTokensRequired Effective minimum number of tokens required to submit a transaction of this type
    votes object
    bannedUntil If blocked the timestamp when the party will be unblocked as RFC3339Nano
    maxForEpoch uint64
    statistics object[]
    countForEpoch uint64
    minTokensRequired Effective minimum number of tokens required to vote on the proposal
    proposal string
Loading...