Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.dfns.co/llms.txt

Use this file to discover all available pages before exploring further.

See an introduction including the list of supported exchanges on the exchanges feature page. For dashboard setup, see the exchange-specific guides: Kraken, Binance, Coinbase Prime.

Flow overview

1

Connect an exchange

Provide your exchange API credentials.POST/exchanges Create Exchange
2

List accounts and assets

View available balances on your exchange accounts.GET/exchanges/{exchangeId}/accounts List AccountsGET/exchanges/{exchangeId}/accounts/{accountId}/assets List Account Assets
3

Deposit to exchange

Transfer from a Dfns wallet to your exchange account.POST/exchanges/{exchangeId}/accounts/{accountId}/deposits Create Exchange Deposit
4

Withdraw from exchange

Transfer from your exchange account to a Dfns wallet.POST/exchanges/{exchangeId}/accounts/{accountId}/withdrawals Create Exchange Withdrawal
Most exchanges require wallet addresses to be whitelisted before withdrawals. See the exchange-specific setup guides linked above.
Last modified on January 27, 2026