the response from this endpoint looks like this:
“id”: 3896582672854450764,
“tranId”: 159632320273,
“asset”: “USDT”,
“amount”: “0.041095”,
“divTime”: 1710212826000,
“enInfo”: “Flexible”
what is the difference between id and tranId? To what do they refer?
Hey,
TranId
stands for transfer ID. Each id
refers to a fill associated with a specific TranId
. If a new event occurs related to the transfer identified by the TranId
, a new id
will be generated.
1 Like