Skip to main content
GET
/
api
/
v2
/
network
/
dashboard
/
statistics
/
top-offers
Get top offers
curl --request GET \
  --url 'https://{domain}/api/v2/network/dashboard/statistics/top-offers?api-key='
{
  "status": "success",
  "code": 200,
  "name": "OK",
  "message": "<string>",
  "info": {
    "rows": [
      {
        "entity": {
          "id": 123,
          "title": "<string>"
        },
        "value": 123,
        "value_prev": 123,
        "change": 123,
        "currency": "<string>"
      }
    ]
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.scaleo.io/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

api-key
string
query
required

API key passed as query parameter. User must have api_status enabled.

Query Parameters

rangeFrom
string<date>

Date range start (YYYY-MM-DD).

rangeTo
string<date>

Date range end (YYYY-MM-DD).

limit
integer

Number of results.

currency
string

Currency code used to convert monetary values in the widget response.

Response

Top offers.

status
string
Example:

"success"

code
integer
Example:

200

name
string
Example:

"OK"

message
string
info
object