Taker APIs
KyberSwap Limit Order Taker APIs
Last updated
KyberSwap Limit Order Taker APIs
Last updated
OK
Format: uint256
Format: uint256
OK
Generate encoded data for fillOrderTo() method
Format: uint256
If thresholdAmount != 0, the order will be filled if and only if (actualTakingAmount / actualMakingAmount) <= (thresholdAmount / requestedMakingAmount)
The wallet address who will be received maker asset
OK
This API is used by partners
/ takers
to get orders to fill.
This API returns a limited number of orders, sorted by rate desc.
Note:
rate
= ((making_amount
- filled_making_amount
) * (1 - maker_token_fee_percent
) * maker_asset_price_usd
- gas_usd
) / ((taking_amount
- filled_taking_amount
) * taker_asset_price_usd
)
OK