Commerz Data

These endpoints are dedicated to list markets.

Markets

List available markets.

HTTP Request
Request type

GET

Endpoint

https://api.datenly.com/api/commerzdata/markets

Response Parameters
Parameter Type Description
status Boolean Processing status of your request
markets Array List of markets
markets.$.uuid String Mareket uuid
markets.$.status Boolean Status of market availability
markets.$.name String Market name
markets.$.logo String Market logo
markets.$.login_status Boolean Market connection status
markets.$.contact_status Boolean Status of personal information recovery
markets.$.orders_status Boolean Status of order recovery
markets.$.basket_status Boolean Basket recovery status
Example
Request
curl 'https://api.datenly.com/api/commerzdata/markets' \
-H "Authorization: <token>"
Response