Skip to main content
GET
List assets
Returns all assets in your organization. Assets are organization-level resources, not scoped to a single program. Each asset can be linked to one or more programs. Filter by status or program_id, and use search to find assets by symbol or name. The response includes each asset’s inventory_mode, issuance_policy, scale, and status.
For usage patterns and examples, see the Asset Configuration guide.

Authorizations

X-API-Key
string
header
required

API key passed in the X-API-Key header.

Query Parameters

limit
integer
default:50

Maximum number of results (default 50, max 200)

Required range: x >= 1
cursor
string

Pagination cursor from previous response

program_id
string<uuid>

Filter by program ID

status
enum<string>

Filter by asset status

Available options:
ACTIVE,
ARCHIVED

Search by asset symbol or name (partial match)

Response

List of assets

data
object[]

Data contains the list of items

pagination
object

Pagination contains cursor information for fetching more results