waylaidwanderer / trade-opskins-api

API docs for trade.opskins.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

API Documentation for WAX ExpressTrade

API Interfaces

API Response

Direct URL to API: https://api-trade.opskins.com

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.

Additional Notes

About

API docs for trade.opskins.com