Get historical price data of an asset

Retrieve historical pricing information for a specified asset over a defined time range.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
string
required

Asset code, e.g. yXLM, asset codes can be found here https://stellar.expert/explorer/public/asset

string

Issuer address (required when code is not 'XLM'). e.g. you can get issuer address for code "yXLM" from here https://stellar.expert/explorer/public/asset/yXLM-GARDNV3Q7YGT4AKSDF25LT32YSCCW4EV22Y2TV3I2PU2MMXJTEDL5T55

integer
required

Start of time range (Unix timestamp)

integer
required

End of time range (Unix timestamp)

string
enum
Defaults to 1m

The segment duration.Supported values are 1 minute (1m), 5 minutes (5m), 15 minutes (15m), 1 hour (1h), 1 day (1d) and 1 week (1w).

Allowed:
Response
200

Price history returned

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here!