Get a user’s public profile by username. Returns profile info, follower counts, and optionally trades/PnL if public.
curl --request GET \
--url https://staging-api.polysimulator.com/profile/{username}{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}Was this page helpful?
curl --request GET \
--url https://staging-api.polysimulator.com/profile/{username}{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}