{
"currency": "string",
"transactionAtFrom": "string",
"transactionAtTo": "string",
"orderId": "string",
"transactionTypes": [
"string"
],
"page": 0,
"pageSize": 0
}curl --location --request POST 'https://dev-gateway.longfungx.com/open/api/fund/transactions' \
--header 'Authorization: Bearer ZS3zq8gPkas0IzugI8WzSJs3WdHIj6/YkdXdLMkYnbo=' \
--header 'Content-Type: application/json' \
--data-raw '{
"currency": "string",
"transactionAtFrom": "string",
"transactionAtTo": "string",
"orderId": "string",
"transactionTypes": [
"string"
],
"page": 0,
"pageSize": 0
}'{
"code": "string",
"message": "string",
"data": {
"list": "Collections.emptyList()",
"total": 0,
"pageNo": 0,
"pages": 0,
"pageSize": 0
},
"timestamp": "string"
}