Fixed amount deposits
Add fixed amount deposits to provide predictable crypto transactions
Create fixed amount deposit
Receive information about any specific deposit
POST /partner/v1/platforms/fixed-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
fiatAmount
+
String
Fiat amount of the order from Merchant side
10.00
fiatCurrency
+
String
Fiat currency of the order from Merchant side
USD
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
fiatAmount
String
+
Fiat amount of the order from Merchant side
fiatCurrency
String
+
Fiat currency of the order from Merchant side
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
Fixed Amount deposit info
GET partner/v2/platforms/fixed-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
amount
string
+
Received amount in crypto
currency
string
+
Currency in crypto
fiatAmount
String
+
Received fiat amount of the order
fiatCurrency
String
+
Fiat currency of the order
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
Last updated
