Skip to main content
POST
/
api
/
personal-trading-history
/
stats
Get Batch Wallet Trading Stats
curl --request POST \
  --url https://backend-global.gains.trade/api/personal-trading-history/stats \
  --header 'Content-Type: application/json' \
  --data '
{
  "addresses": [
    "<string>"
  ],
  "chainId": 42161
}
'
{}

Endpoint

POST /api/personal-trading-history/stats Returns trading statistics for multiple wallet addresses.

Request Body

Send JSON matching the schema shown in the generated API panel.

Usage Example

curl -X POST "https://backend-global.gains.trade/api/personal-trading-history/stats"

Response Structure

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

Body

application/json
addresses
string[]
required
chainId
integer
required
Example:

42161

Response

Successful response

{key}
object