Retrieve funding wallet transfers
GET {{baseUrl}}/v1beta/accounts/:account_id/funding_wallet/transfers
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"transfers":[{"id":"187b0492-6395-05ae-52d6-3ef04d02b66b","account_id":"7c23f745-322b-4fe8-8f2f-1d952471ca37","fees":[{"type":"fx_fee","amount":"100.00","currency":"USD","payment_type":"invoice"},{"type":"parnter_fee","amount":"100.00","currency":"USD","payment_type":"invoice"}],"amount":"200.00","currency":"USD","direction":"outgoing","status":"FAILED","created_at":"2018-01-26T02:29:27.171Z","updated_at":"2018-01-26T02:29:27.171Z","usd":{"amount":"200.00"}}]}