Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://api.linearsend.com/wallets/all \ --header 'Authorization: Bearer <token>'
{ "success": true, "statusCode": 123, "code": "<string>", "message": "<string>", "data": [ { "currency": "<string>", "balance": 123, "threshold": 123 } ], "meta": { "page": 1, "limit": 20, "total": 20, "totalPages": 1 } }
Retrieve all wallets associated with the active organization.
JWT access token
Wallets retrieved successfully
Show child attributes