LogoLogo
AppAbout
  • 🙂Meet TokensFarm
  • Overview
    • 💻Our Products
    • ⚙️Features
    • 🚀Launch a Farm for Your Project
    • 🔏Using Gnosis Safe
  • For Developers
    • TokensFarmSDK
      • Getters
      • Setters
      • Parameters
      • ISDK.sol
      • Deposit
      • Withdraw
    • Integrate TokensFarm
      • Requesting Farm Data
      • Get Farm Address and Full Details
      • Monitoring a Farm's Status
      • Deposit into a farm
      • Withdraw from a farm
      • TokensFarm Contract Interface
      • How to integrate TokensFarmSDK
      • How to Embed TokensFarm
      • Getters of TokensFarm Contract
    • PerpetualTokensFarmSDK
      • Getters
      • Setters
      • Parameters
      • ISDK.sol
      • Deposit
      • Withdraw
    • PerpetualTokensFarm
      • Getters
      • Setters
      • Parameters
      • Deposit
      • Withdraw
  • About
    • 🔉Social Media
    • 🏢About DcentraLab
    • ❓FAQ
    • 📜Tokensfarm Audits
    • 📞Support
    • ⚖️Legal
Powered by GitBook
On this page
  • Getting Farm Stats
  • Getting Token's Price
  • Get the price of the reward token in a specific farm

Was this helpful?

  1. For Developers
  2. Integrate TokensFarm

Monitoring a Farm's Status

It is possible to monitor a farm's status and fetch specific details through our API calls

Getting Farm Stats

Farm stats contain all farm deposit dates and amounts

Use previous GET farms list API to fetch the farm Id

Getting Token's Price

An API call to get the price feed for the token of a specific farm

Get the price of the reward token in a specific farm

GET https://api.tokensfarm.com/farm/price

Path Parameters

Name
Type
Description

integer

The farm Id will can be found by using "Get farm list" API

{
  "price": 0.487912
}
PreviousGet Farm Address and Full DetailsNextDeposit into a farm

Last updated 3 years ago

Was this helpful?