Search
K

Versioning

NOTE : Socket has migrated it's API domain to api.socket.tech. The previous domain backend.movr.network will be deprecated going forward.
Each Socket HTTP API path is versioned independently using URI versioning. The format is: https://api.socket.tech/<version>/<endpoint>.
For example, you can request https://api.socket.tech/v2/quote which represents v2 of the quote endpoint. URLs not adhering to this format are not supported.
A major version bump occurs whenever a backwards incompatible change occurs to an endpoint, in which case every endpoint will be on the next version. Old versions of the API will be deprecated and new features will be rolled out to them on a best-effort basis.

Current versions

The Socket API has three versions at the moment. It is advised to use the latest version as past versions could deprecate overtime.
Version
API Key
Endpoint
Docs
V0
No
Deprecated
Deprecated
V1
No
Deprecated
Deprecated
V2 (Recommended ⭐️)
Yes