Public API

Automate Exchanges Restfully

The TRC10Swap RESTful API allows wallets, exchanges, and automated trading terminals to access our real-time TRON liquidity pathways and originate swaps programmatically without utilizing the web application UI.

Authentication

Interaction requires a cryptographic API key set. You can request these keys via our Developer Portal by binding your static IP address.

Core Methods

  • GET /api/v1/rates: Retrieve real-time aggregate quotes across SunSwap/JustSwap.
  • POST /api/v1/order: Create a fresh order binding an input TRC10 to an output wallet.
  • GET /api/v1/order/{id}: Stream the status of your broadcasted order transaction.