Auto Settlements
Get all
The endpoint retrieves the list of beneficiaries associated with a specific wallet.
GET
Authorizations
Path Parameters
Example:
"YOUR_WALLET_ID"
Response
200 - application/json
200
Example:
[
{
"address": "TRnm5TmNN8M9uvVuqs3Xx9F1A3a87gZAaP",
"createdAt": "2024-09-01T17:53:09.112Z",
"deletedAt": null,
"id": "c40b6c09-f5b7-46dd-984d-0ac57ec94d6b",
"isActive": true,
"isDefault": false,
"isSettlement": true,
"name": "Binance Wallet",
"settlementFrequency": "DAILY",
"updatedAt": "2024-09-01T17:53:09.112Z"
}
]
Example:
"Beneficiaries fetched successfully"
Example:
200