POST
/
prices
/
batch
BTC prices by timestamp
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
      }
    ]
  }
]

Authorizations

api-key
string
header
required

Project API Key

Body

application/json

Array of UTC timestamps

The body is of type object.

Response

200
application/json

OK

The response is of type object[].