cURL
curl --request POST \ --url https://xbt-mainnet.gomaestro-api.org/v0/markets/prices/batch \ --header 'Content-Type: application/json' \ --header 'api-key: <api-key>' \ --data '{}'
[ { "data": [ { "price": 123, "timestamp": 123 } ] } ]
Get Bitcoin prices for multiple timestamps in a single batch request for historical price analysis.
Project API Key
Array of UTC timestamps
The body is of type object.
object
OK
The response is of type object[].
object[]
Was this page helpful?