Get a transfer
GET {{baseUrl}}/v1/transfers/:id
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
returnIdentities | boolean | Specify if you would like to see identities in the response. Restricts maximum returned items to 5. By default returnIdentities is false, resulting in the response not returning data.source.identities . |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"data":{"id":"06e24b32-e23a-4572-85c5-a275887fce60","source":{"type":"wallet","id":"1000594146"},"destination":{"type":"wallet","id":"1001429912"},"amount":{"amount":"3.14","currency":"USD"},"status":"complete","createDate":"2024-01-17T17:52:22.185Z"}}