v1
latestOpenAPI 3.1.02026-07-1288262495.0 KBPrimary Network
Get asset details
Gets asset details corresponding to the given asset id on the X-Chain.
get/v1/networks/{network}/blockchains/{blockchainId}/assets/{assetId}
Path parameters
blockchainId'2oYMBNV4eNHyqk2fjjV5nVQLDbtmNJzq5s3qs3Lo6ftnC6FByM' | '2JVSBoinj9C2J33VntvzYtVJNZdN2NKiwwKjcumHUWEb5DbBrm' | 'x-chain' required
A primary network blockchain id or alias.
network'mainnet' | 'fuji' | 'testnet' required
Either mainnet or testnet/fuji.
assetIdstring required
Asset ID for any asset on X-Chain
Response
Successful response
Example response
{
"assetId": "th5aLdWLi32yS9ED6uLGoMMubqHjzMsXhKWwzP6yZTYQKYzof",
"name": "Avalanche",
"symbol": "AVAX",
"denomination": 9,
"createdAtTimestamp": 1675444720
}