A Participant can transfer a specific amount from one Participant to another Participant within a Pool.
PUT {{baseUrl}}/liquidityTransfer/:senderBic
The LiquidityTransfer request allows the Owner of the Liquidity Pool to request for the transfer of a specific amount from one Participant to another Participant, both not-suspended and belonging to the same Pool. The transfer of funds has an immediate effect meaning positions have already been adjusted upon receipt of the response to the request. The response contains the confirmation that the funds have been moved between the Participants.
Body
PARAM
Key | Datatype | Required | Description |
HEADERS
Key | Datatype | Required | Description |
ivUserKey
|
string | The subscription key of a Participant. Following the format cn=<SSO+BIC+UserId+T>,o=BIC8,o=swift. SSO is a fixed string, last character is for environment (P for production and T for test) eg SSOUNCRITMMAPI12345P, o=uncritmm,o=swift | |
ivUserBic
|
string | ||
Content-Type
|
string | ||
Accept
|
string |
RESPONSES
status OK
{
"dateTime": "2019-06-21T23:20:50.000001"
} |
ENDPOINTS