Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Rarible Collection Leader Board API

The Collection Leader Board API from Rarible — 2 operation(s) for collection leader board.

Rarible Collection Leader Board API is one of 18 APIs that Rarible publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Collection Leader Board. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, and authentication docs.

This API exposes 2 operations across 2 paths, and defines 11 schemas. It is described by OpenAPI 3.0.3, at version v0.1.

Requests are made against a single base URL, https://{environment}.rarible.org.

2 operations 2 paths 11 schemas 2 GET

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.3
API Version
v0.1
Base URL
https://api.rarible.org/v0.1
Authentication
API Key
Resource Areas
1

Authentication & Security 1

Rarible Collection Leader Board API declares 1 security scheme for authenticating requests. An API key is passed in the header as X-API-KEY (ApiKeyAuth). By default, every request must be authenticated.

Paths & Operations 2

Across 2 paths, the API surfaces 2 operations — 2 GET. Each is listed below with its method, path, parameters, and response codes.

Collection Leader Board 2
GET
/v2.0/data/leaderboard/collections
Get NFT Collections leaderboard
getCollectionLeaderboard 6 params → 200400500
GET
/v2.0/data/leaderboard/collections/byOwner
Get NFT Collections leaderboard for a specific owner addresses
getCollectionLeaderboardByOwner 7 params → 200400500

Schemas 11

The contract defines 11 schemas that model the data the API accepts and returns. The most detailed are OlapCollectionLeaderboardItem (6 properties), OlapCollectionLeaderboardStatistics (5 properties), OlapPriceWithUsd (3 properties), OlapError (2 properties). Each schema is shown below with its type and property counts.

OlapBlockchain
string
OlapCollectionLeaderboardStatistics
object
5 properties 3 required
OlapLeaderboardSortDirection
string
OlapLeaderboardSort
string
OlapCollectionLeaderboardItem
object
6 properties 5 required
OlapCollectionLeaderboardResponse
object
2 properties
UnionAddress
string
Blockchain address in Union format ${blockchainGroup}:${token}
OlapPriceWithUsd
object
3 properties 2 required
OlapPeriod
string
Period: MIN5 - Last 5 minutes MIN30 - Last 30 minutes H1 - Last 1 hour H6 - Last 6 hours D1 - Last 1 day D7 - Last 7 days D30 - Last 30 days D180 - Last 180 da…
OlapError
object
2 properties 2 required
OlapHistoryValuesByTimestamps
object
2 properties 2 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

rarible-collection-leader-board-api-openapi.yml Raw ↑

Other APIs Rarible publishes across the network.

Rarible Charts API
Rarible Collection Statistics API
Rarible Currencies and rates API
Rarible Domain lookup API
Rarible Encode operations API
Rarible Indexer blocks API
Rarible NFT Activities API
Rarible NFT Collections API
Rarible NFT Data and Historical Statistics API
Rarible NFT Items API
Rarible NFT Ownerships API
Rarible NFT Sales API