LogoLogo
  • Home Page
  • Documentation
    • API Overview
    • Partner API Authentication
    • Onboarding
    • Partner Webhooks
    • Status Codes for Financial Operations
    • Prices
  • WEBSOCKETS
    • Websocket Prices
      • Prices
      • Schemas
  • API REFERENCE
    • Authorization
      • Schemas
    • User Management
      • Users
      • Schemas
    • Customers
      • General
      • Legal Entities
      • Natural Persons
      • Customer Labels
      • Search Nace Sectors
      • Onboarding Wizard
      • Schemas
    • Documents
      • Documents
      • Schemas
    • Onboardings
      • Onboarding
      • Offboarding
      • Schemas
    • Products
      • General
      • Schemas
    • Asset Management
      • Trading
        • Assets
        • Schemas
      • Digital assets
        • Create Order
        • General
        • Assets
        • Schemas
      • Strategy
        • Schemas
    • Transaction History
      • Schemas
    • Transfers
      • General
      • Create Incoming Test Transfer
      • Schemas
    • Partner Documents
      • Schemas
    • Webhooks
      • Schemas
  • PARTNER APIS
    • Partner Webhooks
      • Schemas
Powered by GitBook
On this page
  1. API REFERENCE
  2. Asset Management
  3. Digital assets

Assets

Last updated 6 days ago

Get Assets

get

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
Accept: */*
200

OK

{
  "data": [
    {
      "symbol": "text",
      "description": "text",
      "decimalPlaces": 1,
      "availableFrom": "2025-05-23T00:31:51.757Z",
      "availableTo": "2025-05-23T00:31:51.757Z"
    }
  ]
}