# Integrations

- [Exchanges](https://docs-legacy.dfns.co/d/integrations/exchanges.md)
- [Kraken](https://docs-legacy.dfns.co/d/integrations/exchanges/kraken-setup.md)
- [Binance](https://docs-legacy.dfns.co/d/integrations/exchanges/binance-setup.md)
- [Coinbase Prime](https://docs-legacy.dfns.co/d/integrations/exchanges/coinbase-prime-setup.md)
- [API Reference](https://docs-legacy.dfns.co/d/integrations/exchanges/api-reference.md)
- [Create Exchange](https://docs-legacy.dfns.co/d/integrations/exchanges/api-reference/create-exchange.md)
- [List Exchanges](https://docs-legacy.dfns.co/d/integrations/exchanges/api-reference/list-exchanges.md)
- [Get Exchange](https://docs-legacy.dfns.co/d/integrations/exchanges/api-reference/get-exchange.md)
- [Delete Exchange](https://docs-legacy.dfns.co/d/integrations/exchanges/api-reference/delete-exchange.md)
- [List Exchange Accounts](https://docs-legacy.dfns.co/d/integrations/exchanges/api-reference/list-exchange-accounts.md)
- [List Exchange Account Assets](https://docs-legacy.dfns.co/d/integrations/exchanges/api-reference/list-exchange-account-assets.md)
- [Create Exchange Deposit](https://docs-legacy.dfns.co/d/integrations/exchanges/api-reference/create-exchange-deposit.md)
- [Create Exchange Withdrawal](https://docs-legacy.dfns.co/d/integrations/exchanges/api-reference/create-exchange-withdrawal.md)
- [AML / KYT](https://docs-legacy.dfns.co/d/integrations/aml-kyt.md)
- [Chainalysis](https://docs-legacy.dfns.co/d/integrations/aml-kyt/chainalysis.md)
- [Staking](https://docs-legacy.dfns.co/d/integrations/staking.md)
- [API Reference](https://docs-legacy.dfns.co/d/integrations/staking/api-reference.md)
- [Create Stake](https://docs-legacy.dfns.co/d/integrations/staking/api-reference/create-stake.md)
- [Create Stake Action](https://docs-legacy.dfns.co/d/integrations/staking/api-reference/create-stake-action.md)
- [List Stakes](https://docs-legacy.dfns.co/d/integrations/staking/api-reference/list-stakes.md)
- [List Stake Actions](https://docs-legacy.dfns.co/d/integrations/staking/api-reference/list-stake-actions.md)
- [get Rewards](https://docs-legacy.dfns.co/d/integrations/staking/api-reference/get-rewards.md)
- [Fiat On/Off-Ramps](https://docs-legacy.dfns.co/d/integrations/fiat-on-offboarding.md)
- [Account Abstraction on EVMs](https://docs-legacy.dfns.co/d/integrations/gasless-transactions.md)
- [Travel Rule](https://docs-legacy.dfns.co/d/integrations/travel-rule.md)
- [Overview](https://docs-legacy.dfns.co/d/integrations/travel-rule/overview.md)
- [Notabene](https://docs-legacy.dfns.co/d/integrations/travel-rule/notabene.md)
- [Swaps](https://docs-legacy.dfns.co/d/integrations/swaps.md): Dfns supports swapping via multiple providers to let you execute token swaps across supported EVM-chains. Below is an overview of the swap providers, what they are, and which chains each supports.
- [API Reference](https://docs-legacy.dfns.co/d/integrations/swaps/api-reference.md)
- [Request a Swap Quote](https://docs-legacy.dfns.co/d/integrations/swaps/api-reference/request-swap-quote.md)
- [Create a Swap](https://docs-legacy.dfns.co/d/integrations/swaps/api-reference/create-swap.md)
- [List Swaps](https://docs-legacy.dfns.co/d/integrations/swaps/api-reference/list-swaps.md)
- [Get a Swap](https://docs-legacy.dfns.co/d/integrations/swaps/api-reference/get-swap.md)
- [Get a Swap Quote](https://docs-legacy.dfns.co/d/integrations/swaps/api-reference/get-swap-quote.md)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs-legacy.dfns.co/d/integrations.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
