Assets
Get asset details
Gets asset details corresponding to the given asset id on the X-Chain.
GET
/
v1
/
networks
/
{network}
/
blockchains
/
{blockchainId}
/
assets
/
{assetId}
Authorizations
x-glacier-api-key
string
headerrequiredApi 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>
requiredA primary network blockchain id or alias.
Available options:
2oYMBNV4eNHyqk2fjjV5nVQLDbtmNJzq5s3qs3Lo6ftnC6FByM
, 2JVSBoinj9C2J33VntvzYtVJNZdN2NKiwwKjcumHUWEb5DbBrm
, 2piQ2AVHCjnduiWXsSY15DtbVuwHE2cwMHYnEXHsLL73BBkdbV
, x-chain
network
enum<string>
requiredEither mainnet or testnet/fuji.
Available options:
mainnet
, fuji
, testnet
assetId
string
requiredAsset ID for any asset on X-Chain
Response
200 - application/json
assetId
string
requiredUnique ID for an asset.
name
string
requiredName of this asset.
symbol
string
requiredSymbol for this asset (max 4 characters).
denomination
number
requiredDenomination of this asset to represent fungibility.
type
enum<string>
requiredType of asset like SECP256K1 or NFT.
Available options:
secp256k1
, nft
createdAtTimestamp
number
requiredTimestamp in seconds this asset was created on.
cap
enum<string>
requiredCap represents if an asset is a variable or fixed cap asset.
Available options:
fixed
, variable
Was this page helpful?