Gate.io | Tardis.dev Documentation (2024)

Gate.io historical market data details - currency pairs, data coverage and data collection specifics

Gate.io historical data for high caps currency pairs is available since 2020-07-01, data for all currency pairs is available since 2022-06-09.

Downloadable CSV files

Historical CSV datasets for the first day of each month are available to download without API key. See downloadable CSV files documentation.

data type

symbol

date

trades

BTC_USDT

2020-07-01

incremental_book_L2

BTC_USDT

2020-07-01

quotes

BTC_USDT

2020-07-01

book_snapshot_25

BTC_USDT

2020-07-01

trades

SPOT

2020-07-01

API Access and data format

Historical data format is the same as provided by real-time Gate.io WebSocket v3 API with addition of local timestamps. If you'd like to work with normalized data format instead (same format for each exchange) see downloadable CSV files or official client libs that can perform data normalization client-side.

# pip install tardis-clientimport asynciofrom tardis_client import TardisClient, Channeltardis_client = TardisClient(api_key="YOUR_API_KEY")async def replay(): # replay method returns Async Generator messages = tardis_client.replay( exchange="gate-io", from_date="2020-07-01", to_date="2020-07-02", filters=[Channel(name="depth", symbols=["BTC_USDT"])] ) # messages as provided by Gate.io real-time stream async for local_timestamp, message in messages: print(message)asyncio.run(replay())

See Python client docs.

// npm install tardis-devconst { replay } = require('tardis-dev');async function run() { try { const messages = replay({ exchange: 'gate-io', from: '2020-07-01', to: '2020-07-02', filters: [{ channel: 'depth', symbols: ['BTC_USDT'] }], apiKey: 'YOUR_API_KEY' }); // messages as provided by Gate.io real-time stream for await (const { localTimestamp, message } of messages) { console.log(localTimestamp, message); } } catch (e) { console.error(e); }}run();

See Node.js client docs.

curl -g 'https://api.tardis.dev/v1/data-feeds/gate-io?from=2020-07-01&filters=[{"channel":"depth","symbols":["BTC_USDT"]}]&offset=0'

See HTTP API docs.

curl -g 'localhost:8000/replay?options={"exchange":"gate-io","filters":[{"channel":"depth","symbols":["BTC_USDT"]}],"from":"2020-07-01","to":"2020-07-02"}'

Tardis-machine is a locally runnable server that exposes API allowing efficiently requesting historical market data for whole time periods in contrast to HTTP API that provides data only in minute by minute slices.

See tardis-machine docs.

Captured real-time channels

Click any channel below to see HTTP API response with historical data recorded for it.

Market data collection details

Market data collection infrastructure for Gate.io is located in GCP asia-northeast1 (Tokyo, Japan).Real-time market data is captured via multiple WebSocket connections.

Gate.io servers are located in AWS ap-northeast-1 region (Tokyo, Japan).

Last updated

Gate.io | Tardis.dev Documentation (2024)
Top Articles
What Is the Highest Level Capital One Credit Card?
This Is How Fintechs Add-Value To A Bank
Barstool Sports Gif
9.4: Resonance Lewis Structures
Bild Poster Ikea
Amc Near My Location
Enrique Espinosa Melendez Obituary
Breaded Mushrooms
Southside Grill Schuylkill Haven Pa
Insidious 5 Showtimes Near Cinemark Tinseltown 290 And Xd
Boggle Brain Busters Bonus Answers
The Blind Showtimes Near Showcase Cinemas Springdale
Buying risk?
Magic Mike's Last Dance Showtimes Near Marcus Cedar Creek Cinema
I Saysopensesame
Skip The Games Fairbanks Alaska
Accident On The 210 Freeway Today
Amortization Calculator
Vegito Clothes Xenoverse 2
Great Clips Grandview Station Marion Reviews
Canvasdiscount Black Friday Deals
E32 Ultipro Desktop Version
1145 Barnett Drive
4 Methods to Fix “Vortex Mods Cannot Be Deployed” Issue - MiniTool Partition Wizard
Bolly2Tolly Maari 2
Tinyzonehd
His Only Son Showtimes Near Marquee Cinemas - Wakefield 12
Redbox Walmart Near Me
Duke Energy Anderson Operations Center
Kempsville Recreation Center Pool Schedule
Street Fighter 6 Nexus
Autotrader Bmw X5
Mega Millions Lottery - Winning Numbers & Results
Rogers Centre is getting a $300M reno. Here's what the Blue Jays ballpark will look like | CBC News
“Los nuevos desafíos socioculturales” Identidad, Educación, Mujeres Científicas, Política y Sustentabilidad
Barber Gym Quantico Hours
Daily Times-Advocate from Escondido, California
Academy Sports New Bern Nc Coupons
062203010
Dwc Qme Database
Ladyva Is She Married
Free Crossword Puzzles | BestCrosswords.com
Mychart Mercy Health Paducah
Coffee County Tag Office Douglas Ga
Gli italiani buttano sempre più cibo, quasi 7 etti a settimana (a testa)
Ehc Workspace Login
Random Animal Hybrid Generator Wheel
Wpne Tv Schedule
Oefenpakket & Hoorcolleges Diagnostiek | WorldSupporter
60 Second Burger Run Unblocked
Fahrpläne, Preise und Anbieter von Bookaway
Https://Eaxcis.allstate.com
Latest Posts
Article information

Author: Wyatt Volkman LLD

Last Updated:

Views: 6036

Rating: 4.6 / 5 (66 voted)

Reviews: 81% of readers found this page helpful

Author information

Name: Wyatt Volkman LLD

Birthday: 1992-02-16

Address: Suite 851 78549 Lubowitz Well, Wardside, TX 98080-8615

Phone: +67618977178100

Job: Manufacturing Director

Hobby: Running, Mountaineering, Inline skating, Writing, Baton twirling, Computer programming, Stone skipping

Introduction: My name is Wyatt Volkman LLD, I am a handsome, rich, comfortable, lively, zealous, graceful, gifted person who loves writing and wants to share my knowledge and understanding with you.