curl --request POST \
--url https://api.uniblock.dev/uni/v1/json-rpc?chainId=43114 \
--header 'content-type: application/json' \
--data '{
"id": 1,
"jsonrpc": "2.0",
"method": "avm.getAssetDescription",
"params": {}
}'
{
"jsonrpc": "2.0",
"id": 1,
"result": {}
}
Get information about an asset.
curl --request POST \
--url https://api.uniblock.dev/uni/v1/json-rpc?chainId=43114 \
--header 'content-type: application/json' \
--data '{
"id": 1,
"jsonrpc": "2.0",
"method": "avm.getAssetDescription",
"params": {}
}'
{
"jsonrpc": "2.0",
"id": 1,
"result": {}
}
avm.getAssetDescription:params.assetID: The asset ID to query. For example, the AVAX asset ID differs by network (Mainnet: FvwEAhmxK…, Testnet: U8iRqJoi…).curl --request POST \
--url https://api.uniblock.dev/uni/v1/json-rpc?chainId=43114 \
--header 'content-type: application/json' \
--data '{
"id": 1,
"jsonrpc": "2.0",
"method": "avm.getAssetDescription",
"params": {}
}'
{
"jsonrpc": "2.0",
"id": 1,
"result": {}
}
Was this page helpful?