Market API
Get Market popularity
## Request
curl "https://oracle-api.banksea.finance/nft/v1/market/popularity" \
-H 'x-api-key: test-api-key'
Interface: /nft/v1/market/popularity
Method: GET
Data Format: JSON
Response Data:
Field
Type
Description
market_popularity
Number
market popularity.
Response Example:
{ "success": true, "code": "200", "message": "success", "data": { "market_popularity": 35.6438 } }
Last updated