Skip to content

P2P Exchange - API get list of orders & total fund

  • Limit amount swap >= 10 USD

Initiate values as below:

"orders": [
        {
            "status": “new”, //cancelled, matched
            "type”:”buy”, //sell
            “createdDate":"mm/dd/yyyy : hh:mm:ss", // CET time format
            “modifiedDate”:”mm/dd/yyyy : hh:mm:ss”, // CET time format
            "amount":"5000",
            "ratedID":"GUID", //get value from daily matched rate. This uses for history order
            “xpi_txID":"123",
            “xec_txID”:”456"
        }
    ],
    "rates": {
        "totalXEC":1000,
        "totalXPI":2000
    }
Edited by Kensaurus