Skip to main content

Coins

GET 

/coins

Returns the list of coins and their respective networks available on SideShift.ai.

The fields fixedOnly, variableOnly, depositOffline, settleOffline will return false if false for every network. true for single network assets and an array of networks for mixed.

tokenDetails[network].contractAddress can be used as depositCoin in /v2/quotes and /v2/shifts/variable when you need to target a specific token implementation on a specific network.

Responses

OK
Schema
  • Array [

  • networks string[]required
    coin stringrequired
    name stringrequired
    hasMemo booleanrequireddeprecated
    fixedOnly string[] or booleanrequired
    variableOnly string[] or booleanrequired

    tokenDetails

    object(s)

    network

    object

    contractAddress stringrequired

    can be used as depositCoin

    decimals numberrequired
    networksWithMemo string[]required
    depositOffline string[] or boolean
    settleOffline string[] or boolean
  • ]

Loading...