Skip to main content
GET
/
api
/
campaigns
/
eligibility
/
{address}
Check Campaign Eligibility
curl --request GET \
  --url https://backend-global.gains.trade/api/campaigns/eligibility/{address}
{}

Endpoint

GET /api/campaigns/eligibility/{address} Checks broad EVM address eligibility across active campaigns.

Parameters

ParameterLocationRequiredTypeDescription
addresspathYesstringEVM wallet address.

Usage Example

curl -X GET "https://backend-global.gains.trade/api/campaigns/eligibility/0x0000000000000000000000000000000000000000"

Response Structure

The generated API panel lists the response schema for status codes: 200, 400, 404, 500. Error responses generally return an error or message field.

Path Parameters

address
string
required

EVM wallet address.

Response

Successful response

The response is of type object.