Assets
Get list of all digital assets.
Authorizations
Responses
200
OK
application/json
get
GET /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-08-30T17:51:10.229Z",
"availableTo": "2025-08-30T17:51:10.229Z"
}
]
}
Last updated