Skip to main content

order-fill

Fill a specified order with an amount of the order's "asked" currency, receiving the corresponding amount of the "given" currency.

The fill can be partial, you do not need to fill the entire order at once.

Usage

order-fill <ORDER_ID> <AMOUNT> [OUTPUT_ADDRESS]

Arguments

  • <ORDER_ID>: The id of the order to fill.

  • <AMOUNT>: The amount of the "asked" currency to fill the order with.

  • [OUTPUT_ADDRESS]: (Optional) The address to receive the corresponding amount of the "given" currency. If not specified, a new receive address is generated automatically.

Examples

# Fill an order, receiving funds to a new address
order-fill <order_id> 10

# Fill an order, receiving funds to a specific address
order-fill <order_id> 10 <my_address>