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
string <uuid>

Asset ID

currency
required
string

The three letter ISO 4217 currency code

Example: USD
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/v2/assets/{id}/fiats/{currency}/history/{period}
Request samples
Response samples
application/json
{
  • "data": [
    ]
}