Skip to main content

Get Asset

GET 

/v1/wallet/assets/:asset_id

Get asset data by asset ID.

Requires authentication.

Request

Path Parameters

    asset_id stringrequired

    Asset ID.

Responses

OK

Schema
    result object
    id string

    Asset identification.

    name string

    Asset full name.

    asset_group string

    An optional grouping of similar assets.

    networks object[]

    List of distinct networks where this asset is placed.

  • Array [
  • name string

    Network identification.

    min_confirmations integer

    Minimum number of blocks added to the blockchain along with your transaction.

    blockchain_tag_name string

    'memo' or 'destination_tag' used in some networks.

    address_enabled boolean

    If is enabled to generate address on this network.

    deposit_enabled boolean

    If it is enabled to receive deposits on this network.

    withdrawal_enabled boolean

    If it is enabled to make withdrawals on this network.

    withdrawal_min_usd string

    Minimum USD amount to make a withdrawal.

    withdrawal_max_usd string

    Maximum USD amount permited to withdrawal for each 'withdrawal_max_interval'.

    withdrawal_max_interval integer

    Interval time to wait to be able to make a new withdrawal after reaching the value defined at 'withdrawal_max_usd', in hours.

  • ]
Loading...