Skip to content

Rune evet api by height has duplicate data #1

@yellzhi

Description

@yellzhi

Using the rune evet api by height returns duplicate data
Eg:

Start =0 
Limit = 500
resInfos = [] runInfo
 for {
     runeInfoRes = https://open-api.unisat.io/v1/indexer/runes/event?height=840004&start=Start&limit=Limit
     resInfos = resInfos.append(runeInfoRes)
     if runeInfoRes.lenght < Limit{
         break
     }
    Start += Limit
}

After the for loop is completed,

the runeInfo total data is true,
but the data has duplicate data ,This results in inaccurate total calculations and even negative numbers.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions