GET
/
v1
/
strategies
/
eligibility
/
user
/
{address}
curl --request GET \
  --url https://backend.swap.coffee/v1/strategies/eligibility/user/{address} \
  --header 'x-verify: <x-verify>'
true

Authorizations

X-Api-Key
string
header
required

Headers

x-verify
string
required

TON proof for the given address

Path Parameters

address
string
required

Response

200
application/json
Whether user is eligible for using strategy orders

The response is of type boolean.