API Reference

To begin integrating Tegro's decentralized exchange features into your own trading strategies or bots, please note the following.

API Requests
GET Requests:

  • Open to all, no authentication required.

POST Requests:

  • Require message signing with a private key using a Web 3 library.
  • Detailed instructions for signing are available in each POST endpoint's documentation.

Quick Start
Explore GET Endpoints:

  • No authentication needed.
  • Ideal for fetching market data and order books.

Prepare for POST Requests:

  • Sign messages using a Web 3 library (e.g., web3.js, ethers.js).
  • Follow the specific endpoint documentation for signing instructions.

For detailed endpoint information, refer to the specific API documentation pages. If you need help, our support team is available to assist you.