Flaunch Docs
  • For Builders
  • For Creators
  • Changelog
  • 10 April: Subgraph and NFT API updates
  • 27 March: Image Moderation, Social Lookups, Docs Overhaul
  • 13 March: Web2 API, New Homepage, Just Flaunch Launchpad
  • FEBRUARY 2025
    • 27 February: Flaunchy Launched on Farcaster, Update Social Links, New Coin Layout, PnL Snapshots
    • 14 February: Meme Manager, Swap Permit, Memecoin Preview, Performance fixes
Powered by GitBook
On this page
  • Subgraph updates
  • NFT API Updated to support new contract

Was this helpful?

Export as PDF

10 April: Subgraph and NFT API updates

Next27 March: Image Moderation, Social Lookups, Docs Overhaul

Last updated 1 month ago

Was this helpful?

Subgraph updates

A series of updates have been made to the subgraph endpoints.

  • positionManager address is now available on the pool . This allows integrations to target the right positionManager when executing trades on the pools based on the current token.

  • collection now includes the contract to differentiate

  • dayData was incorrectly counting ETH Volume. Previously it was summing the ETH and the token value in ETH for each trade, effectively doubling the volume when looking at aggregated day data.

  • 0x0000 and Uniswap pools are now captured as holders for the token. This allows the flaunch UI to show the amount of tokens burned and held in the LP position. If you are using this for “holder counts” you may want to holderCount = holderCount - 2

NFT API Updated to support new contract

NFT details have been updated from to to accommodate the new 721 contract launch. Redirects have been included for the original endpoints so no breaking changes when hitting the previous endpoints.

https://api.flaunch.gg/token/{tokenId}
https://api.flaunch.gg/token/{contractAddress}/{tokenId}