General API information

General information you need to know before using the API.

Base URL

The base URL is: https://rest-api-bank-dev.anuk.tech.

Request/response schema

All requests and responses are application/json content type and follow typical HTTP response status codes for success and failure.

The list of API endpoints

Here is a quick summary of endpoints.

All endpoints require authentication:

📘

To call private endpoints, you need to get a JWT token or an API key for authentication.

Here you can learn in detail how to successfully authenticate.

Private endpointsDescription
/v2/assetList of available assets
/v2/rate/equivalentMarket rates
/v2/tickerList of tickers
/v2/balanceGet all wallet balances
/v2/customer/createAdd customer
/v2/customer/updateUpdate customer
/v2/customer/findSearch of customers
/v2/customer/detailsDetails of customer
/v2/customer/suspendSuspend customer
/v2/exchange/pairsAvailable ticker pair to exchange
/v2/exchange/external/pre-requestPre-request for exchange
/v2/exchange/internal/cryptoСrypto to crypto exchange
/v2/exchange/external/deposit-with-exchangeDeposit with exchange (pay by fiat)
/v2/exchange/external/withdraw-with-exchangeExchange with withdraw (receive fiat)
/v2/exchange/external/buy-to-send-cryptoBuy crypto to send to address
/v2/exchange/external/buy-to-send-crypto/retryRetry with new address
/v2/rate/freezeFreeze rate for operations
/v2/rate/calculateCalculate approximate rate for operations with exchange
/v2/deposit/pre-requestPre request for crypto deposit
/v2/deposit/addressDeposit address generation
/v2/withdraw/pre-requestPre-request for crypto withdraw
/v2/withdraw/cryptoCrypto withdraw operation
/v2/transfer/pre-requestPre-request for transfer
/v2/transferTransfer
/v2/operation/findSearch of operations
/v2/operation/detailsDetails of operation