Skip to main content
POST
/opensea/tokens/search

Authorizations

access-token
string
header
required

API token from the dashboard

Headers

access-token
string
required

Body

application/json
count
integer
required
Required range: x >= 1
timeout
integer
default:300
Required range: 20 <= x <= 1500
tab
enum<string>
default:trending
Available options:
trending,
top,
new
chains
enum<string>[] | null
Available options:
ethereum,
base,
solana,
arbitrum,
optimism,
polygon,
abstract,
monad,
ink,
apechain,
megaeth,
soneium,
somnia,
animechain,
avalanche,
b3,
berachain,
blast,
flow,
gunz,
ronin,
sei,
shape,
unichain,
zora,
hyperevm

Response

Successful Response

contract_address
string
required
@type
string
default:OpenseaToken
chain
string | null
name
string | null
symbol
string | null
decimals
integer | null
image
string | null
usd_price
number | null
market_cap_usd
number | null
total_supply
number | null
is_verified
boolean
default:false
is_native
boolean
default:false
token_group
string | null
score
number | null
genesis_date
string | null
created_at
string | null
price_change_1h
number | null
price_change_24h
number | null
price_change_7d
number | null
price_change_30d
number | null
volume_1h
number | null
volume_24h
number | null
market_cap_change_24h
number | null
warnings
string[]