Skip to main content

/mex/tokens

Returns a list of tokens listed on Maiar Exchange

Parameters

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

Returns

  • id: (number)
  • symbol: (string)
  • name: (string)
  • price: (number)

Example

Request

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

Result

[
{
"id": "ISET-84e55e",
"symbol": "ISET",
"name": "IsengardToken",
"price": 0.007338726780431833
}
]