Skip to main content
GET
/
user-trading-variables
/
{address}
Get User Trading Variables
curl --request GET \
  --url https://backend-global.gains.trade/user-trading-variables/{address}
{}

Endpoint

GET /user-trading-variables/{address} Returns user-specific trading variables, pending market orders, fee tiers, and price impact data.

Parameters

ParameterLocationRequiredTypeDescription
addresspathYesstringTrader wallet address.

Usage Example

curl -X GET "https://backend-arbitrum.gains.trade/user-trading-variables/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.