For the complete documentation index, see llms.txt. This page is also available as Markdown.

Tokenized Assets

Get Assets

get
/wawex/assets

Get the list of available tradable products. eWP is listed as the symbol TVDY with assetType: eWP, description "Tradevest DeFi Yield Kryptowertpapiere", and assetRiskScore: "3".

Authorizations
HTTPRequired
Query parameters
filterstringOptional

Filter assets by symbol or asset name

cursorstringOptional

String value used for pagination

limitinteger · min: 1 · max: 100Optional

Maximum number of items to return

Default: 20
Responses
200

OK

application/json
totalNumberOfAssetsintegerRequired
get/wawex/assets

Get Wawex Asset Document

get
/wawex/assets/{symbol}/document

Download a document for a tokenized asset (e.g. prospectus).

Authorizations
HTTPRequired
Path parameters
symbolstringRequired

Trading symbol of the tokenized asset

Query parameters
languagestring · enumOptional

Language of the returned document

Default: dePossible values:
documentTypestring · enumOptional

Type of asset document

Default: prospectusPossible values:
Responses
200

OK

application/octet-stream
string · binaryOptional
get/wawex/assets/{symbol}/document

Get price for token

get
/wawex/prices/{token}

Get current price for a specific token

Authorizations
HTTPRequired
Path parameters
tokenstringRequired

Token symbol

Responses
200

OK

application/json
asknumber · decimalOptional

Current ask price

bidnumber · decimalOptional

Current bid price

currencystringOptional

Currency code

get/wawex/prices/{token}

Last updated