Skip to main content

Funds Transfer

This API allows you to transfer funds between different trading accounts or products. The request will specify the source and destination of the funds, along with the transfer amount.

🔑Header Parameters

ParameterTypeDescriptionExample/ENUM
AuthorizationstringBearer token for authenticating the request.{{access_token}}
Content-TypestringSpecifies the media type of the request body.application/json
x-api-keystringAPI key provided to access the service.{{x-api-key}}

📦Request Body Schema

ParameterTypeDescriptionExample/ENUM
moveFromProductIDstringUnique identifier of the product/account to transfer funds from."1"
moveToProductIDstringUnique identifier of the product/account to transfer funds to."2"
transferAmountstringAmount of funds to be transferred.1000

🟢Success Response - 200 Ok

FieldTypeDescriptionExample/ENUM
statusstringIndicates the status of the API call.''success''
codestringResponse code related to the request."s-101"
messagestringDescriptive message providing details of the response.Success Message
dataobjectAdditional data returned from the API (optional).Details below

🧾Data Object Field

FieldTypeDescriptionExample/ENUM
ResponseStringstringA string message containing detailed response information."Request for Allocating Funds has been updated successfully. Transaction Reference No: 22040158500000020"
post/transactional/v1/fundsTransfer