Goldmine
Analytics

Get Pricing

POST
/analytics.v1.Analytics/GetPricing

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

curl -X POST "https://loading/analytics.v1.Analytics/GetPricing" \  -H "Content-Type: application/json" \  -d '{}'
{
  "entries": [
    {
      "avg30dCents": "string",
      "avg7dCents": "string",
      "bidCents": "string",
      "liquidity": 0.1,
      "listingsCount": 0,
      "marketHashName": "string",
      "observedAt": "string",
      "priceCents": "string",
      "source": "string",
      "supply": 0.1,
      "volume": 0
    }
  ]
}
Empty