Skip to content

Latest commit

 

History

History
36 lines (32 loc) · 1.27 KB

marketplace_api.md

File metadata and controls

36 lines (32 loc) · 1.27 KB

Marketplace Api

Please read General API Information first

All marketplace items (Permission: NONE, Security: NONE)

GET /ver1/marketplace/items

Weight: 1

Parameters:

Name Type Mandatory Values(default) Description
limit integer NO (50) Limit records. Max: 1_000
offset integer NO Offset records
scope string NO all, paid, free (all) paid - show only paid signal providers. free - show only free signal providers
order string NO subscribers, name, newest (newest)
locale string NO en, ru, zh, zh-CN, cn, es, pt, ko, fr, cs (en)

Marketplace Item Signals (Permission: NONE, Security: NONE)

GET /ver1/marketplace/{item_id}/signals

Weight: 1

Parameters:

Name Type Mandatory Values(default) Description
limit integer NO (50) Limit records. Max: 1_000
offset integer NO Offset records
order string NO pair, exchange, signal_type, date (date)
order_direction string NO asc, desc (desc)
locale string NO en, ru, zh, zh-CN, cn, es, pt, ko, fr, cs (en)
item_id integer YES

Response Entities