List of orders

Receive all orders for a date-time period

Request Type: GET

/partner/v2/platforms/unified-orders

Request parameters

Parameter

Mandatory

Type

Description

Example

startDate

+

String

Start date

2024-03-15

endDate

+

String

End date

2024-03-15

itemsPerPage

-

Number

Items per page

1000

Response Parameters

List of all orders with parameters:

Parameter

Mandatory

Type

Description

Parameter

Mandatory

Type

Description

uuid

string

+

Cryptogator Transaction ID

blockchain

string

+

Network

currency

string

+

Coin currency

targetCurrency

string

+

Target coin currency (same as currency)

customerId

string

+

Client ID

address

string

+

Wallet addres

addressQr

string

+

Qr code

expiredAt

string

+

Date of expiration of the order

rate

int

+

Rate currency to

targetCurrency

status

string

+

Status

minAmount

int

+

Minimum order amount

receivedAmount

int

+

For any Orders: Received amount of the order

expectedAmount

int

-

For Fixed Amount Orders: expected amount (converted from fiat amount to crypto amount)

Last updated