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

Re Supply API

Token supply metrics

Re Supply API is one of 5 APIs that Re publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Supply. The published artifact set on APIs.io includes an OpenAPI specification and API documentation.

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

Requests are made against a single base URL, https://api.re.xyz.

4 operations 4 paths 2 schemas 4 GET

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.3
API Version
1.0
Base URL
https://api.re.xyz
Resource Areas
1

Paths & Operations 4

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

Supply 4

Token supply metrics

GET
/supply
Supply for both tokens
getSupply → 200
GET
/supply/{token}
Supply for one token
getSupplyForToken 1 param → 200
GET
/supply/{token}/total_supply
Total supply of a token
getTokenTotalSupply 1 param → 200
GET
/supply/{token}/circulating
Circulating supply of a token
getTokenCirculatingSupply 1 param → 200

Schemas 2

The contract defines 2 schemas that model the data the API accepts and returns. The most detailed are SupplyResponse (3 properties), TokenSupply (2 properties). Each schema is shown below with its type and property counts.

TokenSupply
object
2 properties
SupplyResponse
object
3 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

re-supply-api-openapi.yml Raw ↑

Other APIs Re publishes across the network.

Re General API
Re Points API
Re TVL API
Re Wallet API