Trading Post
  • General Information
    • Trading Post Intro
    • Why Trading Post?
  • PRODUCTS
    • Exchange
      • Token Swaps
      • Fees and Routes
      • Liquidity Pools
      • StableSwap
      • Limit Orders and TWAP
      • Smart Router
    • Yield Farming
    • veTP
      • What is veTP?
      • How to get veTP?
      • Gauges Voting
  • FAQ
    • General FAQ
  • Developer
    • Smart Contracts
    • Trading Post V3
      • Addresses
      • Technical Overview
        • TradingPostV3Factory
        • TradingPostV3Pool
        • NonfungiblePositionManager
        • SmartRouter
    • Trading Post V2
      • FactoryV2
      • RouterV2
    • API
  • Integration
    • Token Whitelist & Integration Guide for Partners
    • Integrating Trading Post Router / Swaps
  • LEGAL
    • Terms of Use
    • Privacy Policy
Powered by GitBook
On this page
  • Token Whitelist
  • Token Hyperlink
  • Swap
  • Adding Liquidity
Export as PDF
  1. Integration

Token Whitelist & Integration Guide for Partners

Token Whitelist

If you want to get your token whitelisted on the Trading Post front-end, please go through this link and follow the instructions there:

Token Hyperlink

To create a hyperlink for your token or desired liquidity pair on Trading post, please follow this URL format:

Swap

URL format: app.tradingpost.finance/?token1={addres1}&token2={address2}

Parameters:

  • address1 and 2 are replaced with their respective token address

Adding Liquidity

URL format: app.tradingpost.finance/add?token1={address1}&token2={address2}&poolVersion={version}&fee={fee}&minTick={}&maxTick={}

Parameters

  • address1 and 2 are replaced with their respective token addresses

  • version: V2 or V3

  • fee:

    • v2 fee: 0.003 or 0.01

    • v3 fee: 0.0005, 0.003, or 0.01

  • minPrice/maxPrice: only for V3 (optional)

PreviousAPINextIntegrating Trading Post Router / Swaps

Last updated 9 months ago