Skip to content

v0.2.7

Choose a tag to compare

@DenisCarriere DenisCarriere released this 16 Apr 16:33
· 16 commits to main since this release

Release notes

This patch release adds the latest SVM native token metadata endpoint and keeps the SDK aligned with the current OpenAPI spec.

New endpoint

  • Added SVM native token metadata: /v1/svm/tokens/native

SDK updates

  • Added client.svm.tokens.getNativeTokenMetadata(...)
  • Added SvmNativeTokensResponse type export
  • Added mocked-fetch coverage for the new wrapper method

Previously added endpoint groups included in the SDK

  • SVM native transfers: /v1/svm/transfers/native
  • SVM native holders: /v1/svm/holders/native
  • Polymarket endpoints:
    • /v1/polymarket/markets
    • /v1/polymarket/markets/ohlc
    • /v1/polymarket/markets/oi
    • /v1/polymarket/markets/activity
    • /v1/polymarket/markets/positions
    • /v1/polymarket/platform
    • /v1/polymarket/users
    • /v1/polymarket/users/positions

Validation

  • bun run typecheck
  • bun test src/index.spec.ts

Full Changelog: v0.2.6...v0.2.7