Nextzy-wheel
    • Login
      POST
    • Get my profile
      GET
    • Spin
      POST
    • Get mine spins
      GET
    • Get global spin
      GET
    • Claim
      POST
    • Get mine rewards
      GET
    • Import csv
      POST

      Get mine spins

      Developing
      GET
      https://api.okaycraft.com/api/v1/players/{playerId}/spins

      Request

      Path Params

      Query Params

      Responses

      🟢200Success
      application/json
      Bodyapplication/json

      Request Request Example
      Shell
      JavaScript
      Java
      Swift
      curl --location 'https://api.okaycraft.com/api/v1/players/5c23dbbf-9ecb-477d-89bd-b130272d809c/spins?page=1&limit=10'
      Response Response Example
      {"success":true,"data":[{"id":"8f568674-84c0-4f28-bd73-af6f3115f148","player_id":"5c23dbbf-9ecb-477d-89bd-b130272d809c","username":"Demo","points":300,"created_at":"2026-05-18T07:31:44.670Z"},{"id":"c31e8c15-357c-4289-b887-9936ac3820e9","player_id":"5c23dbbf-9ecb-477d-89bd-b130272d809c","username":"Demo","points":500,"created_at":"2026-05-18T07:08:44.747Z"}],"meta":{"total":2,"total_pages":1,"current_page":1,"limit":10}}
      Modified at 2026-05-18 16:16:45
      Previous
      Spin
      Next
      Get global spin
      Built with