Institutional exchanges
Operations with b2b exchanges
GET /v1/b2b/currencies
Retrieves a complete list of all fiat and cryptocurrency currencies supported for B2B (business-to-business) exchanges.
GET /v1/b2b/min-max-range/{from_to}
Retrieves the minimum and maximum exchange amounts allowed for B2B (business-to-business) exchanges for a specific currency pair.
POST /v1/b2b/add-bank-account
Registers a bank account to your partner profile for receiving fiat payouts from B2B exchanges.
POST /v1/b2b/add-crypto-wallet
Registers a cryptocurrency wallet address to your partner profile for receiving crypto payouts from B2B exchanges.
GET /v1/b2b/payout-addresses
Retrieves all crypto wallets and bank accounts registered to your partner profile for B2B payouts.
GET /v1/b2b/estimate
Calculates the estimated exchange rate and output amount for a B2B transaction.
POST /v1/b2b/transaction
Creates a B2B (business-to-business) exchange between currencies.
GET /v1/b2b/transactions
Retrieves a paginated list of all B2B (business-to-business) transactions created by your partner account.