@xoxno/sdk-js 1.0.102 → 1.0.104

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/README.md CHANGED
@@ -734,6 +734,9 @@ sdk.pool.poolId("...").uploadPicture.PUT(...); // StakingPoolDoc
734
734
  // GET /search
735
735
  sdk.search(...); // GlobalSearchResourcesPaginated
736
736
 
737
+ // GET /stellar/tokens
738
+ sdk.stellar.tokens(...); // TokenDataDocHydrated[]
739
+
737
740
  // GET /stellar/aggregator/quote
738
741
  sdk.stellar.aggregator.quote(...); // SoroswapQuoteResponseDto
739
742