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

Endpoint

GET /api/notifications/{address} Returns active notifications for a wallet.

Parameters

ParameterLocationRequiredTypeDescription
addresspathYesstringWallet address.

Usage Example

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