cURL
curl --request GET \ --url https://v1.api.flux-os.com/wadfs \ --header 'x-api-key: <api-key>' \ --header 'x-user-id: <api-key>'
{ "data": [ { "name": "<string>", "type": "<unknown>", "stream": "<unknown>", "amount": 123, "currency": "<unknown>", "measurement_unit": "<unknown>", "id": "<string>" } ], "meta": { "current_page": 123, "total_pages": 123, "total_items": 123, "per_page": 123 } }
Retrieve a list of wadfs with pagination.
Page number for pagination
x >= 1
A paginated list of wadfs.
Show child attributes
255