Search for trades

This endpoint allows you to search for finished trades by date range, trade ID, offer ID or user ID, individually or in combination, with the search period limited to a maximum of 31 days.

SecuritybearerAuth
Request
query Parameters
date_start
string

Start date for search in Y-m-d format

Example: date_start=2021-04-25
date_end
string

End date for search in Y-m-d format

Example: date_end=2021-06-25
internal_trade_id
string <uuid>

The unique trade identifier

Example: internal_trade_id=2e4c89ac-1290-426f-8de0-4c7b40b91d3a
external_transaction_id
string <uuid>

The unique external trade identifier

Example: external_transaction_id=77b5d766-e5da-4dd9-bd18-58a43c35b8ac
offer_id
string <uuid>

The unique offer_id identifier

Example: offer_id=abc5d766-e5da-4dd9-bd18-58a43c35b8ac
user_pid
string <uuid>

Unique User Identifier

Example: user_pid=abc2d123-a5db-4dd9-bd18-58a43c35b9ab
page_size
integer

Number of elements to be displayed on a page

Example: page_size=10
page
integer

Display page number

Example: page=1
Responses
200

List trades that match the search query parameters

401

Error

422

Error

429

Too Many Requests

500

Error

503

Maintenance or Service unavailable

get/v1/trades/search
Request samples
Response samples
application/json
{
  • "data": [
    ],
  • "meta": {
    },
  • "links": {
    }
}