Get Fee Configuration
Returns the fee setting row for the requested fee type and the authenticated user’s current investment subscription tier (or the default tier when no subscription applies). Requires the read permission on the API key. Response is wrapped in data like other public API resources; when no matching configuration exists, data is an empty array.
Authorizations
API Key authentication. Obtain your API key from the Wallbit dashboard under Settings → API Keys.
Body
Fee category to resolve. Currently only stock trading (TRADE) is supported.
TRADE Response
Fee configuration found, or no row for the user's tier (empty data array)
Persisted fee configuration for a fee type and subscription tier (subset exposed by the public API)

