Discussions
Query regarding basic/status endpoint - static response for completed transaction
Hello, I am writing to inquire about the behavior of the /basic/status endpoint. I am consistently receiving the same static response for a transaction that has already been completed. The endpoint does not seem to be returning the final, updated status or any transaction data. Here is the cURL request I am using (with my API key redacted for security): curl --request GET
--url 'https://api.rango.exchange/basic/status?requestId=4e688824-625c-4957-a3f0-a3e64e497a7b&txId=0xb0b83683a03b6ebce80839bda128d7adb0a7d0bcea0023d13d6f0befc160a538&apiKey=[YOUR_API_KEY]'
Could you please clarify why this request always returns the same status and does not provide the expected final transaction details? Is there an issue with my request, or is this the intended behavior for this endpoint with the provided parameters?