Staking
Build transaction to create new staking position
Entity
- 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 information about the given liquidity pool for the given blockchain
- GETReturns list of pools associated with given token
- 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
Routing
- POSTReturns the best route for the given trade pair
- POSTReturns pre-built transactions for the given route. It is assumed that transactions will be signed and sent by the sender via wallet
- POSTReturns pre-built transaction for the given unstake request. It is assumed that transaction will be signed and sent by the sender via wallet
- POSTReturns pre-built transaction for the given stake request. It is assumed that transaction will be signed and sent by the sender via wallet
- GETGet route transactions execution result
- GETGet route transactions execution result
Profile
Auth
Referral
Claim
Cashback
Contests
Strategies
Staking
- GETGet all stakings
- GETGet staking transaction execution result
- GETGet aggregated information about staking
- GETGet aggregated information about staking for specific user
- GETGet user's staking points
- GETGet user's balances of staked tokens
- POSTBuild transaction to create new staking position
- POSTBuild transaction to extend existing position
- DELBuild transaction to close position and withdraw all money
DEX
- GETGet address of the vault of the given asset
- POSTBuild transaction to create vault for the given asset
- POSTBuild transactions to create pool of the given asset pair
- DELBuild transaction to withdraw liquidity from the pool of the given asset pair
- PATCHBuild transactions to provide liquidity to the pool of the given asset pair
Staking
Build transaction to create new staking position
POST
/
v2
/
staking
/
{master_address}
/
positions
/
{address}
Authorizations
Headers
TON proof for the given address
Body
application/json
Token to be staked.
Lock identifier.
Response
200 - application/json
Base64-encoded cell. Treated as a payload field in TonConnect transaction.
Amount of nanotons to be sent. Can be passed to TonConnect transaction.
Base64-encoded cell. Treated as a stateInit field in TonConnect transaction.