v1

latestOpenAPI 3.0.02026-07-2442242189.1 KB
Assets

BatchGetAssets

Retrieves a list of assets by resource name.

get/v2/assets:batchGet

Query parameters

namesstring[] required

Repeated resource names of the requested assets.

Format: assets/{asset_id}

Response

A successful response.

Example response

{
  "assets": [
    {
      "network": "networks/ethereum-mainnet"
    }
  ]
}