Sports Data

Get sports

This endpoint retrieves all sports available on the exchange

get/sports

Response

statusstring

success or failure if the request succeeded or not

Example response

{
  "data": [
    {
      "sportId": 1,
      "label": "Soccer"
    }
  ]
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.