curl --request GET \
--url https://api.nh.staging.mum.juspay.net/service2/wallet/{wallet_id}/transactions/history/{number_of_days} \
--header 'Authorization: Bearer <token>'{
"transactions": [
{
"amount": 123,
"currency": "<string>",
"occurred_at": {
"seconds": 123
},
"transaction_id": "<string>",
"transaction_status": "SUCCESS"
}
],
"wallet_id": "<string>"
}curl --request GET \
--url https://api.nh.staging.mum.juspay.net/service2/wallet/{wallet_id}/transactions/history/{number_of_days} \
--header 'Authorization: Bearer <token>'{
"transactions": [
{
"amount": 123,
"currency": "<string>",
"occurred_at": {
"seconds": 123
},
"transaction_id": "<string>",
"transaction_status": "SUCCESS"
}
],
"wallet_id": "<string>"
}JWT access token. Obtain from /auth/otp/verify endpoint.
Transcorp wallet id (transcorp_wallet_id from GET /wallet)
Filter window in days (0 = all history, 1–365)