unisat-wallet / dev-support

30 stars 19 forks source link

API for Get statistical data, price, market capitalization, etc. for BRC20. Not working #22

Closed martianatwork closed 4 months ago

martianatwork commented 4 months ago

Here is the API which I'm using: https://open-api.unisat.io/v3/market/brc20/auction/brc20_types_specified

Body

{
  "timeType": "day1",
  "tick": "ordi"
}

Expected response:

{
  "code": 0,
  "msg": "text",
  "data": {
    "tick": "text",
    "curPrice": 0,
    "changePrice": 0,
    "btcVolume": 0,
    "amountVolume": 0
  }
}

Actual Response:

{
  "code": 0,
  "msg": "ok",
  "data": false
}

i have sent the auth headers as well

am i missing something?

abangZ commented 4 months ago

Thank you for your feedback. We have fixed the issue. please try again.