Skip to main content
GET
/
open-trades
/
{address}
Get Open Trades By Address
curl --request GET \
  --url https://backend-global.gains.trade/open-trades/{address}
{}

Endpoint

GET /open-trades/{address} Returns known open trades for one address.

Parameters

ParameterLocationRequiredTypeDescription
addresspathYesstringTrader wallet address.

Usage Example

curl -X GET "https://backend-arbitrum.gains.trade/open-trades/0x0000000000000000000000000000000000000000"

Response Structure

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

Path Parameters

address
string
required

Trader wallet address.

Response

200 - application/json

Successful response

The response is of type object.