List fiat transaction statuses

Retrieves fiat transaction status objects for the calling platform. Defaults: when start_date/end_date are omitted, the last day of transactions is returned; when page/size are omitted, the first 200 transactions are returned; omitting participant or status removes the respective filter.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
int64

Inclusive start of the query window as a Unix timestamp in seconds.

int64

Inclusive end of the query window as a Unix timestamp in seconds.

string

Filter for the given participant code

string

Filter for the given transaction_id

string

Filter for the given trade_id

string
enum

Filter for the given status of the transaction

number
Defaults to 1

Filter for a specific page (pagination)

number
Defaults to 200

Filter for the amount of transaction status objects returned

Headers
string
required

HMAC-SHA256 signature of the request, base64-encoded. See the Authentication guide for the exact signing formula.

string
required

Current Unix timestamp in seconds. Must be within 60 seconds of server time or the request is rejected.

Responses

Language
Credentials
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json