Skip to content

Crypto Off-Ramp

POST/web/v1/slash/connections/{connectionBizId}/transfers/crypto-offramp JWT

Initiates a crypto off-ramp transfer, converting cryptocurrency to fiat through the Slash platform.

Required Headers

HeaderExample ValueDescription
Content-Typeapplication/jsonRequest content type
Acceptapplication/jsonExpected response type
X-Client-HashClient device fingerprint
Accept-Languageen, zh, zh-Hant, ja, viResponse language (default: en)
AuthorizationBearerJWT access token
X-Workspace-IdTarget workspace ID

Request Parameters

NameTypeRequiredInDescription
connectionBizIdStringOptionalpathSlash connection business ID.", constraints: "Path parameter
requestJsonNodeRequiredbodyCrypto off-ramp payload. Structure depends on the Slash platform API.", constraints: "Request body (JSON)

Success Response

Bad Request 400
{
  "code": "4000",
  "message": "Invalid off-ramp request"
}

Error Responses

HTTP StatusCodeDescription
4004000Invalid request body
4014010Invalid or expired JWT token
4044040Connection not found

Notes

  • Returns HTTP 201 on success.
  • The request body is forwarded to the Slash platform as-is.

SlaunchX Internal Documentation