Introduction
Welcome to the ONTON Finance API documentation
This API reference provides detailed information about interacting with the ONTON Finance platform, which leverages the TON blockchain to offer a revolutionary DeFi trading experience.
Welcome to ONTON Finance
ONTON Finance is your gateway to decentralized finance, harnessing the unique advantages of the TON blockchain to provide an unparalleled trading experience. With ONTON, you can enjoy the lowest fees, tight spreads, and a streamlined user experience.
ONTON Finance SDK
Explore the ONTON Finance SDK on GitHub
Getting Started
To start building with the ONTON Finance SDK, follow these steps:
- Install the SDK:
- Import the SDK in your project:
- Create an instance of the OntonSDK with your private key:
Now you’re ready to interact with the ONTON Finance platform!
Authentication
Authentication is handled through the OntonSDK instance, which requires your private key during initialization. All API endpoints are authenticated using this SDK instance.
Example Usage
Here’s an example of how to use the ONTON Finance SDK to perform common actions: