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

    successbooleanrequired

    Status of API.

    Example: true

    result

    object[]

    required

  • Array [

  • chainIdnumberrequired

    Id of chain.

    Example: 137
    namestringrequired

    Name of chain.

    Example: Polygon
    iconstringrequired

    URL for icon of chain.

    Example: https://movricons.s3.ap-south-1.amazonaws.com/Matic.svg
    isL1booleanrequired

    Flag indicating whether the chain is L1.

    Example: false
    sendingEnabledbooleanrequired

    Flag indicating whether sending of tokens is supported from chain.

    Example: true
    receivingEnabledbooleanrequired

    Flag indicating whether receiving of tokens is supported to chain.

    Example: true

    refuel

    object

    required

    sendingEnabledboolean
    receivingEnabledboolean

    currency

    object

    required

    addressstringrequired

    Address of gas token.

    Example: 0xeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee
    iconstringrequired

    URL for icon of gas token.

    Example: https://maticnetwork.github.io/polygon-token-assets/assets/matic.svg
    namestringrequired

    Name of gas token.

    Example: Matic
    symbolstringrequired

    Symbol of gas token.

    Example: MATIC
    decimalsnumberrequired

    Decimals of gas token.

    Example: 18
    minNativeCurrencyForGasstringrequired

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

    Example: 100000000000000000
    rpcsstring[]required
    explorersstring[]required
  • ]