DEPOSITS Endpoints
Authorizations
X-API-KEYstringRequired
Path parameters
referenceIdstringRequired
Responses
200
Success
application/json
401
Unauthorized
application/json
404
Not found
application/json
500
Internal server error
application/json
504
Gateway timeout
application/json
get
/referenceId/{referenceId}Authorizations
X-API-KEYstringRequired
Body
currencystring · enumRequiredPossible values:
The name of currency to be deposited
referenceIdstringOptional
The external identifier of the transaction
Responses
200
Success
application/json
401
Unauthorized
application/json
500
Internal server error
application/json
504
Gateway timeout
application/json
post
/addressesAuthorizations
X-API-KEYstringRequired
Body
currencystring · enumRequiredPossible values:
The name of currency to be deposited
exchangeTostring · enumRequiredPossible values:
The exchange currency name
referenceIdstringOptional
The external identifier of the transaction
Responses
200
Success
application/json
401
Unauthorized
application/json
500
Internal server error
application/json
504
Gateway timeout
application/json
post
/incomingsAuthorizations
X-API-KEYstringRequired
Body
currencystring · enumRequiredPossible values:
The name of currency to be deposited
amountnumberRequired
The amount of funds to be deposited
bankIdintegerRequired
The identifier of the bank
ibanstringRequiredExample:
The destination IBAN (International Bank Account Number)
LT601010012345678901Responses
200
Success
application/json
401
Unauthorized
application/json
500
Internal server error
application/json
504
Gateway timeout
application/json
post
/deposits/fiat/draAuthorizations
X-API-KEYstringRequired
Path parameters
draIdintegerRequired
Responses
200
Success
application/json
401
Unauthorized
application/json
404
Not found
application/json
500
Internal server error
application/json
504
Gateway timeout
application/json
get
/deposits/fiat/dra/{draId}Authorizations
X-API-KEYstringRequired
Query parameters
currencystring · enumRequiredPossible values:
Responses
200
Success
application/json
401
Unauthorized
application/json
404
Not found
application/json
500
Internal server error
application/json
504
Gateway timeout
application/json
get
/deposits/fiat/accountsLast updated
