Skip to main content
GET
/
withdraw
/
destinations
Supported withdrawal destinations
curl --request GET \
  --url https://api.blend.money/extern/{neobankId}/{accountTypeId}/withdraw/destinations \
  --header 'X-API-Key: <api-key>'
{
  "status": "<string>",
  "data": [
    {
      "chainId": 1,
      "name": "<string>",
      "loanTokenAddress": "0xd8dA6BF26964aF9D7eEd9e03E53415D37aA96045"
    }
  ]
}

Authorizations

X-API-Key
string
header
required

SHA-256 hashed API key issued per organization

Response

Destination list

status
string
required
Allowed value: "success"
data
object[]
Last modified on April 6, 2026