Skip to content

Crypto Off-Ramp

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

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

Authentication

Requires a valid JWT token. Portal access: system, tenant.

Request Parameters

NameTypeRequiredInDescription
connectionBizIdStringYespathSlash connection business ID.
requestObjectYesbodyCrypto off-ramp payload. Structure depends on the Slash platform API.

Success Response

Bad Request400
{
  "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.

Internal Documentation