GET
/
prices
/
{timestamp}
BTC price by timestamp
curl --request GET \
  --url https://xbt-mainnet.gomaestro-api.org/v0/markets/prices/{timestamp} \
  --header 'api-key: <api-key>'
[
  {
    "price": 123,
    "timestamp": 123
  }
]

Authorizations

api-key
string
header
required

Project API Key

Path Parameters

timestamp
integer
required

Unix timestamp in seconds

Response

200
application/json

OK

The response is of type object[].