Skip to main content

Supported assets

GET 

/assets/

Get the list of all supported assets.

Request

Responses

The list of all supported assets including their id, name and symbol.

Schema
  • Array [
  • from_assets object[]
  • Array [
  • name string
    symbol string
    precision integer
    asset_type string
    hash string
    cg_id string
    network string

    Possible values: [liquid, bitcoin, ethereum, polygon, tron]

  • ]
  • to_assets object[]
  • Array [
  • name string
    symbol string
    precision integer
    asset_type string
    hash string
    cg_id string
    network string

    Possible values: [liquid, bitcoin, ethereum, polygon, tron]

  • ]
  • ]
Loading...