cURL
curl --request GET \ --url http://localhost:4000/wallets/system \ --header 'api_key: <api_key>'
{ "pagination": { "limit": 123, "page": 123, "total": 123, "totalPages": 123 }, "wallets": [ { "address": "<string>", "balance": [ { "account": "<string>", "balance": 123, "currency": "<string>" } ], "created_at": "<string>", "id": "<string>", "projectId": 123, "status": "<string>", "transactions": [ { "amount": 123, "balance": 123, "currency": "<string>", "date": "<string>", "from": "<string>", "id": "<string>", "to": "<string>" } ], "type": "<string>", "updated_at": "<string>" } ] }
Documentation IndexFetch the complete documentation index at: https://harbor.mintlify.app/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://harbor.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Success response
Show child attributes