@noves/noves-sdk
Version:
Noves Developer Kit
39 lines (27 loc) • 1.3 kB
Markdown
# Noves SDK API Documentation
This section provides detailed information about the SDK's API modules.
## Modules
### [Translate API](./translate/README.md)
The Translate API provides functionality to interact with multiple blockchain ecosystems and classify transactions.
- [EVM Documentation](./translate/evm.md)
- [Cosmos Documentation](./translate/cosmos.md)
- [SVM Documentation](./translate/svm.md)
- [UTXO Documentation](./translate/utxo.md)
- [TVM Documentation](./translate/tvm.md)
- [Polkadot Documentation](./translate/polkadot.md)
### [Pricing API](./pricing/README.md)
The Pricing API provides real-time and historical price data for tokens and pools across multiple blockchains.
- Token price queries
- Pool price queries
- Historical price data
- Price feeds
### [Foresight API](./foresight/README.md)
The Foresight API helps you simulate transactions and estimate gas costs before executing them.
- Transaction simulation
- Gas estimation
- State overrides
- User operation simulation
## TypeScript Support
The SDK is written in TypeScript and provides full type definitions for all modules and methods. This enables better IDE support, type checking, and documentation.
## Examples
See the [examples directory](../examples/) for complete working examples for each module.