Collections

Returns up-to-date information on Telegram gift collections

HTTP request

GET https://api.giftstat.app/current/collections

Query parameters

Parameter

Description

limit

UInt
Number of elements in data

offset

UInt
Data offset

fields

UInt
List of fields returned by the API method

Response structure

HTTP code: 200 - OK

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

Fields

Field

Description

id

UInt

str_id

String

collection

String

collection_slug

String

star_price

UInt

is_limited

Bool

is_sold_out

Bool

first_sale_date

DateTime

last_sale_date

DateTime

total_amount

UInt

issued

UInt

minted

UInt

non_minted

UInt

burned

UInt

blockchain_address

String

API ver.: 1.9