Skip to content

wrong listing response structure #1682

Open
@miklisanton

Description

@miklisanton

Component

API

Have you ensured that all of these are up to date?

  • opensea-js
  • Node (minimum v16)

What version of opensea-js are you on?

7.1.19

What function is the bug in?

getAllListings

Operating System

Linux

Describe the bug

getAllListings function for some collections returns listings with price
price: { current: { currency: 'ETH', decimals: 18, value: '1600000000000000000' } },
should return
price: { currency: 'ETH', decimals: 18, value: '1600000000000000000' },

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions