Models Floor

API ver.: 1.7

Returns current floor information for Telegram gift models

HTTP Request

GET https://apiv2.giftstat.app/current/collections/models/floor

Query Parameters

Parameter

Description

limit

UInt
Number of elements in data. Maximum: 10000, default: 10000

offset

UInt
Data offset for pagination

marketplace

String (optional)
Marketplace. Default: portals
Available values: portals

Response Structure

HTTP code: 200 - OK

{
    "data": [],
    "meta": {
        "limit": 10000, 
        "offset": 0,
        "count": 0,
        "api_path": "/current/collections/models/floor",
    }
}

Available Fields

Field

Description

id

UInt
Unique identifier

str_id

String
String identifier

collection

String
Collection name

collection_slug

String
Collection slug

model

String
Model name

model_slug

String
Model slug

floor_price

Float
Floor price in TON

API ver.: 1.7