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

circle-info

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
}

Last updated