GET
/
v1
/
strategies
/
eligibility
/
from-tokens
curl --request GET \
  --url https://backend.swap.coffee/v1/strategies/eligibility/from-tokens
[
  "<string>"
]

Authorizations

X-Api-Key
string
header
required

Query Parameters

type
enum<string>
required
Available options:
limit,
dca,
vca

Response

200
application/json
List of addresses of supported from-tokens for strategies

The response is of type string[].