Portfolio
Get current profile
Retrieve the authenticated caller's private profile without passing an address. Returns the same private profile shape as GET /profiles/{account}, including internal profile ID and fee rate.
get/profiles/me
Response
Authenticated user profile with fee rate and rank information
Example response
{
"id": 42,
"account": "0x27b4afBD88fE7c88c6897BB0b4ADE338D0401E37",
"username": "trader123",
"displayName": "Trader 123",
"client": "eoa",
"points": 15000,
"accumulativePoints": 50000,
"rank": {
"name": "Gold",
"feeRateBps": 200
}
}