Skip to main content
GET
/
v1
/
rake
Get rake configuration
curl --request GET \
  --url https://api.ledger.so/v1/rake \
  --header 'Api-Key: <api-key>'
{
  "enabled": true,
  "object": "rake_config",
  "percentage": 123,
  "fixedAmount": 123,
  "minFee": 123,
  "maxFee": 123
}

Authorizations

Api-Key
string
header
required

API key for authentication. Get your key from the Dashboard.

Response

Rake configuration

enabled
boolean
required

Whether rake is enabled

object
enum<string>
Available options:
rake_config
percentage
number | null

Fee as decimal (e.g., 0.025 for 2.5%)

fixedAmount
integer | null

Fixed fee in cents

minFee
integer | null

Minimum fee in cents

maxFee
integer | null

Maximum fee in cents