/
/Swap Coffee API
DocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 5h ago · Updated 5h ago
Auth4
Boosts8
Cashback6
Claim5
Contests7
DEX4
DexTrades7
Entity16
LiquidityProvisioning9
Partnership10
Profile4
Referral8
Routing8
Staking9
Statistics1
Strategies14
  • getCheck whether strategies wallet exists for given account address.
  • postGet pre-built transaction for strategies wallet creation.
  • getChecks whether user is eligible for using strategies
  • getGet list of supported from-tokens for strategies
  • getGet list of supported to-tokens for strategies for given from-token
  • getGet strategy orders
  • getGet strategy order
  • postGet pre-built transaction for strategy order creation
  • deleteGet pre-built transaction for strategy order cancellation
  • deleteCancel strategy order by id. For internal usage only.
  • deleteCancel all strategy orders by proxy wallet. For internal usage only.
  • deleteCancel all strategy orders by given token pair. For internal usage only.
  • deleteCancel all strategy orders. For internal usage only.
  • postMake a payout from strategy wallet to wallet's owner. For internal usage only.
Ton2
Yield7
    Strategies

    Make a payout from strategy wallet to wallet's owner. For internal usage only.

    post/v1/strategies/wallet/payout

    Request body

    addressstring required

    Example request

    {
      "entries": [
        {
          "token": "native"
        }
      ]
    }

    Response

    ok