GET
/
v1
/
networks
/
{network}
/
blockchains
/
{blockchainId}
/
assets
/
{assetId}

Authorizations

x-glacier-api-key
string
header
required

Api keys provide higher access to rate limits. To obtain an api key, sign up for an account at https://avacloud.io/.

Path Parameters

blockchainId
enum<string>
required

A primary network blockchain id or alias.

Available options:
2oYMBNV4eNHyqk2fjjV5nVQLDbtmNJzq5s3qs3Lo6ftnC6FByM,
2JVSBoinj9C2J33VntvzYtVJNZdN2NKiwwKjcumHUWEb5DbBrm,
2piQ2AVHCjnduiWXsSY15DtbVuwHE2cwMHYnEXHsLL73BBkdbV,
x-chain
network
enum<string>
required

Either mainnet or testnet/fuji.

Available options:
mainnet,
fuji,
testnet,
devnet
assetId
string
required

Asset ID for any asset on X-Chain

Response

200 - application/json
assetId
string
required

Unique ID for an asset.

cap
enum<string>
required

Cap represents if an asset is a variable or fixed cap asset.

Available options:
fixed,
variable
createdAtTimestamp
number
required

Timestamp in seconds this asset was created on.

denomination
number
required

Denomination of this asset to represent fungibility.

name
string
required

Name of this asset.

symbol
string
required

Symbol for this asset (max 4 characters).

type
enum<string>
required

Type of asset like SECP256K1 or NFT.

Available options:
secp256k1,
nft