Stellarport exposes an API endpoint for ticker data. You can find it at:
The result is a dictionary of the following form:
{
BASE_QUOTE: {
open: first_price_24_hr (quote),
low: lowest_price_24_hr (quote),
high: highest_price_24_hr (quote),
close: last_price_24_hr (quote),
volume: volume_24_hr (quote)
}
}
Comments
0 comments
Article is closed for comments.