đ¤Variables
Fluff events variables
Variables contain various information about the event and are used to filter incoming events. Following variables are supported:
Variable | Data type | Event type | Notes |
---|---|---|---|
buyer.address | String (address) | Sale | Address is lowercase |
collection.address | String (address) | Listing, Sale | Address is lowercase |
collection.name | String | Listing, Sale | |
listing.price | Price | Listing | |
listing.price_amount | Number | Listing | |
listing.price_token | String | Listing | |
listing.price_usd | Number | Listing | |
listing.quantity | Number | Listing | |
marketplace.chain | String | Listing, Sale | |
marketplace.name | String | Listing, Sale | |
nft.id | String | Listing, Sale | |
nft.name | String | Listing, Sale | |
nft.rank | Number | Listing, Sale | It may not be available for all collections |
nft.rank_top | Number | Listing, Sale | It may not be available for all collections |
nft.standard | String | Listing, Sale | |
nft.traits | Dictionary | Listing, Sale | |
sale.price | Price | Sale | |
sale.price_amount | Number | Sale | |
sale.price_token | String | Sale | |
sale.price_usd | Number | Sale | |
sale.quantity | Number | Sale | |
seller.address | String (address) | Listing, Sale | Address is lowercase |
Last updated