Assets
Get list of all digital assets.
Authorizations
OAuth2clientCredentialsRequired
Token URL:
Responses
200
OK
application/json
get
/digital/assetsGET /digital/assets HTTP/1.1
Host: tvda-api.platform-test.tradevest.ai
Authorization: Bearer YOUR_OAUTH2_TOKEN
Accept: */*
200
OK
{
"data": [
{
"symbol": "text",
"description": "text",
"assetType": "CRYPTOCURRENCY",
"decimalPlaces": 1,
"availableFrom": "2025-11-18T06:55:53.226Z",
"availableTo": "2025-11-18T06:55:53.226Z",
"assetRiskScore": "0"
}
]
}Last updated
