You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In response body GET /v1/auction/getCurrent, "domain" value without ".ton"
Steps:
Send a GET /v1/auction/getCurrent
Actual result
Domain value without ".ton" at the end { "data": [ { "bids": 1660050553, "date": 1660050553, "domain": **"wallet"**, "owner": "owner", "price": 1660050553 } ] }
Expected result
Domain name has a ".ton" at the end { "data": [ { "bids": 1660050553, "date": 1660050553, "domain": **"wallet.ton"**, "owner": "owner", "price": 1660050553 } ] }
Bug Type
Functional
Reproduction steps
In response body GET /v1/auction/getCurrent, "domain" value without ".ton"
Steps:
Actual result
Domain value without ".ton" at the end
{ "data": [ { "bids": 1660050553, "date": 1660050553, "domain": **"wallet"**, "owner": "owner", "price": 1660050553 } ] }
Expected result
Domain name has a ".ton" at the end
{ "data": [ { "bids": 1660050553, "date": 1660050553, "domain": **"wallet.ton"**, "owner": "owner", "price": 1660050553 } ] }
Suggested Severity
High
Device
Curl:
curl -X 'GET'
'https://tonapi.io/v1/auction/getCurrent'
-H 'accept: application/json'
Request URL:
https://tonapi.io/v1/auction/getCurrent
Additional Context
No response
The text was updated successfully, but these errors were encountered: