cURL
curl --request GET \ --url https://xbt-mainnet.gomaestro-api.org/v0/markets/btc/prices/{timestamp} \ --header 'Content-Type: application/json' \ --header 'api-key: <api-key>' \ --data '{}'
[ { "price": 123, "timestamp": 123 } ]
Returns BTC-USD price for the provided UTC timestamp.
Project API Key
Unix timestamp in seconds
OK
The response is of type object[].
object[]