@0xarchive/sdk 0.6.1 → 0.6.2
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.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -533,7 +533,7 @@ var TradesResource = class {
|
|
|
533
533
|
*/
|
|
534
534
|
async recent(coin, limit) {
|
|
535
535
|
const response = await this.http.get(
|
|
536
|
-
|
|
536
|
+
`${this.basePath}/trades/${coin.toUpperCase()}/recent`,
|
|
537
537
|
{ limit },
|
|
538
538
|
this.http.validationEnabled ? TradeArrayResponseSchema : void 0
|
|
539
539
|
);
|