Skip to main content
GET
/
fee-rules
List fee rules
curl --request GET \
  --url https://api.lightspark.com/grid/2025-10-13/fee-rules \
  --header 'Authorization: Basic <encoded-value>'
{
  "data": [
    {
      "id": "FeeRule:019c6a2b-4f8e-7d01-0000-000000000001",
      "transactionType": "CROSS_BORDER_PAYOUT",
      "feeType": "HYBRID",
      "enabled": true,
      "createdAt": "2026-01-15T00:00:00Z",
      "updatedAt": "2026-02-01T12:30:00Z",
      "fixedFee": 150,
      "variableFeeRate": 0.005
    }
  ]
}

Authorizations

Authorization
string
header
required

API token authentication using format <api token id>:<api client secret>

Query Parameters

transactionType
enum<string>

Filter by transaction type The type of transaction the fee rule applies to. Platform fee rules are scoped to a single transaction type — only one rule per type is allowed.

Available options:
TRANSFER_IN,
TRANSFER_OUT,
RAMP_ON,
RAMP_OFF,
CROSS_BORDER_PAYOUT
Example:

"CROSS_BORDER_PAYOUT"

enabled
boolean

Filter by enabled status

Response

Successful operation

data
object[]
required

List of platform fee rules