GetShopPendingOrder

Description

Get existing shop pending order

Parameters

orderId - Guid

Response

{

"Message": "Success",

"Data": {

"OrderId": "c3d50651-0f49-4d6c-8775-19531d62c5a2",

"BaseCurrency": "btc",

"QuoteCurrency": "gel",

"Amount": 0.01000000,

"Quote": 156012.54866400,

"Total": 1560.1254866400000000,

"ValidUntil": "2/17/2021 1:27:20 PM +00:00",

"Type": null,

"ValidUntilUnixSeconds": 1613568440

},

"ErrorCode": 0

}

Example

/api/v2/get-order/?orderId=c3d50651-0f49-4d6c-8775-19531d62c5a2