Skip to main content

/mex/pairs

Returns active liquidity pools available on Maiar Exchange

Parameters

  • from OPTIONAL (string) - Number of items to skip for the result set
  • sizeOPTIONAL (string) - Number of items to retrieve

Returns

  • address: (string)
  • id: (number)
  • symbol: (string)
  • name: (string)
  • price: (number)
  • baseId: (string)
  • basePrice: (number)
  • baseSymbol: (string)
  • baseName: (string)
  • quoteId: (string)
  • quotePrice: (number)
  • quoteSymbol: (string)
  • quoteName: (string)
  • totalvalue: (number)
  • volume24h: (number)
  • state: (string)
  • type: (string)

Example

Request

curl -X 'GET' \
'https://elrond-api.public.blastapi.io/mex/pairs?from=4&size=1' \
-H 'accept: application/json'

Result

[
{
"address": "erd1qqqqqqqqqqqqqpgqzjctu8xrgn8jmfp503tajjvzz2zq60v92jpsslkh5a",
"id": "AEROWEGLD-81cc37",
"symbol": "AEROWEGLD",
"name": "AEROWEGLDLP",
"price": 376.37772232109717,
"baseId": "AERO-458bbf",
"basePrice": 0.08164421522245997,
"baseSymbol": "AERO",
"baseName": "Aerovek",
"quoteId": "WEGLD-bd4d79",
"quotePrice": 53.240832479262814,
"quoteSymbol": "WEGLD",
"quoteName": "WrappedEGLD",
"totalValue": 282003.5980086822,
"volume24h": 79434.58168788922,
"state": "active",
"type": "community"
}
]