Get preorder

GET https://exchange-core.whitebird.io/ap1/v1/merchant/orders/request/{preOrderId}

Request headers

NameTypeRequiredDescription
x-api-keyStringYesMerchant security key

Request parameters

NameTypeRequiredDescription
preOrderIdStringYesid of existed preorder

Response

{
  "id": "string",
  "asset": 100,
  "assetPosition": "INPUT",
  "currencyPair": {
    "fromCurrency": "USD",
    "toCurrency": "BTC"
  },
  "externalOrderId": "string",
  "orderType": "DEPOSIT",
  "exchangeType": "SELL",
  "limit": 100,
  "bonus": 0.1,
  "cryptoAddress": "string",
  "paymentToken": "UUID",
  "providerType": "ASSIST"
}

Example request

curl -X GET 'https://exchange-core.whitebird.io/api/v1/merchant/orders/request/{preOrderId}' \
  -H 'Content-Type: application/json' \