This section contains information on how to retrieve the list of exchanges associated with a Dwolla Account.
GET https://api.dwolla.com/exchanges
HTTP Status | Code | Description |
---|---|---|
200 | Ok | The Dwolla API accepted the request and returned a response. |
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.dwolla.com/exchanges/8df845fc-80e0-404a-8912-b02603627e29",
"type": "application/vnd.dwolla.v1.hal+json",
"resource-type": "exchange"
},
"exchange-partner": {
"href": "https://api.dwolla.com/exchange-partners/9b55a4b3-34ae-4607-b2d1-622f1eed77f9",
"type": "application/vnd.dwolla.v1.hal+json",
"resource-type": "exchange-partner"
},
"account": {
"href": "https://api-sandbox.dwolla.com/accounts/80764434-5391-4c6e-89fa-2f96662e9a3a",
"type": "application/vnd.dwolla.v1.hal+json",
"resource-type": "account"
}
},
"id": "8df845fc-80e0-404a-8912-b02603627e29",
"status": "active",
"created": "2022-05-25T16:07:34.906Z"
},
{
"_links": {
"self": {
"href": "https://api.dwolla.com/exchanges/80764434-5391-4c6e-89fa-2f96662e9a3a",
"type": "application/vnd.dwolla.v1.hal+json",
"resource-type": "exchange"
},
"exchange-partner": {
"href": "https://api.dwolla.com/exchange-partners/9b55a4b3-34ae-4607-b2d1-622f1eed77f9",
"type": "application/vnd.dwolla.v1.hal+json",
"resource-type": "exchange-partner"
},
"account": {
"href": "https://api-sandbox.dwolla.com/accounts/80764434-5391-4c6e-89fa-2f96662e9a3a",
"type": "application/vnd.dwolla.v1.hal+json",
"resource-type": "account"
}
},
"id": "80764434-5391-4c6e-89fa-2f96662e9a3a",
"status": "active",
"created": "2022-05-25T15:57:18.209Z"
},
]
},
"total": 2
}
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.