Skip to main content

SupportedController_getAllSupportedRoutes

GET 

/v2/supported/chains

SupportedController_getAllSupportedRoutes

Request

Header Parameters

    API-KEY string

Responses

All Supported Chains by Movr

Schema

    success booleanrequired

    Status of API.

    result

    object[]

    required

  • Array [

  • chainId numberrequired

    Id of chain.

    name stringrequired

    Name of chain.

    icon stringrequired

    URL for icon of chain.

    isL1 booleanrequired

    Flag indicating whether the chain is L1.

    sendingEnabled booleanrequired

    Flag indicating whether sending of tokens is supported from chain.

    receivingEnabled booleanrequired

    Flag indicating whether receiving of tokens is supported to chain.

    refuel

    object

    required

    sendingEnabled boolean
    receivingEnabled boolean

    currency

    object

    required

    address stringrequired

    Address of gas token.

    icon stringrequired

    URL for icon of gas token.

    name stringrequired

    Name of gas token.

    symbol stringrequired

    Symbol of gas token.

    decimals numberrequired

    Decimals of gas token.

    minNativeCurrencyForGas stringrequired

    Minimum amount to be left for gas while using max amount.

    rpcs string[]required
    explorers string[]required
  • ]

Loading...