No fixed amount deposits

Provide flexibility for users by offering deposits without fixed amount

Create No fixed amount deposit

Receive information about any specific deposit

POST /partner/v1/platforms/orders

Headers

Parameter

Format

Mandatory

X-Api-Key

String

+

X-Signature

String

+

X-Timestamp

integer

+

Request parameters

Parameter

Mandatory

Type

Description

Example

externalId

+

String

Merchant transaction ID

1b2431b-432b-4a56-8bd4-b598639ff7d5

blockchain

+

String

Network

Available values:

  • Tron

  • Ethereum

Ethereum

currency

+

String

Coin currency

USDT

customerId

+

String

Client ID from Merchant side

54545454545454545

callbackUrl

+

String

Merchant URL for receiving callbacks

clientEmail

-

String

Client e-mail from merchant side

Request Example

Response Parameters

Parameter

Format

Mandatory

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 address

addressQr

string

+

QR-code

expiredAt

string

+

Expiration date for order

rate

int

+

Rate currency to

targetCurrency

status

string

+

Order status

minAmount

int

+

Minimum amount for order

Response Example - Success

Response Example - Fail

No fixed amount deposit info

GET /partner/v2/platforms/orders/{transaction id}

Headers

Parameter

Type

Mandatory

X-Api-Key

string

+

X-Signature

string

+

X-Timestamp

integer

+

uuid (path)

string

+

Request Example:

Response example:

Response parameters

Parameter

Format

Mandatory

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

+

Received amount of the order

Last updated