curl --request GET \
--url https://api.bluum.finance/v1/assets/{asset_id}/snapshot \
--header 'Authorization: Basic <encoded-value>'{
"symbol": "AAPL",
"latest_trade": {
"t": "2024-01-15T09:30:15.123Z",
"x": "IEXG",
"p": "175.75",
"s": "100",
"c": [
"@",
"I"
],
"i": 123456789,
"z": "C"
},
"latest_quote": {
"t": "2024-01-15T09:30:15.123Z",
"ax": "IEXG",
"ap": "175.80",
"as": "500",
"bx": "IEXG",
"bp": "175.70",
"bs": "300",
"c": [
"R"
]
},
"minute_bar": {
"t": "2024-01-15T09:30:00Z",
"o": "175.50",
"h": "176.20",
"l": "175.10",
"c": "175.85",
"v": "1250000",
"n": 4500,
"vw": "175.65"
},
"daily_bar": {
"t": "2024-01-15T09:30:00Z",
"o": "175.50",
"h": "176.20",
"l": "175.10",
"c": "175.85",
"v": "1250000",
"n": 4500,
"vw": "175.65"
},
"prev_daily_bar": {
"t": "2024-01-15T09:30:00Z",
"o": "175.50",
"h": "176.20",
"l": "175.10",
"c": "175.85",
"v": "1250000",
"n": 4500,
"vw": "175.65"
}
}HTTP Basic Authentication using the API Key as username and API Secret as password.
"6c5b2403-24a9-4b55-a3dd-5cb1e4b50da6"
Market snapshot data
"AAPL"
Show child attributes
Timestamp of the trade
"2024-01-15T09:30:15.123Z"
Exchange where the trade occurred
"IEXG"
Price of the trade
"175.75"
Size (quantity) of the trade
"100"
Trade conditions
["@", "I"]Trade ID
123456789
Tape (1, 2, or 3)
"C"
Show child attributes
Timestamp of the quote
"2024-01-15T09:30:15.123Z"
Ask exchange
"IEXG"
Ask price
"175.80"
Ask size
"500"
Bid exchange
"IEXG"
Bid price
"175.70"
Bid size
"300"
Quote conditions
["R"]Show child attributes
Timestamp of the bar
"2024-01-15T09:30:00Z"
Open price
"175.50"
High price
"176.20"
Low price
"175.10"
Close price
"175.85"
Volume
"1250000"
Number of trades
4500
Volume-weighted average price
"175.65"
Show child attributes
Timestamp of the bar
"2024-01-15T09:30:00Z"
Open price
"175.50"
High price
"176.20"
Low price
"175.10"
Close price
"175.85"
Volume
"1250000"
Number of trades
4500
Volume-weighted average price
"175.65"
Show child attributes
Timestamp of the bar
"2024-01-15T09:30:00Z"
Open price
"175.50"
High price
"176.20"
Low price
"175.10"
Close price
"175.85"
Volume
"1250000"
Number of trades
4500
Volume-weighted average price
"175.65"
curl --request GET \
--url https://api.bluum.finance/v1/assets/{asset_id}/snapshot \
--header 'Authorization: Basic <encoded-value>'{
"symbol": "AAPL",
"latest_trade": {
"t": "2024-01-15T09:30:15.123Z",
"x": "IEXG",
"p": "175.75",
"s": "100",
"c": [
"@",
"I"
],
"i": 123456789,
"z": "C"
},
"latest_quote": {
"t": "2024-01-15T09:30:15.123Z",
"ax": "IEXG",
"ap": "175.80",
"as": "500",
"bx": "IEXG",
"bp": "175.70",
"bs": "300",
"c": [
"R"
]
},
"minute_bar": {
"t": "2024-01-15T09:30:00Z",
"o": "175.50",
"h": "176.20",
"l": "175.10",
"c": "175.85",
"v": "1250000",
"n": 4500,
"vw": "175.65"
},
"daily_bar": {
"t": "2024-01-15T09:30:00Z",
"o": "175.50",
"h": "176.20",
"l": "175.10",
"c": "175.85",
"v": "1250000",
"n": 4500,
"vw": "175.65"
},
"prev_daily_bar": {
"t": "2024-01-15T09:30:00Z",
"o": "175.50",
"h": "176.20",
"l": "175.10",
"c": "175.85",
"v": "1250000",
"n": 4500,
"vw": "175.65"
}
}