cURL
curl --request POST \ --url https://api.etherfuse.com/ramp/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 a paginated list of crypto wallets
API key for authentication
Wallets retrieved successfully
The response is of type object.
object