Skip to main content

Transfers PDF

Downloads a PDF report for a transfers.


HTTP Request

GET /v1/transfers/{id}/pdf/


Path Parameters

ParameterTypeRequiredDescription
idstringYesID of the transfer (TRANSFER.id).

Response

The endpoint returns a PDF file.

Response Format

CodeContent TypeDescription
200application/pdfBinary PDF content.

The response body contains raw PDF bytes, not JSON. Most HTTP clients (Postman, curl, Python, JS) can save this binary content to a file.


Example (curl)

curl -X GET \
"https://kyt-api.bittax.ru/v1/transfers/<ID>/pdf-report/" \
-H "X-API-KEY-ID: <your-key-id>" \
-H "X-API-KEY-SECRET: <your-key-secret>" \
--output transfers-check-report.pdf

This saves the PDF to:

transfers-check-report.pdf

Try it

⚠️ PDF cannot be previewed directly in the documentation UI.

However, you can still perform the request via TryIt — your browser will prompt to download the PDF file.

GET/v1/transfers/{id}/pdf-report/
API KEY ID
API KEY SECRET
Path params
id
HTTP Request
Press "Send Request" to generate HTTP request.
HTTP …
{
// Response will be shown here after the request.
}