/
/SaucerSwap REST API
DocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
  • Sources
Checked 4w ago · Updated 4w agoView markdown
Farms2
Pools14
SaucerSwap V26
Stats4
Tokens17
  • getGet detailed token data by id
  • getGet associated pools containing the token by id
  • getGet daily price, volume and liquidity for token by id
  • getGet monthly price, volume and liquidity for token by id
  • getGet historical candlestick data for token by id
  • getGet the latest candlestick data for token by id
  • getGet weekly price, volume and liquidity for token by id
  • getGet yearly price, volume and liquidity for token by id
  • getGet compact token data
  • getGet daily price, volume and liquidity for all tokens
  • getGet hourly, daily and weekly price change for default listed tokens
  • getGet detailed token data
  • getGet default listed token data
  • getGet monthly price, volume and liquidity for all tokens
  • getGet a mapping of tokenId to 24-hours price change percentage
  • getGet weekly price, volume and liquidity for all tokens
  • getGet yearly price, volume and liquidity for all tokens
    Tokens

    Get a mapping of tokenId to 24-hours price change percentage

    get/tokens/price-change

    Headers

    x-api-keystring required

    API key for authentication. The demo api key provided is globally rate limited. Do not use in production.

    Response

    Successful operation

    TokenPriceChange required

    Example response

    {
      "0.0.731861": -2.5351798847046836,
      "0.0.786931": 4.047875243039449,
      "0.0.629591": -12.223518441429796
    }