Get Transaction State
After initiating an instant sell, you should fetch the transaction to know the current status. Make a GET request to either of the following endpoints using your tx_ext_reference
OR localramp's reference
.
OR
With the following header
If the API call is successful, LocalRamp returns the following response:
The possible status
's are pending
, completed
and failed
pending - This means we are still processing the sell transaction
completed - This means that the transaction has been completed
Last updated