stack

Home > @infiniteobjects/eth-tokens-service > OpenSeaAsset

OpenSeaAsset interface

OpenSea Asset

Signature:

export interface OpenSeaAsset 

Properties

Property Modifiers Type Description
animation_original_url?   string | null (Optional)
animation_url?   string | null (Optional)
asset_contract   OpenSeaAssetContract  
background_color?   string | null (Optional)
collection   OpenSeaCollection  
creator?   OpenSeaAccount | null (Optional)
decimals?   number | null (Optional)
description?   string | null (Optional)
external_link?   string | null (Optional)
id   number  
image_original_url?   string | null (Optional)
image_preview_url   string | null  
image_thumbnail_url   string | null  
image_url   string | null  
is_nsfw   boolean  
is_presale   boolean  
last_sale?   LastSale | null (Optional)
listing_date?   null (Optional)
name   string  
num_sales   number  
owner   OpenSeaAccount  
ownership?   TopOwnershipsEntity | null (Optional)
permalink   string  
sell_orders?   null (Optional)
token_id   string | null | undefined | number  
token_metadata   string  
top_bid?   null (Optional)
top_ownerships?   TopOwnershipsEntity[] | null (Optional)
traits?   (OpenSeaTraits | null)[] | null (Optional)
transfer_fee_payment_token?   null (Optional)
transfer_fee?   null (Optional)