Skip to main content

List supported chains

GET /api/v1/list

Get chains and tokens supported by Meson protocol.

Responses

Successful operation

Schema
  • result object[]
  • Array [
  • id string
  • name string
  • chainId hex_string or string
  • address hex_string or string
  • destinationChainOnly boolean
  • tokens object[]
  • Array [
  • id string
  • addr string
  • ]
  • ]
Loading...