Skip to content

gavt45/okx-exporter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OKX exporter

OKX exchange prometheus exporter

Build

make build

Use

Create config and use

dist/<OS>/cmd

Or use with commandline options:

dist/<OS>/cmd -host 0.0.0.0 -port 9100 -ws_host wspri.okx.com:8443

Clickhouse sink

Create new revision:

migrate create -ext sql -dir db/migrations -seq <revision name>

Apply migrations:

migrate -database 'clickhouse://localhost:9000/?database=default&username=default&password=default&x-multi-statement=true' -path db/migrations up

About

Prometheus exporter for OKX exchange

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published