Skip to main content
GET
/
v1
/
custom-assets
List Custom Assets
curl --request GET \
  --url https://api.centosfi.com/v1/custom-assets
[
  {
    "custom_asset_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "subaccount_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "name": "<string>",
    "inserted_at": "2023-11-07T05:31:56Z",
    "updated_at": "2023-11-07T05:31:56Z",
    "description": "<string>"
  }
]

Response

200 - application/json

Successful Response

custom_asset_id
string<uuid>
required
subaccount_id
string<uuid>
required
name
string
required
inserted_at
string<date-time>
required

Creation timestamp (UTC)

updated_at
string<date-time>
required

Last update timestamp (UTC)

description
string | null