[Deprecated] TV Chart API

Provides the Dexlab TradingView API.

[Deprecated] Pair API

Get Base Config

GET https://tv-api.dexlab.space/v1/trade-history/tv/config

Get TradingView Chart Config.

{
    "supported_resolutions": [
        "1",
        "3",
        "5",
        "15",
        "30",
        "60",
        "120",
        "180",
        "240",
        "1D"
    ],
    "supports_group_request": false,
    "supports_marks": false,
    "supports_search": true,
    "supports_timescale_marks": false
}

Get Symbol Info

GET https://tv-api.dexlab.space/v1/trade-history/tv/symbols

Query Parameters

Name
Type
Description

symbol

string

DXL

Get History

GET https://tv-api.dexlab.space/v1/trade-history/tv/history

Query Parameters

Name
Type
Description

symbol

string

DXL/USDC

from

number

1627826778( timestamp )

to

number

1627913178( timestamp )

resolution

string

Last updated