Closed martianatwork closed 6 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?
Thank you for your feedback. We have fixed the issue. please try again.
Here is the API which I'm using: https://open-api.unisat.io/v3/market/brc20/auction/brc20_types_specified
Body
Expected response:
Actual Response:
i have sent the auth headers as well
am i missing something?