---
title: "Get Alloys"
method: GET
path: "/api/v2/market_data/alloys/"
tags: ["Market Data"]
---

# Get Alloys

`GET /api/v2/market_data/alloys/`

Returns available `Alloys` with cursor-based pagination.

## Query parameters

- `symbols` string[]
- `limit` integer
- `order` 'asc' | 'desc'
- `next` string, nullable
- `previous` string, nullable

## Response `200`

OK

- PaginatedAlloyResponseV1 — Paginated response containing a list of Alloys.
  - `_sv` 'PaginatedAlloyResponse:v1' — Schema version
  - `data` AlloyV1[], required — List of Alloys
    - `_sv` 'Alloy:v1' — Schema version
    - `id` string, uuid, nullable, required — Unique identifier of the Alloy asset
    - `name` string, required — Name of the Alloy
    - `symbol` string, required — Symbol of the Alloy
    - `is_tradable` boolean, required — Indicates if tradable on Dinari platform
  - `pagination_metadata` BaseOpenApiPaginationMetadata, required
    - `previous` string — Cursor for previous page
    - `next` string — Cursor for next page

## Other responses

- `422` — Unprocessable Entity
- `default` — Default error response

---

[API](https://skmtc.net/dinaricrypto/apis/dinari-enterprise-api.md) · [All operations](https://skmtc.net/dinaricrypto/apis/dinari-enterprise-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/dinaricrypto/dinari-enterprise-api/revisions/5403e9118588/schema)
