PHP WebShell

Текущая директория: /usr/lib/node_modules/bitgo-express/node_modules/ripple-lib/dist/npm/common/schemas/input

Просмотр файла: get-orders.json

{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "title": "getOrdersParameters",
  "description": "Parameters for getOrders",
  "type": "object",
  "properties": {
    "address": {
      "$ref": "address",
      "description": "The Ripple address of the account to get open orders for."
    },
    "options": {
      "description": "Options that determine what orders will be returned.",
      "properties": {
        "limit": {
          "type": "integer",
          "minimum": 1,
          "description": "At most this many orders will be returned."
        },
        "ledgerVersion": {
          "$ref": "ledgerVersion",
          "description": "Return orders as of this historical ledger version."
        }
      },
      "additionalProperties": false
    }
  },
  "required": ["address"],
  "additionalProperties": false
}

Выполнить команду


Для локальной разработки. Не используйте в интернете!