Fiat deposit API

API for fiat deposit

Get fiat info

post

Permission annotations:

Header parameters
KeystringRequired
SignstringRequired
Body

Object with request data

accountstringRequired

Merchant account ID. Request will be sent for this account

timestampinteger · int64Required

Current unix UTC timestamp in milliseconds. Must not be less than 3 minutes in the past and not greater than 3 minutes in the future

Responses
chevron-right
200

OK

*/*

Order response

externalAddressstringOptional

External address

idstring · uuidRequired

Id

cryptoAmountnumberOptional

Amount in crypto

fiatAmountnumberOptional

Amount in fiat

fiatCurrencystringRequired

Fiat Currency

currencystringRequired

Тикер валюты

statestring · enumRequired

State

Possible values:
hashstringOptional

Hash

post
/api/v1/fiat/deposit/order

Get method

post

Permission annotations:

Header parameters
KeystringRequired
SignstringRequired
Body

Object with request data

accountstringRequired

Merchant account ID. Request will be sent for this account

timestampinteger · int64Required

Current unix UTC timestamp in milliseconds. Must not be less than 3 minutes in the past and not greater than 3 minutes in the future

Responses
chevron-right
200

OK

*/*

Payment method response

fixedRateIdstring · uuidRequired

Rate id

rateExpiredDatestring · date-timeRequired

Rate expired date

post
/api/v1/fiat/deposit/method

Generate key

post

Permission annotations:

Header parameters
KeystringRequired
SignstringRequired
Body

Object with request data

accountstringRequired

Merchant account ID. Request will be sent for this account

timestampinteger · int64Required

Current unix UTC timestamp in milliseconds. Must not be less than 3 minutes in the past and not greater than 3 minutes in the future

Responses
chevron-right
200

OK

*/*

Access key response

keystring · uuidRequired

Access key

expiredAtstring · date-timeRequired

Access key expired date

post
/api/v1/fiat/deposit/key/generate

Get available fiat currencies

post

Permission annotations:

Header parameters
KeystringRequired
SignstringRequired
Body

Object with request data

accountstringRequired

Merchant account ID. Request will be sent for this account

timestampinteger · int64Required

Current unix UTC timestamp in milliseconds. Must not be less than 3 minutes in the past and not greater than 3 minutes in the future

Responses
chevron-right
200

OK

*/*

FiatCurrency list response

fiatCurrenciesstring[]Required

List of available fiat currencies

post
/api/v1/fiat/deposit/fiatCurrencies

Create order

post

Permission annotations:

Header parameters
KeystringRequired
SignstringRequired
Body

Object with request data

accountstringRequired

Merchant account ID. Request will be sent for this account

timestampinteger · int64Required

Current unix UTC timestamp in milliseconds. Must not be less than 3 minutes in the past and not greater than 3 minutes in the future

Responses
chevron-right
200

OK

*/*

Order response

externalAddressstringOptional

External address

idstring · uuidRequired

Id

cryptoAmountnumberOptional

Amount in crypto

fiatAmountnumberOptional

Amount in fiat

fiatCurrencystringRequired

Fiat Currency

currencystringRequired

Тикер валюты

statestring · enumRequired

State

Possible values:
hashstringOptional

Hash

post
/api/v1/fiat/deposit/create/order

Confirm order

post

Permission annotations:

Header parameters
KeystringRequired
SignstringRequired
Body

Object with request data

accountstringRequired

Merchant account ID. Request will be sent for this account

timestampinteger · int64Required

Current unix UTC timestamp in milliseconds. Must not be less than 3 minutes in the past and not greater than 3 minutes in the future

Responses
chevron-right
200

OK

*/*

Redirect URL response

redirectUrlstringRequired

Redirect URL

post
/api/v1/fiat/deposit/confirm/order

Last updated