ENUM for result status in Universal Transfer

Hi guys,

I am using @GET("/sapi/v1/asset/transfer") to get the historty of funds transfer between different accounts within main account. The result brings a list of transfers. I can’t find the domain for different status of transfer transactions. In change logs I only see “CONFIRMED” as an example. Which different status can we expect to get here?

Thanks in advance!

Unfortunately, I’m also not sure as it’s not listed publicly on the API documentation, although you could locally do an IF to separate the CONFIRMED ones from other status types that might appear.
(I’ll share this feedback internally)