---
title: "Get Collateral Assets"
method: GET
path: "/v1/info/assets"
---

# Get Collateral Assets

`GET /v1/info/assets`

Get a list of collateral assets.

## Response `200`

Assets response.

- Asset[]
  - `asset` Asset, required — recursive
  - `address` string, required — Address
  - `decimals` integer, required — Asset decimals
  - `collateral_ratio` string, required — Collateral ratio
  - `withdrawal_fee` string, required — Withdrawal transaction fee in decimalized asset units

## Other responses

- `429` — Too Many Requests. `error` distinguishes the limit that was hit: `ip_rate_limited` (per-IP token bucket), `action_rate_limited` (per-account action rate), or `open_orders_limit` (resting open-order cap).
- `500` — Internal server error. `error` is `internal_error`.

---

[API](https://skmtc.net/polymarket/apis/polymarket-perps-http-api.md) · [All operations](https://skmtc.net/polymarket/apis/polymarket-perps-http-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/polymarket/polymarket-perps-http-api/revisions/734bf911b1be/schema)
