Get you own node endpoint todayStart for free and get your app to production levels immediately. No credit card required.You can sign up with your GitHub, X, Google, or Microsoft account.
Parameters
owner_address
— the address providing liquidity to the exchange pairexchange_id
— unique identifier of the exchange pair to add liquidity totoken_id
— token ID being added to the liquidity poolquant
— amount of tokens to add to the liquidity poolpermission_id
— optional permission ID for multi-signature accounts
Response
Returns a transaction object containing:txID
— unique transaction identifierraw_data
— raw transaction data including contract detailsraw_data_hex
— hexadecimal representation of raw transaction data
Use case
Thewallet/exchangeinject
method is used for:
- Adding liquidity to existing trading pairs to earn trading fees
- Increasing the depth and stability of token markets
- Participating in liquidity mining and yield farming programs
- Providing capital to support decentralized exchange operations
Body
application/json
The address providing liquidity to the exchange pair
Unique identifier of the exchange pair to add liquidity to
Token ID being added to the liquidity pool
Amount of tokens to add to the liquidity pool
Optional permission ID for multi-signature accounts
Whether to return human-readable addresses