Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ListoffersRequest

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.

EXAMPLE JSON REQUEST

{
"id": 82,
"method": "listoffers",
"params": {
"active_only": false
}
}

Hierarchy

  • ListoffersRequest

Index

Properties

active_only?: string
offer_id?: string

Generated using TypeDoc