Cardiv
Market maker programmeAPI reference

Recent public trades

GET/trades

Query Parameters

pair?string
limit?integer
Default50

Response Body

application/json

application/json

curl -X GET "https://example.com/trades?pair=CBTC%2FCC"
{  "ok": true,  "data": {    "pair": "string",    "trades": [      {        "tradeId": "string",        "price": "string",        "quantity": "string",        "executedAt": "2019-08-24T14:15:22Z"      }    ],    "nextCursor": "string"  }}

Need help

Write to support@wolfedgelabs.com and include your party ID.