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",
"decimalPlaces": 1,
"availableFrom": "2025-07-10T02:22:32.358Z",
"availableTo": "2025-07-10T02:22:32.358Z"
}
]
}
Last updated