TONX API Quickstart Guide
Steps to get started with TONX API
This guide assumes you already have a TONX API account and access to our Dashboard.
1. Create your app
Name your app
2. Create your API key
(1) Name your API key
(2) Select Network (TON Mainnet / TON Testnet)
Note: To use TONX API's services, you need an API key to authenticate your requests.
You need to create API key from the dashboard.
3. Get your API key
Note: Once you get the API key, keep it secure.
Do not share it publicly or expose it in client-side code.
4. Start sending your first request!
- Explore the API documentation provided by TONX API. This documentation will contain information about available endpoints, request methods, required parameters, and response formats.
- Using your preferred programming language or API testing tool (e.g., cURL, Postman), construct a basic HTTP request to one of the available endpoints.
- Include your API key in the authentication request.
- Refer to the API documentation for the correct endpoint, request method, and any required parameters.
Note: All requests to TONX API must have a valid API key appended to the request URL or they will fail.
★★★★★
In the future, there will be a feature that enables developers to use this secret key to access data on the dashboard. They will be able to view information such as health status, request volumes, and other metrics.
Updated 2 months ago