Transactions

Get your transactions history.

get

Get your transactions history.

Query parameters
currencystring · enumOptional

Currency code

Possible values:
order_bystring · enumOptional

Sorting order

Possible values:
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