Frostbyte · Example Payload

Frostbyte Crypto Prices Getpricesshortcut Example

Developer ToolsUtility APIsGeolocationCryptocurrencyScreenshotsDNSScrapingAI Agents

Frostbyte Crypto Prices Getpricesshortcut Example is an example object payload from Frostbyte, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationIdmethodpathsummaryrequestresponse

Example Payload

Raw ↑
{
  "operationId": "getPricesShortcut",
  "method": "GET",
  "path": "/api/prices",
  "summary": "Get Prices (shortcut Endpoint)",
  "request": {
    "headers": {
      "Authorization": "Bearer YOUR_API_KEY"
    },
    "baseUrl": "https://agent-gateway-kappa.vercel.app"
  },
  "response": {
    "status": 200,
    "body": {
      "success": true,
      "note": "Example payload \u2014 replace with real shape from API."
    }
  }
}