typescript-sdk

Home > @3rdweb/sdk > IMarketplace > getTimeBufferInSeconds

IMarketplace.getTimeBufferInSeconds() method

Fetch the current time buffer on the marketplace contract.

This is measured in seconds (e.g. 15 minutes or 900 seconds). If a winning bid is made within the buffer of the auction closing (e.g. 15 minutes within the auction closing), the auction’s closing time is increased by the buffer toprevent buyers from making last minute winning bids, and to give time to other buyers to make a higher bid if they wish to.

This value is formatter as basis points (e.g. 5% = 500).

Signature:

getTimeBufferInSeconds(): Promise<BigNumber>;

Returns:

Promise<BigNumber>