All Projects → OPSkins → trade-opskins-api

OPSkins / trade-opskins-api

Licence: other
API docs for trade.opskins.com

Projects that are alternatives of or similar to trade-opskins-api

docs-api
Nobitex Cryptocurrency Exchange Market API Documentation
Stars: ✭ 36 (-18.18%)
Mutual labels:  api-documentation
MDSL-Specification
A domain-specific language to specify (micro-)service contracts, data representations and endpoints.
Stars: ✭ 35 (-20.45%)
Mutual labels:  api-documentation
protean
Evolve your RESTful API's and Web Services
Stars: ✭ 31 (-29.55%)
Mutual labels:  api-documentation
Ring
Research into Ring's Private API
Stars: ✭ 28 (-36.36%)
Mutual labels:  api-documentation
openapi-viewer
Browse and test a REST API described with the OpenAPI 3.0 Specification
Stars: ✭ 85 (+93.18%)
Mutual labels:  api-documentation
apiguardian
@API Guardian
Stars: ✭ 153 (+247.73%)
Mutual labels:  api-documentation
specifications-ITS-REST
openEHR REST API Specifications
Stars: ✭ 20 (-54.55%)
Mutual labels:  api-documentation
API-Portal
API Portal lets you create and publish a customized site with API documentation, for free and without writing any code.
Stars: ✭ 162 (+268.18%)
Mutual labels:  api-documentation
apitest
this is a tool for testing Laravel REST API
Stars: ✭ 11 (-75%)
Mutual labels:  api-documentation
csharp-docs-generator
An action that generates html documentation for C# programs to use for GitHub pages.
Stars: ✭ 21 (-52.27%)
Mutual labels:  api-documentation
InternalSteamWebAPI
Documenting the unofficial and internal Steam Web API
Stars: ✭ 126 (+186.36%)
Mutual labels:  api-documentation
apidox
Generate node.js module API markdown with dox
Stars: ✭ 14 (-68.18%)
Mutual labels:  api-documentation
nei
NEI 接口管理平台 源代码
Stars: ✭ 308 (+600%)
Mutual labels:  api-documentation
fusionauth-site
Website and documentation for FusionAuth
Stars: ✭ 24 (-45.45%)
Mutual labels:  api-documentation
restdocs-spec
A maven plugin for generating Open API and Postman Collection specifications using Spring Restdocs.
Stars: ✭ 43 (-2.27%)
Mutual labels:  api-documentation
api-docs
Official documentation for WhiteBIT APIs
Stars: ✭ 2 (-95.45%)
Mutual labels:  api-documentation
liuye
柳叶清单开放 API 文档
Stars: ✭ 32 (-27.27%)
Mutual labels:  api-documentation
go-slate
A CLI tool to generate API documentation using Slate layout by Robert Lord
Stars: ✭ 19 (-56.82%)
Mutual labels:  api-documentation
mattermost-api-reference
Mattermost API reference documentation.
Stars: ✭ 74 (+68.18%)
Mutual labels:  api-documentation
PlayStation-Trophies
Sony has an API for retrieving details of the trophies an account has earned, but there is no public documentation for using it. This is an attempt at documenting the API by capturing the requests made by the https://my.playstation.com web site.
Stars: ✭ 62 (+40.91%)
Mutual labels:  api-documentation

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].