Transactions
Get your transactions history.
get
Get your transactions history.
Query parameters
currencystring · enumOptionalPossible values:
Currency code
order_bystring · enumOptionalPossible values:
Sorting order
time_frominteger · int32Optional
An integer represents the seconds elapsed since Unix epoch.
time_tointeger · int32Optional
An integer represents the seconds elapsed since Unix epoch.
deposit_statestringOptional
Filter deposits by states.
withdraw_statestringOptional
Filter withdraws by states.
txidstringOptional
Transaction id.
limitinteger · int32 · min: 1 · max: 1000Optional
Limit the number of returned transactions. Default to 100.
pageinteger · int32Optional
Specify the page of paginated results.
Responses
200
Get your transactions history.
get
GET /api/v2/live/account/transactions HTTP/1.1
Host: www.mameex.com
Accept: */*
200
Get your transactions history.
No content
Last updated