Banksea Oracle API
  • Overview
  • Oracle
    • ETHEREUM ORACLE
  • API
    • ETHEREUM API
      • Floor API
    • SOLANA API
      • Market API
      • Collection API
      • NFT API
      • Floor API
      • Supported Collection
    • MOONBEAM API
      • Collection API
      • NFT API
      • Floor API
      • Supported Collection
  • COOPERATION
    • Request Form
Powered by GitBook
On this page
  1. API
  2. SOLANA API

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
        }
    }
PreviousSOLANA APINextCollection API

Last updated 2 years ago