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
Api keys provide higher access to rate limits. To obtain an api key, sign up for an account at https://avacloud.io/.
Path Parameters
A primary network blockchain id or alias.
Available options:
2oYMBNV4eNHyqk2fjjV5nVQLDbtmNJzq5s3qs3Lo6ftnC6FByM
, 2JVSBoinj9C2J33VntvzYtVJNZdN2NKiwwKjcumHUWEb5DbBrm
, 2piQ2AVHCjnduiWXsSY15DtbVuwHE2cwMHYnEXHsLL73BBkdbV
, x-chain
Either mainnet or testnet/fuji.
Available options:
mainnet
, fuji
, testnet
, devnet
Asset ID for any asset on X-Chain
Response
200 - application/json
Unique ID for an asset.
Name of this asset.
Symbol for this asset (max 4 characters).
Denomination of this asset to represent fungibility.
Type of asset like SECP256K1 or NFT.
Available options:
secp256k1
, nft
Timestamp in seconds this asset was created on.
Cap represents if an asset is a variable or fixed cap asset.
Available options:
fixed
, variable
Was this page helpful?