List available assets

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

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

Path Parameters

  • enterpriseIdstringRequired
    Example: "59cd72485007a239fb00282ed480da1f"
    Pattern: ^[0-9a-f]{32}$
    Min length: >= 1 characters

Query Parameters

  • includeTokensstringDefault: false
    True, if returning tokens.
    Enum: true false
  • excludeOfcCoinsstringDefault: false
    True, if excluding off-chain assets.
    Enum: true false

200 Response

array[string]
A list of cryptocurrency or token ticker symbols
Example: ["btc","eth","usdt","sol","ton"]

400 Response

One of
name string
Error code
context object required
Properties that apply to a specific error name
error string required
Human-readable error message
requestId string required
Client request id

404 Response

name string
Error code
context object required
Properties that apply to a specific error name
error string required
Human-readable error message
requestId string required
Client request id