# Get Assets for Network

<EndpointPage
  breadcrumbs={[
    { label: "Trading", href: "/trading/trading" },
    { label: "Market Data", href: "/trading/rest-api/market-data" },
    { label: "Get Assets for Network" },
  ]}
  title="Get Assets for Network"
  method="GET"
  url="https://api.gemini.com/v2/networks/{network}/assets"
  description="Retrieves the enabled assets (tokens) available on a specified blockchain network. Use this endpoint to discover all tokens that support deposits and withdrawals on a particular blockchain network. The `assets` field in the response is always an array, sorted alphabetically, containing one or more enabled asset codes."
  example={{
    request: {
      method: "GET",
      url: "https://api.gemini.com/v2/networks/ethereum/assets",
      headers: [],
    },
  }}
  sections={[
    {
      heading: "Path Parameters",
      children: <SpecPathParams operationId="getAssetsForNetwork" />,
    },
    {
      heading: "Responses",
      children: <SpecResponses operationId="getAssetsForNetwork" />,
    },
  ]}
/>

<PageNavigation
  prev={{ label: "FX Rate", href: "/trading/rest-api/market-data/fx-rate" }}
  next={{ label: "Get Network", href: "/trading/rest-api/market-data/get-network" }}
/>
