Skip to main content

Assets Summary

GET 

/marketdata/api/v1/assets

Returns detailed summary for each currency available on the exchange.

Request

Responses

Success

Schema

  • Array [

  • name stringnullable

    The name of the asset.

    unifiedCryptoAssetId stringnullable

    The unified identifier for the crypto asset, which is unique across the platform.

    canWithdraw boolean

    Indicating whether the asset can be withdrawn.

    canDeposit boolean

    Indicating whether the asset can be deposited.

    minWithdraw double

    The minimum amount that can be withdrawn for this asset.

    maxWithdraw double

    The maximum amount that can be withdrawn for this asset.

    contractAddressUrl string[]nullable

    List of URLs for the contract addresses associated with this asset.

    contractAddress string[]nullable

    List of contract addresses associated with this asset.

  • ]

Loading...