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 that will own and control the exchange pairfirst_token_id
— token ID of the first token in the trading pairfirst_token_balance
— initial balance to provide for the first tokensecond_token_id
— token ID of the second token in the trading pairsecond_token_balance
— initial balance to provide for the second tokenpermission_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/exchangecreate
method is used for:
- Creating new trading pairs on the TRON decentralized exchange
- Establishing initial liquidity pools for token pairs
- Launching new markets for custom tokens
- Setting up automated market maker (AMM) pools with initial pricing
Body
application/json
The address that will own and control the exchange pair
Token ID of the first token in the trading pair
Initial balance to provide for the first token
Token ID of the second token in the trading pair
Initial balance to provide for the second token
Optional permission ID for multi-signature accounts
Whether to return human-readable addresses