To return ticker last 24 hours.
Currency & Base Currency both are optional.
Second segment is for Currency & Last segment is for Base Currency.
ore is symbol & 1 is Id in get-currencies api.
btc is base symbol & 1 is Id in get-trade-pair api.
To return all depth data
Currency & Base Currency both are required.
Second segment is for Base Currency & Last segment is for Currency.
limit (Record limit) is optional
ore is symbol & 1 is Id in get-trade-pair api.
btc is base symbol & 1 is Id in get-currencies api.
50 is record limit.
To return all volume of 24 hours with total of base currency
Not applicable.
To return chart data
Currency & Base Currency both are required.
start & end segments not are required. Both must be timestamp.
Second segment is for Base Currency & Third segment is for Currency.
Fourth segment is for start & Fifth segment is for end.
ore is symbol & 1 is Id in get-trade-pair api.
btc is base symbol & 1 is Id in get-currencies api.
To return all currency data
Currency (Optional to get single currency data)
btc is symbol & 1 is Id in Response.
To return all Trade Pair
Currency & base currency both are optional
ore is symbol & 5 is Id in above get-currencies api.
btc is base symbol & 2 is Id in response bellow.
To return all market history data
Base Currency is required.
Currency & limit (Record limit) both are optional
ore is symbol & 1 is Id in get-trade-pair api.
btc is base symbol & 1 is Id in get-currencies api.
50 is record limit.
To return all order history data
Currency & Base Currency both are required.
limit (Record limit) is optional
ore is symbol & 1 is Id in get-trade-pair api.
btc is base symbol & 1 is Id in get-currencies api.
50 is record limit.
To return all trades history data
Base Currency is required.
Currency & limit (Record limit) both are optional
ore is symbol & 1 is Id in get-trade-pair api.
btc is base symbol & 1 is Id in get-currencies api.
50 is record limit.