Get Trades
Gets a list the latest trades for a product.
2 parameters can be used for the trades enpoint:
pairSymbol
last
You can send pairSymbol parameter in this format
BTCUSDT
Max of 50 latest trades can be used for the
trades
parameter
There are 2 possible options:
Without |
| Default 50 trades of |
With |
| 30 trades of |
Trades
GET
https://api.btcturk.com/api/v2/trades
Query Parameters
Name | Type | Description |
---|---|---|
pairSymbol | string | BTCTRY, ETHTRY etc. |
last | integer | Indicates how many last trades you want. Max is 50. |
Code Example
Last updated