cURL
curl --request GET \ --url https://xbt-mainnet.gomaestro-api.org/v0/markets/prices/{timestamp} \ --header 'api-key: <api-key>'
[ { "price": 123, "timestamp": 123 } ]
Get historical Bitcoin price data at a specific timestamp for market analysis and portfolio tracking.
Project API Key
Unix timestamp in seconds
OK
The response is of type object[].
object[]
Was this page helpful?