post https://api-portfolioanalytics.cryptoindexseries.com/v1/Tenant/Transactions/Search
Allows a tenant to search across all transactions in the system
Log in to see full request history
Responses
Allows a tenant to search across all transactions in the system
xxxxxxxxxx
12curl --request POST \
--url https://api-portfolioanalytics.cryptoindexseries.com/v1/Tenant/Transactions/Search \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"page_number": 1,
"page_size": 50,
"order_by_field": "transaction_ts",
"order_by_direction": "DESC"
}
'
Try It!
to start a request and see the response here! Or choose an example: