Skip to content

OPSkins/trade-opskins-api

Repository files navigation

This documentation is deprecated. You can find the new documentation here: https://developer.wax.io/wax-trade/wax-expresstrade-api/#/


[Deprecated] API Documentation for WAX Trade

API Interfaces

API Response

Direct URL to API: https://api-trade.wax.io

All successful API responses have return data within the "response" object. A typical response may look like this:

{
    "status": 1,
    "time": 1528334546,
    "response": {
        "offer": {
            "some_data": "here"
        }
    }
}

If a response is paginated, the pagination details (current_page and total_pages) occur at the top-level of the object, not inside the response body.

Response Status Codes

All status codes and their titles can be found here.

OAuth

OPSkins OAuth works automatically with WAX Trade. You can use OAuth to log users into your website via OPSkins and (if desired) perform actions on their behalf via the API. Please see OPSkins OAuth Docs for more information.

Other Notes

Dynamic Images