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.

Responses

OK
Schema
  • Array [

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

    tokenDetails

    object(s)

    network

    object

    contractAddress stringrequired
    decimals numberrequired
    depositOffline string[] or boolean
    settleOffline string[] or boolean
  • ]

Loading...