This method allows you to get transaction history which is a concise record of all your transactions.
API Key permission group : Transaction History
Designated Wallet : Not Impacted
{
"endDate":20240401,
"pageLimit":25,
"pageNo":1,
"startDate":20240301,
"timestamp":1640995200000,
"bizTypes":[15],
"walletType":20
}
curl --location --request POST '/open-api/v1/wallet/transaction/history' \
--header 'open-apikey;' \
--header 'signature;' \
--header 'Content-Type: application/json' \
--data-raw '{
"endDate":20240401,
"pageLimit":25,
"pageNo":1,
"startDate":20240301,
"timestamp":1640995200000,
"bizTypes":[15],
"walletType":20
}'{
"data": {
"data": [
{
"walletId": "1642895641310679041",
"walletName": "PPPPPPwallet",
"network": "BSC",
"symbol": "BNB",
"txId": "",
"transactionType": "Receive",
"amount": "0.01100000",
"ts": 1711702341000
},
{
"walletId": "1642895641310679041",
"walletName": "PPPPPPwallet",
"network": "SOL",
"symbol": "SOL",
"txId": "",
"transactionType": "Receive",
"amount": "0.01300000",
"ts": 1711548843000
},
{
"walletId": "1642895641310679041",
"walletName": "PPPPPPwallet",
"network": "SOL",
"symbol": "SOL",
"txId": "",
"transactionType": "Receive",
"amount": "0.02000000",
"ts": 1711548526000
},
{
"walletId": "1642895641310679041",
"walletName": "PPPPPPwallet",
"network": "SOL",
"symbol": "SOL",
"txId": "",
"transactionType": "Receive",
"amount": "0.01100000",
"ts": 1711548332000
},
{
"walletId": "1642895641310679041",
"walletName": "PPPPPPwallet",
"network": "SOL",
"symbol": "SOL",
"txId": "",
"transactionType": "Receive",
"amount": "0.10000000",
"ts": 1711548257000
},
{
"walletId": "1642895641310679041",
"walletName": "PPPPPPwallet",
"network": "BSC",
"symbol": "BNB",
"txId": "",
"transactionType": "Receive",
"amount": "0.01200000",
"ts": 1711548191000
},
{
"walletId": "1572553622146764801",
"walletName": "common PWwallet",
"network": "-",
"symbol": "SOL",
"txId": "",
"transactionType": "Receive",
"amount": "0.02800000",
"ts": 1711533841000
},
{
"walletId": "1572553622146764801",
"walletName": "common PWwallet",
"network": "-",
"symbol": "SOL",
"txId": "",
"transactionType": "Receive",
"amount": "0.02800000",
"ts": 1711533241000
},
{
"walletId": "1572553622146764801",
"walletName": "common PWwallet",
"network": "-",
"symbol": "SOL",
"txId": "",
"transactionType": "Receive",
"amount": "0.02800000",
"ts": 1711532402000
},
{
"walletId": "1572553622146764801",
"walletName": "common PWwallet",
"network": "-",
"symbol": "SOL",
"txId": "",
"transactionType": "Receive",
"amount": "0.02800000",
"ts": 1711531442000
}
],
"totalPage": 2,
"pageNo": 1,
"pageLimit": 25
},
"code": "000000",
"message": "Success"
}