Skip to content

Commit

Permalink
add mainnet dlob address
Browse files Browse the repository at this point in the history
  • Loading branch information
nullpointer0x00 committed Oct 26, 2023
1 parent 4eb297c commit 01fdc2f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ class TokenService(private val accountClient: AccountGrpcClient) {

fun getHistoricalFromDlob(startTime: DateTime, tickerId: String): DlobHistBase? = runBlocking {
try {
KTOR_CLIENT_JAVA.get("https://test.dlob.io:443/gecko/external/api/v1/exchange/historical_trades") {
KTOR_CLIENT_JAVA.get("https://www.dlob.io:443/gecko/external/api/v1/exchange/historical_trades") {
parameter("ticker_id", tickerId)
parameter("type", "buy")
parameter("start_time", DateTimeFormat.forPattern("dd-MM-yyyy").print(startTime))
Expand Down

0 comments on commit 01fdc2f

Please sign in to comment.