Get Fees by type
Developing
Request samples
curl --location --request GET '/fees/current/SERVICE' \
--header 'Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VySWQiOiJmZjg3ZjJiNS0wYmIxLTRjYjUtODc1OS1mNWY0MzAzZTZmM2IiLCJyb2xlIjoiY3VzdG9tZXIiLCJpYXQiOjE3NDg5NDUzMDIsImV4cCI6MTc1MTUzNzMwMn0.2Pm_mQKmguPAHwlLOXIx6TBJHcz9BS5x5ENOa9WtDCw'
Responses
application/json {
"id": "string",
"type": "string",
"amount": 0,
"isActive": true,
"createdAt": "string",
"updatedAt": "string"
}
Modified at 2025-06-03 10:17:55