Skip to main content
GET
/
marketplace
/
get-spot-price
/
v1
Get spot price
curl --request GET \
  --url https://api.collectpure.com/marketplace/get-spot-price/v1 \
  --header 'x-api-key: <api-key>'
{
  "data": [
    {
      "material": "Gold",
      "bid": 0,
      "ask": 0,
      "changePositive": true,
      "changePrice": 0
    }
  ]
}

Authorizations

x-api-key
string
header
required

API key for authentication

Response

200 - application/json

Default Response

data
object[]
required