ExchangeCreate
Creates a trading pair.
Return: Transaction object
Warning!
Successful execution, signing, and broadcast of this API call will deduct 1024 TRX from the user's account.
Body params:
owner_address
first_token_id
- The first token's id, default hexStringfirst_token_balance
- The first token's balancesecond_token_id
- The second token's id, default hexStringsecond_token_balance
- The second token's balancepermission_id
- Optional,for multi-signature usevisible
- Optional,whether the address is in base58 format
Request
Response
Last updated