Prices

get
Query parameters
collectionIdsstring[]Required
Responses
200

List of prices for matching collections

application/json
get
GET /price HTTP/1.1
Host: 127.0.0.1:3000
Accept: */*
200

List of prices for matching collections

[
  {
    "blockHeight": "text",
    "token0Id": "text",
    "btcPrice": "text"
  }
]

Last updated