Change Updates

Do not miss any SkinsMoney API changes, ever again

Subscribe to the SkinsMoney API changelog to be up to date on recent changes.

RSS

Mar 8, 2025

main
1.0.0
Compare

API structure has changed

10 structure changes including:
5 Breaking changes
3 Additions
6 Modifications
1 Removal
Modified 6 Breaking
GET /v1/currencies
  • Authentication
  • Default authentication method Added
GET /v1/services/{service_uuid}/deposits/inventory
  • Path went from /v1/deposits/inventory to /v1/services/{service_uuid}/deposits/inventory (same operationId)
    Breaking
  • Body
  • application/json content type Modified
    • serviceId, signature properties Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
  • Query
  • serviceId, signature query parameters Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
  • Path
  • service_uuid path parameter Added
  • Authentication
  • Default authentication method Added
GET /v1/services/{service_uuid}/deposits/{deposit_uuid}
  • Path went from /v1/deposits/{id} to /v1/services/{service_uuid}/deposits/{deposit_uuid} (same operationId)
    Breaking
  • Body
  • application/json content type Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
  • Path
  • id path parameter Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
  • service_uuid, deposit_uuid path parameters Added
  • Authentication
  • Default authentication method Added
POST /v1/notification
  • Authentication
  • Default authentication method Added
POST /v1/services/{service_uuid}/deposits
  • Path went from /v1/deposits to /v1/services/{service_uuid}/deposits (same operationId)
    Breaking
  • Body
  • application/json content type Modified
    • serviceId, signature properties Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
  • Response
  • 422 response Modified
    • application/json content type Modified
      • data property Modified
        • serviceId, signature properties Removed
          • Removing a resource is always breaking unless it was deprecated before
            Breaking
  • Path
  • service_uuid path parameter Added
  • Authentication
  • Default authentication method Added
POST /v1/services/{service_uuid}/deposits/whitelabel
  • Path went from /v1/deposits/whitelabel to /v1/services/{service_uuid}/deposits/whitelabel (same operationId)
    Breaking
  • Body
  • application/json content type Modified
    • serviceId, signature properties Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
  • Path
  • service_uuid path parameter Added
  • Authentication
  • Default authentication method Added
Removed 1 Breaking
GET /v1/services/{id}/withdraw
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
Added 3
GET /v1/services/{service_uuid}/buys/for-sale
GET /v1/services/{service_uuid}/buys/{buy_uuid}
POST /v1/services/{service_uuid}/buys