Skip to main content
GET
Error

Authorizations

Authorization
string
header
required

API key authentication. Format: Bearer {key_id}:{secret}

Path Parameters

id
string<uuid>
required

Response

200 - application/json

Asset details

id
string<uuid>
required
symbol
string
required
name
string
required
type
enum<string>
required

Asset class. QRC-20 denotes a Quantum Chain fungible token. The legacy value ERC20 is accepted on input as a deprecated alias and will be removed; new clients must use QRC-20.

Available options:
NATIVE,
QRC-20
decimals
integer
required
chainId
integer<int64>
required
status
enum<string>
required
Available options:
ACTIVE,
DISABLED
contractAddress
string