/mex/farms
Returns a list of farms listed on Maiar Exchange
Parameters
- fromOPTIONAL- (string)- Number of items to skip for the result set
- sizeOPTIONAL- (string)- Number of items to retrieve
Returns
- type:- (string)
- address:- (string)
- id:- (number)
- symbol:- (string)
- name:- (string)
- price:- (number)
- farmingId:- (string)
- farmingSymbol:- (string)
- farmingName:- (string)
- farmingPrice:- (number)
- farmedId:- (string)
- farmedSymbol:- (string)
- quoteName:- (string)
- farmedPrice:- (number)
Example
Request
curl -X 'GET' \
  'https://elrond-api.public.blastapi.io/mex/farms?from=4&size=1' \
  -H 'accept: application/json'
Result
[
  {
    "type": "standard",
    "address": "erd1qqqqqqqqqqqqqpgqutddd7dva0x4xmehyljp7wh7ecynag0u2jpskxx6xt",
    "id": "EGLDUSDCF-e3e01e",
    "symbol": "EGLDUSDCF",
    "name": "EGLDUSDCLPStaked",
    "price": 856522400346.5177,
    "farmingId": "EGLDUSDC-594e5e",
    "farmingSymbol": "EGLDUSDC",
    "farmingName": "EGLDUSDCLP",
    "farmingPrice": 4.2826120017325885e+23,
    "farmedId": "MEX-455c57",
    "farmedSymbol": "MEX",
    "farmedName": "MEX",
    "farmedPrice": 0.00005555631391522803
  }
]