cURL
curl --request GET \ --url https://api.dfns.io/wallets/{walletId}/transfers \ --header 'Authorization: Bearer <token>'
{ "walletId": "<string>", "items": [ { "id": "<string>", "walletId": "<string>", "network": "Algorand", "requester": { "userId": "<string>", "tokenId": "<string>" }, "requestBody": { "kind": "Native", "to": "<string>", "amount": "<string>", "memo": "<string>", "priority": "Slow", "createDestinationAccount": true, "offer": true, "expiresAt": "2023-11-07T05:31:56Z", "externalId": "<string>", "travelRule": { "kind": "Notabene", "originator": {}, "beneficiary": {}, "beneficiaryVASPdid": "<string>", "beneficiaryProof": {} }, "feeSponsorId": "<string>" }, "metadata": { "asset": { "symbol": "<string>", "decimals": 123, "verified": true, "quotes": { "EUR": 123, "USD": 123 } } }, "status": "Pending", "dateRequested": "<string>", "reason": "<string>", "txHash": "<string>", "fee": "<string>", "datePolicyResolved": "<string>", "dateBroadcasted": "<string>", "dateConfirmed": "<string>", "approvalId": "<string>", "externalId": "<string>", "feeSponsorId": "<string>" } ], "nextPageToken": "<string>" }
Retrieves a list of transfer requests for the specified wallet.
CustomerEmployee
EndUser
Wallets:Transfers:Read
Bearer Token: Used to authenticate API requests. More details how to generate the token: Authentication flows
1
Success
Show child attributes
Was this page helpful?