cURL
curl --request POST \ --url https://api.etherfuse.com/ramp/customer/{customer_id}/wallets \ --header 'Authorization: <api-key>' \ --header 'Content-Type: application/json' \ --data '{ "pageSize": 10, "pageNumber": 0 }'
{ "items": [], "totalItems": 0, "pageSize": 10, "pageNumber": 0, "totalPages": 0 }
Retrieves crypto wallets for a specific customer
API key for authentication
ID of the customer
Optional filters for the request
Number of items per page
1 <= x <= 100
Page number (0-based)
x >= 0
Crypto wallets retrieved successfully
Array of items in the current page
Total number of items
Current page number
Total number of pages