@medialane/sdk 0.94.0 → 0.95.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.cjs CHANGED
@@ -785,6 +785,9 @@ var ApiClient = class {
785
785
  getCoin(contract) {
786
786
  return this.get(`/v1/coins/${this.addr(contract)}`);
787
787
  }
788
+ getCoinPrices() {
789
+ return this.get("/v1/coins/prices");
790
+ }
788
791
  updateCoinProfile(contract, data, siwsToken) {
789
792
  return this.request(`/v1/coins/${this.addr(contract)}`, {
790
793
  method: "PATCH",