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 [
  • id int32
    name string
    symbol string
    precision integer
  • ]
  • to_assets object[]
  • Array [
  • id int32
    name string
    symbol string
    precision integer
  • ]
  • ]
Loading...