Author

Topic: Kraken | Whole lot and lot? (Read 360 times)

hero member
Activity: 1204
Merit: 531
Metaverse 👾 Cyberweapons
October 19, 2017, 04:17:39 PM
#3
I am still interested in these definitions. I would be glad if someone could answer them for me  Wink No one could answer these questions whom I have asked so far so I am sure the answers would come useful to others as well.
sr. member
Activity: 700
Merit: 251
August 27, 2017, 08:41:31 AM
#2
Hello!

I develop a web application with Kraken API. When I request the API's Ticker method, I get the proper arrays, as it is stated in the API documentation:

Code:
= pair name
    a = ask array(, , ),
    b = bid array(, , ),
    c = last trade closed array(, ),
    v = volume array(, ),
    p = volume weighted average price array(, ),
    t = number of trades array(, ),
    l = low array(, ),
    h = high array(, ),
    o = today's opening price


At array 'a' and 'b', what is the difference between "whole lot volume" and "lot volume"?

Greetings,
PremiumCodeX

You post this in wrong section better move this to Service Discussion exchanges hope you will have some better response from members about this issue
hero member
Activity: 1204
Merit: 531
Metaverse 👾 Cyberweapons
August 27, 2017, 07:23:21 AM
#1
Hello!

I develop a web application with Kraken API. When I request the API's Ticker method, I get the proper arrays, as it is stated in the API documentation:

Code:
= pair name
    a = ask array(, , ),
    b = bid array(, , ),
    c = last trade closed array(, ),
    v = volume array(, ),
    p = volume weighted average price array(, ),
    t = number of trades array(, ),
    l = low array(, ),
    h = high array(, ),
    o = today's opening price


At array 'a' and 'b', what is the difference between "whole lot volume" and "lot volume"?

Greetings,
PremiumCodeX
Jump to: