General

URL Endpoint

Both public and authenticated endpoints use the domain:

https://api.resfinex.com/

// API endpoint
https://api.resfinex.com/<endpoint>/?parameter=value...

Response Format

{
  status: "ok",//or error
  data: <data>, 
  code: 401, //error code
  msg: "<error msg>", //error code
}

Error Code