Skip to main content
GET
Get a transfer request by ID
Retrieve the details of a specific transfer request by its unique ID, including the current status, rate, recipient, and payment instructions.

Authorizations

Authorization
string
header
required

JWT access token from POST /v1/auth/token/issue. Send as: Authorization: Bearer <access_token>

Path Parameters

id
string
required

Unique transfer request ID

Example:

"c17d2777-e604-45e2-b6d5-7743652eadf1"

Response

Transfer retrieved successfully

success
boolean
Example:

true

message
string
Example:

"Transfer retrieved successfully"

data
object