Interface used for testing
A test endpoint that doesn't require authentication and doesn't return anything information other than the default status and time fields.
GET|POST https://api-trade.wax.io/ITest/Test/v1/
None required.
none
{
"status": 1,
"time": 1524696880
}
GET|POST https://api-trade.wax.io/ITest/TestAuthed/v1
API key required.
none
identity_basic
, identity
{
"status": 1,
"time": 1538088235,
"response": {
"uid": 123456
}
}
GET|POST https://api-trade.wax.io/ITest/TestBody/v1
API key required.
Any test input.
Everything that was sent as input.