TezTok

Documentation

Tezos Foundation
Tezos
Github

    Get started
    Introduction
    Installation
    Principles
    Architecture
    Plugins
    Examples

Offers

PropertyTypeDescription
fa2_addressstringThe contract address of the token (always starts with “KT”).
token_idstringThe ID of the token.
typestringThe type of offer identifies in which marketplace it was created. If a marketplace has multiple marketplace contracts, each is represented with its own type. Currently, the indexer supports these types: OBJKT_BID, OBJKT_OFFER, VERSUM_OFFER, FX_OFFER_V3
statusstringThe status of an offer can be either 'active', 'fulfilled', or 'canceled'.
created_attimestampA timestamp of when the offer was created.
contract_addressstringThe address of the marketplace contract that was used to create the offer.
buyer_addressstringThe Tezos address of the person who created the offer (the person wanting to by the token).
pricebig integerThe price which the person who created the offer is willing to pay, in micro tez.
bid_idbig integerIf it’s a bid, this will contain the bid ID.
offer_idbig integerIf it’s an offer, this will contain the offer ID.