6. Get Aggregated Transactions

GET {{aisp_base_url}}/v1/aggregate/transactions?currency=USD

Request Params

KeyDatatypeRequiredDescription
sincestringSet time from which the transactions will be get.
The parameter is passed as-is to backend services.
The default value should be 30 days before the actual date.
untilstringSet time to which the transactions will be get.
The parameter is passed as-is to backend services.
The default value should be the actual date.
currencystringCurrency to convert to.

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{"transactions":[{"transaction_id":"pariatur nostrud","amount":{"BTC":10.1,"LTC":2.2},"fee":{"BTC":10.1,"LTC":2.2},"total":{"BTC":10.1,"LTC":2.2},"created_at":"1946-12-01T20:40:51.106Z","inputs":[{"address":"bc1....","currency":"BTC","value":10.2,"owned":true,"fee":false,"converted_currency":"USD","converted_value":10.2},{"address":"bc1....","currency":"BTC","value":10.2,"owned":true,"fee":false,"converted_currency":"USD","converted_value":10.2}],"outputs":[{"address":"bc1....","currency":"BTC","value":10.2,"owned":true,"fee":false,"converted_currency":"USD","converted_value":10.2},{"address":"bc1....","currency":"BTC","value":10.2,"owned":true,"fee":false,"converted_currency":"USD","converted_value":10.2}],"converted_amount":{"USD":10.1},"converted_total":{"USD":10.1},"converted_fee":{"USD":10.1}},{"transaction_id":"occaecat et voluptate sed","amount":{"BTC":10.1,"LTC":2.2},"fee":{"BTC":10.1,"LTC":2.2},"total":{"BTC":10.1,"LTC":2.2},"created_at":"1968-08-27T05:43:24.989Z","inputs":[{"address":"bc1....","currency":"BTC","value":10.2,"owned":true,"fee":false,"converted_currency":"USD","converted_value":10.2},{"address":"bc1....","currency":"BTC","value":10.2,"owned":true,"fee":false,"converted_currency":"USD","converted_value":10.2}],"outputs":[{"address":"bc1....","currency":"BTC","value":10.2,"owned":true,"fee":false,"converted_currency":"USD","converted_value":10.2},{"address":"bc1....","currency":"BTC","value":10.2,"owned":true,"fee":false,"converted_currency":"USD","converted_value":10.2}],"converted_amount":{"USD":10.1},"converted_total":{"USD":10.1},"converted_fee":{"USD":10.1}}]}