Market
Retrieve token available marketplace
Headers
Name
Type
Description
Body
Name
Type
Description
Example request
curl -X 'GET' \
'https://api.defilens.ai/listings/market/bitcoin' \
-H 'accept: */*'Response
{
"data": [
{
"exchangeImage": "https://s2.coinmarketcap.com/static/img/exchanges/64x64/270.png",
"exchangeName": "Binance",
"marketPair": "BTC/FDUSD",
"price": 61498.52588985,
"volumeUsd": 3979024791.151182,
"liquidity_score": 933,
"marketUrl": "https://www.binance.com/en/trade/BTC_FDUSD",
"depthUsdNegativeTwo": 3836171.09588373,
"depthUsdPositiveTwo": 4379599.67628964,
"marketReputation": 1,
"volumePercent": 8.762886035203,
"id": "1262381bitcoin"
},
"total": 1
Data return
Name
Type
Description
Last updated