Check SocialCrawl Credit Balance
socialcrawl_check_balanceCheck the credit balance and the credit ledger for the authenticated SocialCrawl account. Default view calls GET /v1/credits/balance (balance + recent-deduction summary); view: "transactions" calls GET /v1/credits/transactions for dispute-grade itemised receipts — every deduction and refund with its amount, balance_after, endpoint, and request_id, which is how you confirm what a metered endpoint actually charged after its upfront hold was refunded down. Both cost 0 credits. Requires a valid SOCIALCRAWL_API_KEY.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| view | No | 'balance' (default) returns the current credit balance and recent-deduction summary. 'transactions' returns the itemised credit ledger — every deduction and refund keyed by request_id, which is how you confirm what a metered endpoint actually charged after its upfront hold was refunded. | |
| limit | No | transactions: page size (1-100, default 50). | |
| cursor | No | transactions: opaque keyset cursor from a previous response's next_cursor. | |
| requestId | No | transactions: fetch the receipt(s) for one request id (e.g. 'req-a1b2c3d4e5f6'). |