Add an endpoint that returns expiration by auction name
Opened this issue · 2 comments
davidyuk commented
Also, this data can be added to the output of getNameAuctionsBidsbyName
endpoint
davidyuk commented
Looks ok, except that precision can be loosed on parsing because name_fee
encoded as Number, but winning_bid
is String. They are not equal after parsing.
Also, can you add this endpoint to swagger file?