Skip to main content
Get data about tokenization platforms — the applications through which RWA assets are issued and managed.
In the API, platforms are referenced as protocol in field names (e.g., protocol_id, protocol_slug, protocol_name) for historical reasons. The terms are interchangeable — “platform” and “protocol” refer to the same entity.

GET /v4/platforms

Returns a list of platforms with filtering, sorting, and pagination. Default sort: name ascending | Default page size: 25

Fields

Each platform response also includes nested breakdowns: asset_class_stats, issuer_stats, jurisdiction_country_stats, and network_stats.

Example Request

Example Response

Numeric metrics are returned as objects with the current value (val), historical snapshots, and percentage changes. See Responses for the full format.

GET /v4/platforms/meta

Returns metadata about available fields, filter operators, and select options for the platforms endpoint.

Example Request