Skip to Content

GET /api/v1/brokered-listings/config

Returns the current broker fee configuration, including the minimum fee required.

Authentication: None

Cache: None

Sample Request

curl https://api.grails.app/api/v1/brokered-listings/config

Response

// 200 OK { "success": true, "data": { "minFeeBasisPoints": 100, "minFeePercent": 1 }, "meta": { "timestamp": "2026-04-08T00:00:00.000Z" } }
Last updated on