Skip to main content
GET
List the assets your tenant can settle in
Requires any one of: manage:transfers or manage:pay-in-sessions or manage:accounts — see Required scopes. Returns every chain/asset pair enabled for your tenant. Read this at runtime instead of hard-coding a list — the set is configured per tenant and can change without an API version bump. Two things this drives:
  • Asset pickers. Show the end-user only what your tenant can actually settle in.
  • Naming an asset explicitly. When a fiat currency maps to more than one asset — USDC on two chains, both denominated in USD — fiat transfers need an explicit chain + asset pair. This tells you which currencies are in that position.
This returns what the tenant is enabled for, not what a given account can use today. An account also needs an allowance in place before it can move an asset — use List account supported assets for that.
See Supported chains and assets.

Authorizations

Response

The tenant's enabled assets

success
boolean

Indicates whether the request was successful

result
object[]