Monitor the progression and retrieve information about an active exchange operation.

Technical Specification

HTTP Method: GET

Route: /status

Request Headers:

Header Name Expected Value
Content-Type application/json

Input Values

Mandatory Fields

Server Response

Successful Request (200)

Delivers full operation details and current progression state.

{
  "message": "success",
  "order_info": {
    "order_id": "BDfN7vF9TMKi",
    "creation_time": 1711623162,
    "currency_from": "BTC",
    "amount_from": 1,
    "currency_to": "ETH",
    "amount_to": 19.1823984,
    "address_to": "0xDF687a66b3d1bc47CFFf38F000821dBcA34db8fb",
    "address_from": "3F8rMfbgLMYKQmHiGTwZCCckXKgmnu3ivY",
    "sender_memo_tag": "",
    "receiver_memo_tag": "",
    "is_anonym": false,
    "fixed": true,
    "status": 0
  }
}

Data Structure Breakdown