GET
https://exchange-core.whitebird.io/ap1/v1/merchant/orders/request/{preOrderId}
Request headers
| Name | Type | Required | Description |
|---|---|---|---|
| x-api-key | String | Yes | Merchant security key |
Request parameters
| Name | Type | Required | Description |
|---|---|---|---|
| preOrderId | String | Yes | id 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' \