Skip to main content

Get Supported Crypto Assets

GET 

/api/crypto-purchase/v2/supported-crypto-assets

Get all of the supported crypto assets along with their corresponding networks and additional information

Responses

OK

Schema

    cryptoAssets

    object[]

    Contains all of the supported crypto assets along with their corresponding networks and additional information

  • Array [

  • currencyName string
    currencyCode string
    network string
    supportsWalletAddressTag boolean
    notAllowedCountries string[]
  • ]

Loading...