Tronsave
🇬🇧 English
🇬🇧 English
  • 📗INTRODUCTION
    • What is Tronsave ?
    • Why Tronsave?
  • Buyer
    • How to buy Energy ?
      • Buy on the Website
      • Buy on Telegram
        • 1. Create a Tronsave telegram account
        • 2. How To Deposit TRX
        • 3. Get the Tronsave API Key
        • 4. How to buy on Telegram
    • Extend
      • Quick extend
      • Advance
  • 🏬Seller
    • Get Energy by Staking 2.0
    • Permission
    • Sell Energy
      • Manual Sell
      • Auto Sell
      • Sell Suggestion
  • Partner
  • DEVELOPER
    • Get API key
      • On the Website
      • On Telegram
    • Buy Resources (v2)
      • Use Signed Transaction
        • Estimate TRX
        • Get Signed Transaction
        • Create order
      • Use API Key
        • Get Internal Account Info
        • Get Order Book
        • Estimate TRX
        • Create order
        • Get one order details
        • Get Internal Account Order History
    • Extend Orders (v2)
      • Step 1: Get Extendable Delegates
      • Step 2: Extend Request
    • SDK Libraries
    • Rest API v0
      • Buy on Rest API
        • Use Signed Transaction
          • Estimate TRX
          • Get Signed Transaction
          • Create order
          • Demo
        • Use API Key
          • Get Internal Account Info
          • Get Order Book
          • Estimate of TRX
          • Create order
          • Get one order details
          • Get Internal Account Order History
      • Extend with Rest API
  • 🤝Referrer
    • Referrals
  • 💡FAQ
    • Questions for Energy market
    • Calculate APY in TronSave
    • How to connect wallet in Tronsave?
    • Team of Service
  • 👨‍💻Full Code Example
    • Code Example (v2)
      • Buy Resource by API using private key
      • Buy Resources by API using api key
      • Extend order by API using api key
      • Extend order by API using private key
    • Code Example (v0)
      • Buy energy by API using private key
      • Buy energy by API using api key
      • Extend order by API using api key
Powered by GitBook
On this page
  • You can use the API key for
  • API List for Testing - TRON Nile Testnet
  1. DEVELOPER
  2. Buy Resources (v2)

Use API Key

PreviousCreate orderNextGet Internal Account Info

Last updated 23 days ago

There are two ways to create an API key:

You can use the API key for

API List for Testing - TRON Nile Testnet

  • Estimate TRX: POST https://api-dev.tronsave.io/v2/estimate-buy-resource

  • Create order: POST https://api-dev.tronsave.io/v2/buy-resource

  • Get Internal Account Info: GET https://api-dev.tronsave.io/v2/user-info

  • Get Internal Account Order History: GET https://api-dev.tronsave.io/v2/orders

  • Get the order details: GET https://api-dev.tronsave.io/v2/orders/:id

  • Get Order Book: GET https://api-dev.tronsave.io/v2/order-book

Option 1: Generate the API key on the Tronsave website.
Option 2: Generate the API key on Telegram.
Get Internal Account Info
Get Order Book
Estimate TRX
Buy Energy
Get the order details
Get Internal Account Order History