ExchangeInject
Injects capital into the transaction. The purpose of injecting capital into the trading pair is to prevent price fluctuation from affecting the transaction.
Return: Transaction object
Body params:
owner_address
- Transaction to the creator's address in hexString formatexchange_id
- Transaction Pair IDtoken_id
- Token ID; usually is the token name, which needs to be in hexString format.quant
- Number of capital injection tokens.permission_id
- Optional,for multi-signature usevisible
- Optional,whether the address is in base58 format
Request
Response
Last updated