Get asset history

The endpoint returns assets/fiats price changes history for the selected period (day/week/month/year).

SecuritybearerAuth
Request
path Parameters
id
required
integer

Asset ID

fiatId
required
integer

Fiat ID

period
required
string

Period

Enum: "day" "week" "month" "year" "6m" "5y"
Example: day
Responses
200

Success Response

401

Unauthorized

404

Not Found

422

Error

429

Too Many Requests

500

Error

503

Maintenance or Service unavailable

get/v1/assets/{id}/fiats/{fiatId}/history/{period}
Request samples
Response samples
application/json
{
  • "data": [
    ]
}