Skip to main content

Get Assets

Get Assets

This endpoint retrieves a list of available assets in the system.

Endpoint

  • Path: /assets
  • Method: GET

Request

  • No additional parameters required.

Response

  • Fields (array of objects):
    • id: Unique identifier for the asset.
    • coin: The type of cryptocurrency or asset.
    • min_value: The minimum amount required for a transaction.
    • processing_time: Estimated time to process the transaction.
    • network: The blockchain network associated with the asset.
    • available: Indicates whether the asset is currently available for transactions (true/false).

Description

Returns a list of all assets supported by the system, including their identifiers, coin types, and networks.