Skip to main content
GET
/
strategy
/
integrations
Get all integrations
curl --request GET \
  --url https://api.blend.money/strategy/integrations
{
  "integrations": [
    "USX",
    "BOTANIX",
    "ETH",
    "ARB",
    "POLYGON",
    "SCROLL"
  ]
}

Response

200 - application/json

Available integrations retrieved

integrations
enum<string>[]
Available options:
USX,
BOTANIX,
ETH,
ARB,
POLYGON,
SCROLL
Example:
[
"USX",
"BOTANIX",
"ETH",
"ARB",
"POLYGON",
"SCROLL"
]