Skip to main content

B2B Reference

B2B master account REST API endpoints.

Base URL   https://dma.coinswitch.co/

Subaccounts

EndpointMethodDescription
/dma/api/v1/master/subaccount/createPOSTCreates a new subaccount under your master account.
/dma/api/v1/master/subaccountsGETReturns all subaccounts (including disabled ones).

Transfer Funds

EndpointMethodDescription
/dma/api/v1/funds/transfer/master-accountPOSTTransfer USDT between CoinSwitch account and master.
/dma/api/v1/master/transferPOSTTransfer USDT between master and a subaccount.

Balances

EndpointMethodDescription
/dma/api/v1/master/balanceGETMaster account exchange balance.
/dma/api/v1/master/subaccount/balanceGETSpecific child subaccount balance.
/dma/api/v1/master/balance/consolidatedGETMaster + all subaccounts in a single call.