Logo
Swift API Sandbox Collections API Documentation

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" }

Curl
curl -X PUT 'https://sandbox.swift.com/ebacl-rt1/v1/liquidityTransfer/:senderBic' -H 'ivUserKey: quis fugiat aute dolore' -H 'ivUserBic: IPSDID21' -H 'Content-Type: application/json' -H 'Accept: application/json' -d '{"dateTime":"2019-06-21T23:20:50.000001","liquidityTransferInfo":{"lenderBic":"IPSDID21","receiverBic":"IPSDID21","poolId":"IPSDID21XXX01","amount":350930978840.5229}}'

ENDPOINTS