---
title: "getAsset"
method: GET
path: "/getAsset"
---

# getAsset

`GET /getAsset`

Get asset details

## Headers

- `AUTHORIZATION` string, required

## Request body

- object
  - `RAW_BODY` object
    - `asset` string, required — The asset name
    - `blockchain` string, required — The blockchain on which the asset is located
    - `network` string — The blockchain network

## Response `200`

200

- object
  - `asset` string
  - `blockchain` string
  - `usd_price` string
  - `url` string
  - `networks` string[]
  - `coingecko_id` string
  - `deposit_minimum` string
  - `deposit_enabled` boolean
  - `withdrawal_minimum` string
  - `withdrawal_enabled` boolean
  - `withdrawal_fee_percentage` string
  - `withdrawal_fee_fixed` string

## Other responses

- `400` — 400

---

[API](https://skmtc.net/telepay/apis/telepay-rest-api.md) · [All operations](https://skmtc.net/telepay/apis/telepay-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/telepay/telepay-rest-api/versions/02f04301c30e/schema)
