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 Charts API

The Charts API from Rarible — 2 operation(s) for charts.

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

Tagged areas include Charts. 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 5 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 5 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 Charts 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.

Charts 2
GET
/v2.0/data/collections/{id}/charts/floorPrice
Get historical data of floor price for collection for charting purposes
getFloorPriceChart 4 params → 200400404500
GET
/v2.0/data/collections/{id}/charts/volume
Get historical data of collection volume (total sales worth) for charting purposes
getVolumeChart 4 params → 200400404500

Schemas 5

The contract defines 5 schemas that model the data the API accepts and returns. The most detailed are OlapHistoryValuesByTimestamps (2 properties), OlapError (2 properties), OlapChartResponse (1 property). Each schema is shown below with its type and property counts.

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
OlapChartResponse
object
1 property 1 required
CollectionId
string
Collection id

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

rarible-charts-api-openapi.yml Raw ↑

Other APIs Rarible publishes across the network.

Rarible Collection Leader Board 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