GET
/
btc
/
prices
/
{timestamp}
BTC price by timestamp
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
  }
]

Authorizations

api-key
string
header
required

Project API Key

Path Parameters

timestamp
integer
required

Unix timestamp in seconds

Body

application/json · object

Response

200
application/json

OK

The response is of type object[].