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

Ripple Labs Market Cap API

Use these API operations to obtain details about market-capitalization supply for a stablecoin currency.| Operation | Method | Description || --------- | ------ | ----------- || [Get total supply](#operation/getMarketCapTotal) | GET | Get the total amount of currency supply, with a per-chain breakdown. || [Get total supply amount](#operation/getMarketCapTotalAmount) | GET | Get the total supply as a plain decimal string. || [Get circulating supply](#operation/getMarketCapCirculating) | GET | Get the circulating amount of currency supply, with a per-chain breakdown. || [Get circulating supply amount](#operation/getMarketCapCirculatingAmount) | GET | Get the circulating supply as a plain decimal string. |**Note:** These Market Cap operations do not require authentication.

Ripple Labs Market Cap API is one of 36 APIs that Ripple Labs publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

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

This API exposes 4 operations across 4 paths, and defines 3 schemas. It is described by OpenAPI 3.0.0, at version 2.0.

Requests are made against 2 base URLs: https://api.sandbox.palisade.co, https://api.palisade.co.

4 operations 4 paths 3 schemas 4 GET

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.0
API Version
2.0
Base URL
https://api.ripple.com
Authentication
API Key
Resource Areas
1

Authentication & Security 1

Ripple Labs Market Cap API declares 1 security scheme for authenticating requests. An API key is passed in the header as Authorization (TokenAuth). By default, every request must be authenticated.

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.

Market Cap 4

Use these API operations to obtain details about market-capitalization supply for a stablecoin currency. | Operation | Method | Description | | --------- | ------ | ----------- |…

GET
/v1/stablecoin/market-cap/{currencyCode}/total
Get total supply
getMarketCapTotal 1 param → 200404500
GET
/v1/stablecoin/market-cap/{currencyCode}/total/amount
Get total supply amount
getMarketCapTotalAmount 1 param → 200404500
GET
/v1/stablecoin/market-cap/{currencyCode}/circulating
Get circulating supply
getMarketCapCirculating 1 param → 200404500
GET
/v1/stablecoin/market-cap/{currencyCode}/circulating/amount
Get circulating supply amount
getMarketCapCirculatingAmount 1 param → 200404500

Schemas 3

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

MarketCapBalance
object
Balance for a single currency or chain.
2 properties 1 required
ProblemDetail
object
Error response following RFC 9457 (Problem Details for HTTP APIs), the successor to RFC 7807.
4 properties
MarketCapSupply
object
Aggregate supply figure with a per-chain breakdown.
2 properties 2 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

ripple-labs-market-cap-api-openapi.yml Raw ↑

Other APIs Ripple Labs publishes across the network.

Ripple Labs Addresses API
Ripple Labs API Credentials API
Ripple Labs Auditing API
Ripple Labs Authentication API
Ripple Labs Balances and statements API
Ripple Labs Balances API
Ripple Labs Beneficiary confirmation API
Ripple Labs Counterparties API
Ripple Labs Diagnostics API
Ripple Labs Exchange transfers API
Ripple Labs Fees API
Ripple Labs Liquidations API