{
"searchKey": "",
"repoId": 385182611017794,
"sortDir": 1,
"sortField": "open_sea_time",
"searchTimeType": 1,
"searchTime": {"start": "2022-09-01 00:00:00", "end": "2022-09-28 23:59:59"},
"pageNo": 1,
"pageSize": 50
}
curl --location --request POST '/api/v3/openSea/transferRecordList' \
--header 'appId;' \
--header 'timestamp;' \
--header 'sign;' \
--header 'appKey: {{appKey}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"searchKey": "",
"repoId": 385182611017794,
"sortDir": 1,
"sortField": "open_sea_time",
"searchTimeType": 1,
"searchTime": {"start": "2022-09-01 00:00:00", "end": "2022-09-28 23:59:59"},
"pageNo": 1,
"pageSize": 50
}'