v0.2.7
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
SvmNativeTokensResponsetype 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 typecheckbun test src/index.spec.ts
Full Changelog: v0.2.6...v0.2.7