Skip to main content
GET
/
admin
/
top-traders
Get Top Traders
curl --request GET \
  --url https://staging-api.polysimulator.com/admin/top-traders
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Headers

authorization
string | null

Query Parameters

limit
integer
default:100
sort_by
string
default:pnl

Response

Successful Response