Category Questions

← Show All
Can I send private messages through the API?

Yes. Use the <code>/api/messages.php</code> endpoint....

Can I share my Access API Key publicly?

Yes. The Access API Key (<code>api</code>) is safe to share. Never share your Secret API Key....

How can I request or view withdrawals via API?

Use <code>/api/withdrawals.php</code> for withdrawal operations....

How can I retrieve user notifications through the API?

Call <code>/api/notifications.php</code> to fetch notifications....

How can I work with Live Streams via API?

Use <code>/api/streams.php</code> to create and manage live streams....

How do I authenticate with the Blessing Fans API?

You must include two parameters: <code>api</code> (your public Access API Key) and <code>secret</code> (your private Secret API Key)....

How do I check wallet balance or perform wallet actions?

Use the <code>/api/wallets.php</code> endpoint....

How do I create or manage posts using the API?

Use the endpoint <code>/api/posts.php</code> with your api and secret keys....

How do I handle Subscriptions In and Out via API?

Use <code>/api/subscriptions.php</code> to manage incoming and outgoing subscriptions....

How do I manage comments using the API?

Use <code>/api/comments.php</code> to post or retrieve comments....

How do I send or receive stream chat messages?

Use the <code>/api/stream_messages.php</code> endpoint for real-time stream chat....

Is there an endpoint for Payment Requests?

Yes. Use <code>/api/payment_requests.php</code> for payment requests and invoices....

Last updated date for Blessing Fans API Documentation?

The API documentation was last updated on April 21, 2026....

What endpoints are currently available in the Blessing Fans API?

Available endpoints include: posts, streams, stream_messages, transactions, wallets, withdrawals, comments, messages, subscriptions, notifications, and payment_...

What is the Base URL for the Blessing Fans API?

All API calls use the base URL: <code>https://api.blessingfans.org/api/</code>...

What is the recommended way to send API parameters?

You can send parameters using GET (URL query string) or POST (form data)....

What is the standard API response format?

All responses return JSON with a <code>"status"</code> field ("success" or "error") and usually a <code>"data"</code> array....

Where can I find the Blessing Fans API Documentation?

Visit the Developer Portal or go directly to <a href="https://api.blessingfans.org">https://api.blessingfans.org</a> for full documentation....

Where can I view transaction history through the API?

Call <code>/api/transactions.php</code> to retrieve transaction records....

Where do I get my API Access Key and Secret Key?

Log in at <a href="https://blessingfans.org/developer?pgx=3">https://blessingfans.org/developer?pgx=3</a> to generate and view your API keys....

FAQ Categories