---
title: "List Supported Assets and Networks"
method: GET
path: "/v1/ramp/config/assets"
tags: ["Configuration"]
---

# List Supported Assets and Networks

`GET /v1/ramp/config/assets`

Query list of supported currencies and networks in the system. [  *Stablecoin Account API Publisher Disclaimer*](/stablecoin-account/v1.6/guide/stablecoin-account-api-publisher-disclaimer)

## Query parameters

- `asset_type` string

## Headers

- `x-on-behalf-of` string

## Response `200`

Successfully retrieved supported assets

- SupportedAssetsResponse
  - `code` integer, required
  - `message` string, required
  - `data` SupportedAsset[], required
    - `asset` string, required — Asset code
    - `asset_name` string, required — Asset name
    - `asset_type` 'CRYPTO' | 'FIAT', required — Asset type
    - `networks` SupportedNetwork[], required — List of supported networks
      - `network` string, required — Network code
      - `network_name` string, required — Network name
      - `deposit_enabled` boolean, required — Whether deposit is enabled for this network
      - `withdraw_enabled` boolean, required — Whether withdrawal is enabled for this network
      - `min_deposit_amount` string, required — Minimum deposit amount
      - `min_withdraw_amount` string, required — Minimum withdrawal amount
      - `withdraw_precision` integer, required — Withdrawal amount decimal precision
      - `estimated_arrival_time` integer, required — Estimated arrival time in minutes

---

[API](https://skmtc.dev/uqpay/apis/authentication-api.md) · [All operations](https://skmtc.dev/uqpay/apis/authentication-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/uqpay/authentication-api/revisions/cef532a10777/schema)
