Get Transaction State
https://api.localramp.co/v1/transaction/swap/status/:referencex-auth-token: <SECRET_KEY>{
"status": "success",
"data": {
"reference": "unique-ref",
"state": "completed",
"from_amount": "0.038058405",
"from_currency": "BTC",
"to_amount": "0.12345",
"to_currency": "LTC"
}
}Last updated