Enterprise

List available assets

Lists all available assets for a given enterprise. Must have view permissions on the enterprise

get/api/v2/enterprise/{enterpriseId}/availableassets

Path parameters

enterpriseIdstring required
Example:59cd72485007a239fb00282ed480da1f

Query parameters

includeTokensboolean

True, if returning tokens.

excludeOfcCoinsboolean

True, if excluding off-chain assets.

Response

OK

string[] required

Example response

[
  "btc",
  "eth",
  "usdt",
  "sol",
  "ton"
]

Changes

No recorded changes to this endpoint across all 16 revisions of this API.