/
/Swap Coffee API
DocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 9h ago · Updated 9h ago
Auth4
Boosts8
Cashback6
Claim5
Contests7
DEX4
DexTrades7
Entity16
  • getGet supported blockchains. Currently only TON is supported.
  • getReturns list of supported decentralized exchanges supported by the service in the given blockchain
  • getReturns information about the given decentralized exchange for the given blockchain
  • getReturns list of liquid staking pools
  • getReturns staking pool for given address
  • getReturns list of pools which correspond to the given params
  • deleteClear pools metadata cache. For internal usage only
  • getReturns trading metrics for pools
  • getReturns information about the given liquidity pool for the given blockchain
  • postUpdates pool's data. For internal usage only
  • getReturns list of pools associated with given token
  • getReturns list of tokens supported by the service
  • getReturns list of tokens supported by the service
  • getReturns information about the given token for the given blockchain
  • getReturns information about the given token by its symbol for the given blockchain
  • postReturns prices for given tokens
LiquidityProvisioning9
Partnership10
Profile4
Referral8
Routing8
Staking9
Statistics1
Strategies14
Ton2
Yield7
    Entity

    Returns information about the given decentralized exchange for the given blockchain

    get/v1/dex/{blockchain}/{name}

    Path parameters

    blockchainstring required
    Example:ton
    namestring required
    Example:stonfi

    Response

    pool

    blockchainstring required
    namestring required

    Example response

    {
      "blockchain": "ton",
      "name": "stonfi"
    }