Skip to main content
POST
/
api
/
vip
/
{address}
/
ack
Acknowledge VIP Status
curl --request POST \
  --url https://backend-global.gains.trade/api/vip/{address}/ack
{
  "success": true
}

Endpoint

POST /api/vip/{address}/ack Acknowledges that the wallet has seen the VIP prompt.

Parameters

ParameterLocationRequiredTypeDescription
addresspathYesstringWallet address.

Usage Example

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

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

success
boolean