v1
latestOpenAPI 3.0.02026-08-0451764.0 KBDeposit
Deposit assets into liquidity pool
This endpoint allows users to deposit assets into a liquidity pool by submitting the required details, such as the pool contract address and the amount of assets to be deposited. This process is crucial for users who want to increase the liquidity of the pool and potentially earn rewards or fees. Use this endpoint to securely and efficiently add assets to the pool, contributing to the stability and performance of the ecosystem.
post/rfq/v2/deposit
Request body
Example request
{
"sender": "0x960376b3F62f41E7e66809a05D1C5afdFD60A0E9",
"pool_address": "0x989E8F547FbCa65f4FB0af41e50e4058e6c68166",
"days_to_lock": 5,
"lock_time": 5,
"deposit": {
"0x2260FAC5E5542a773Aa44fBCfeDf7C193bc2C599": "400000000",
"0x6B175474E89094C44Da98b954EedeAC495271d0F": "2000000000000000000",
"0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2": "1000000000000000000",
"0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48": "2000000"
},
"chain_id": 1,
"output_pool_tokens": 10000,
"single_asset": true,
"single_token": "0x2260FAC5E5542a773Aa44fBCfeDf7C193bc2C599"
}Response
Deposit processed successfully