API Reference
Control your proxies via API
Retrieves the user’s Illusory Wallet balance.
cURL
curl --request GET \ --url https://cmd.illusory.io/v1/funds \ --header 'Authorization: Bearer <token>'
{ "ok": true, "message": "Retrieved funds successfully.", "data": { "funds": 40, "upcoming": { "renewing": { "count": 1, "amount": 5 }, "expiring": { "count": 1, "amount": 5 }, "total": { "renewal_required": 0, "total_required": 0, "total_commitment": 10 } } } }
The Authorization header is used to authenticate with the API using your Master API key. Value is of the format Bearer YOUR_KEY_HERE.
Authorization
Master
Bearer YOUR_KEY_HERE
Server response
The response is of type object.
object
Was this page helpful?