Docs
Get API Keys

List exchanges for an Account #

This section contains information on how to retrieve the list of exchanges associated with a Dwolla Account.

HTTP request #

GET https://api.dwolla.com/exchanges

HTTP status and error codes #

HTTP StatusCodeDescription
200OkThe Dwolla API accepted the request and returned a response.

Request and response #

Raw
GET https://api.dwolla.com/exchanges
Accept: application/vnd.dwolla.v1.hal+json
Authorization: Bearer pBA9fVDBEyYZCEsLf/wKehyh1RTpzjUj5KzIRfDi0wKTii7DqY

...

{
    "_links": {
        "self": {
            "href": "https://api.dwolla.com/exchanges",
            "type": "application/vnd.dwolla.v1.hal+json",
            "resource-type": "exchange"
        }
    },
    "_embedded": {
        "exchanges": [
            {
                "_links": {
                    "self": {
                        "href": "https://api-sandbox.dwolla.com/exchanges/8df845fc-80e0-404a-8912-b02603627e29",
                        "type": "application/vnd.dwolla.v1.hal+json",
                        "resource-type": "exchange"
                    },
                    "exchange-partner": {
                        "href": "https://api-sandbox.dwolla.com/exchange-partners/9b55a4b3-34ae-4607-b2d1-622f1eed77f9",
                        "type": "application/vnd.dwolla.v1.hal+json",
                        "resource-type": "exchange-partner"
                    }
                },
                "id": "8df845fc-80e0-404a-8912-b02603627e29",
                "status": "active",
                "created": "2022-05-25T16:07:34.906Z"
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api-sandbox.dwolla.com/exchanges/80764434-5391-4c6e-89fa-2f96662e9a3a",
                        "type": "application/vnd.dwolla.v1.hal+json",
                        "resource-type": "exchange"
                    },
                    "exchange-partner": {
                        "href": "https://api-sandbox.dwolla.com/exchange-partners/9b55a4b3-34ae-4607-b2d1-622f1eed77f9",
                        "type": "application/vnd.dwolla.v1.hal+json",
                        "resource-type": "exchange-partner"
                    }
                },
                "id": "80764434-5391-4c6e-89fa-2f96662e9a3a",
                "status": "active",
                "created": "2022-05-25T15:57:18.209Z"
            },
        ]
    },
    "total": 2
}
Test in the Sandbox for free today.
Use sandbox environment to test API requests.
Get API Keys
2024 All Rights Reserved
Financial institutions play an important role in our network.

All funds transfers made using the Dwolla Platform are performed by a financial institution partner, and any funds held in a Dwolla Balance are held by a financial institution partner. Learn more about our financial institution partners.