Skip to main content

List all asset icons

GET /v1/assets/icons/:size

Gets the list of icons (of the given size) for all the assets.

Path Parameters
  • size int32 required

    The size of the icons.

Responses

successful operation

Schema
  • Array [
  • exchange_id string nullable

    Gets or sets the exchange ID associated with the icon.

  • asset_id string nullable

    Gets or sets the asset ID associated with the icon.

  • url string nullable

    Gets or sets the URL of the icon.

  • ]
Loading...