B2B Reference
B2B master account REST API endpoints.
Base URL
https://dma.coinswitch.co/
Subaccounts
| Endpoint | Method | Description |
|---|---|---|
/dma/api/v1/master/subaccount/create | POST | Creates a new subaccount under your master account. |
/dma/api/v1/master/subaccounts | GET | Returns all subaccounts (including disabled ones). |
Transfer Funds
| Endpoint | Method | Description |
|---|---|---|
/dma/api/v1/funds/transfer/master-account | POST | Transfer USDT between CoinSwitch account and master. |
/dma/api/v1/master/transfer | POST | Transfer USDT between master and a subaccount. |
Balances
| Endpoint | Method | Description |
|---|---|---|
/dma/api/v1/master/balance | GET | Master account exchange balance. |
/dma/api/v1/master/subaccount/balance | GET | Specific child subaccount balance. |
/dma/api/v1/master/balance/consolidated | GET | Master + all subaccounts in a single call. |