Top 100 Gainers & Losers

This API is most suited for the Analytics buff to understand which tokens have performed well and which tokens have not in the last 24 hours.

The response of this API is simple. It gives details of the tokens that have risen the most in the last 24 hours and those that have fallen in the last 24 hours. The details of token on Ethereum , Binance Smart Chain and Polygon Chain are available .

Top Gainers

GET https://stg-api.unmarshal.io//Reach out to Unmarshal on info@unmarshal.io to be able to fetch similar data

Path Parameters

NameTypeDescription

string

[
  {
    "Name": "GFX",
    "Contract": "0xe4fa3c576c31696322e8d7165c5965d5a1f6a1a5",
    "Decimal": 18,
    "Logo": "https://assets.unmarshal.io/tokens/0xE4fA3C576c31696322e8d7165C5965d5a1F6A1A5.png",
    "Symbol": "GFX",
    "CurrentPrice": 0.836636361159822,
    "PercentChange": 23.868835229703993,
    "TwentyFourLow": 0.836636361159822,
    "TwentyFourHigh": 0.836636361159822
  }, 
  {
    "Name": "TRDG",
    "Contract": "0x92a42db88ed0f02c71d439e55962ca7cab0168b5",
    "Decimal": 9,
    "Logo": "https://assets.unmarshal.io/tokens/0x92a42Db88Ed0F02c71D439e55962Ca7CAB0168b5.png",
    "Symbol": "TRDG",
    "CurrentPrice": 2.079677873e-11,
    "PercentChange": 13.972431698222154,
    "TwentyFourLow": 2.079677873e-11,
    "TwentyFourHigh": 2.242140553981194e-11
  },
  {
    "Name": "PACT",
    "Contract": "0x66e7ce35578a37209d01f99f3d2ff271f981f581",
    "Decimal": 18,
    "Logo": "https://assets.unmarshal.io/tokens/0x66e7CE35578A37209d01F99F3d2fF271f981F581.png",
    "Symbol": "PACT",
    "CurrentPrice": 0.0446113240656308,
    "PercentChange": 6.1367337890566995,
    "TwentyFourLow": 0.0446113240656308,
    "TwentyFourHigh": 0.0451941823705824
  },
  {
    "Name": "ELE",
    "Contract": "0xacd7b3d9c10e97d0efa418903c0c7669e702e4c0",
    "Decimal": 18,
    "Logo": "https://assets.unmarshal.io/tokens/0xAcD7B3D9c10e97d0efA418903C0c7669E702E4C0.png",
    "Symbol": "ELE",
    "CurrentPrice": 1.3959036165944891,
    "PercentChange": 4.411425760111517,
    "TwentyFourLow": 1.3959036165944891,
    "TwentyFourHigh": 1.5629870714204896
  },
  {
    "Name": "DOGE",
    "Contract": "0x4206931337dc273a630d328da6441786bfad668f",
    "Decimal": 8,
    "Logo": "https://assets.unmarshal.io/tokens/0xbA2aE424d960c26247Dd6c32edC70B295c744C43.png",
    "Symbol": "DOGE",
    "CurrentPrice": 0.2040545205787028,
    "PercentChange": 1.3990435861660921,
    "TwentyFourLow": 0.2040545205787028,
    "TwentyFourHigh": 0.23140000629855723
  },
  {
    "Name": "FLP",
    "Contract": "0x87ff96aba480f1813af5c780387d8de7cf7d8261",
    "Decimal": 18,
    "Logo": "https://assets.unmarshal.io/tokens/0x87ff96aba480f1813aF5c780387d8De7cf7D8261.png",
    "Symbol": "FLP",
    "CurrentPrice": 1.0042454784009942,
    "PercentChange": -0.008709869380976717,
    "TwentyFourLow": 1.0042454784009942,
    "TwentyFourHigh": 1.1163058552790326
  }
]

Top Losers

GET https://stg-api.unmarshal.io/Reach out to Unmarshal via email on info@unmarshal.io to know more on the API

Path Parameters

NameTypeDescription

chain

string

The chain on which the top 100 losers list is needed ethereum for Ethereum Chain bsc for Binanace SMart Chain matic for Polygon Chain

Last updated