List assets

GET/api/portfolio/assets

Query parameters

  • filterarray#
  • currencystring#
  • per_pagenumber#

Responses

200`ResourceCollection`
{}
403Forbidden.Error
422Validation error.Error
curl https://your-url.com/kong/core/api/gateway/api/portfolio/assets?filter={filter}&currency={currency}&per_page={per_page}\
  -H "Authorization: Bearer $DELIO_API_KEY"\
  -H "Content-Type: application/json"