Portfolio performance based on timeframe

The endpoint returns how user’s portfolio has changed in the selected time period (daily/weekly/monthly/yearly).

SecuritybearerAuth
Request
path Parameters
fiatId
required
integer <int32>
period
required
string
Enum: "day" "week" "month" "6m" "year" "max"
header Parameters
bp-user-id
required
string <uuid>
Responses
200

Portfolio performance

400

Error

401

Invalid user

422

Error

429

Too Many Requests

500

Error

503

Maintenance or Service unavailable

get/v1/portfolio/performance/fiats/{fiatId}/timeframe/{period}
Request samples
Response samples
application/json
{
  • "data": {
    }
}