GET
/
v3
/
request-status
/
{requestId}
curl --request GET \
  --url https://bridge-swap.aarc.xyz/v3/request-status/{requestId} \
  --header 'x-api-key: <api-key>'
{
  "requestId": "<string>",
  "status": "<string>",
  "transactionSteps": [
    {
      "step": "<string>",
      "status": "<string>",
      "timestamp": "<string>"
    }
  ]
}

Authorizations

x-api-key
string
header
required

API key required for authentication

Headers

x-api-key
string
required

API key for authentication

Path Parameters

requestId
string
required

The unique identifier received from the deposit-address endpoint

Response

200
application/json

Successfully retrieved transaction status

The response is of type object.