it would be useful if developers can do the following by API:
1) get swappers of a coin, including the condition, quantity and especially comments to the coin
2) get date(year) information of a coin by coinId. including versionIds, comments and prices
Hello,
Just to understand your point #2: You can already get the list of issues (years/variants/etc.) from a coin using GET /coins/{coin_id}/issues, an it already returns the ID for that issue, the comment and some more information. My understanding is that only the price is missing from what you requested, is that correct?
Cita: "Xavier"Hello,
Just to understand your point #2: You can already get the list of issues (years/variants/etc.) from a coin using GET /coins/{coin_id}/issues, an it already returns the ID for that issue, the comment and some more information. My understanding is that only the price is missing from what you requested, is that correct?
correct. My application of API is not approved yet, I can only read from the document, I didn't see years info in the demo.