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

Authorizations

X-Api-Key
string
header
required

Path Parameters

address
string
required

Query Parameters

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

Response

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

The response is of type string[].