glassnode-api - v0.29.3
    Preparing search index...

    Type Alias BulkResponse

    BulkResponse: { bulk: { a: string; network?: string; v: number }[]; t: number }[]

    Bulk response type

    Type Declaration

    • bulk: { a: string; network?: string; v: number }[]
    • t: number

      Timestamp of this entry, in unix seconds (number, not a Date) — convert with new Date(t * 1000)