Hello, I’m integrating my app with Elliptic AML and am looking to use the freeze transaction API in situations where I want to quarantine a deposit based on the Elliptic response.
I’m using the JS fireblocks SDK (v5.33.0) and am calling the fireblocks.freezeTransactionById(txId) as described here. However, this returns a 403. Calling fireblocks.getTransactionById(txId) returns the transaction so my credentials are correct. Any ideas on how I can debug this further? The e.response.data
from the error in my catch
block doesn’t give me anything useful:
"data": {
"message": "ok",
"code": 0
},