Skip to main content
GET
/
api
/
vip
/
{address}
Get VIP Status
curl --request GET \
  --url https://backend-global.gains.trade/api/vip/{address}
{}

Endpoint

GET /api/vip/{address} Returns VIP status for a wallet.

Parameters

ParameterLocationRequiredTypeDescription
addresspathYesstringWallet address.

Usage Example

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

Response Structure

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

Path Parameters

address
string
required

Wallet address.

Response

Successful response

The response is of type object.