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

Endpoint

GET /api/campaigns/{campaignId}/eligibility/{address} Checks EVM address eligibility for a specific campaign.

Parameters

ParameterLocationRequiredTypeDescription
campaignIdpathYesstringCampaign ID.
addresspathYesstringEVM wallet address.

Usage Example

curl -X GET "https://backend-global.gains.trade/api/campaigns/campaign-id/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

campaignId
string
required

Campaign ID.

address
string
required

EVM wallet address.

Response

Successful response

The response is of type object.