The listoffers RPC command list all offers, or with offer_id, only the offer with that offer_id (if it exists). If active_only is set and is true, only offers with active true are returned.
offer_id
active_only
active
{ "id": 82, "method": "listoffers", "params": { "active_only": false }}
Generated using TypeDoc
The listoffers RPC command list all offers, or with
offer_id
, only the offer with that offer_id (if it exists). Ifactive_only
is set and is true, only offers withactive
true are returned.EXAMPLE JSON REQUEST