cURL
curl --request GET \ --url https://api.lumx.io/partner-fees/{id} \ --header 'Authorization: Bearer <token>'
{ "id": "123e4567-e89b-12d3-a456-426614174004", "name": "Fee name", "walletAddress": "0x76b74209f3542d172ca1575b5b18064594360299", "fees": { "onRamp": { "rate": "10", "flatAmount": "1" }, "offRamp": { "rate": "10", "flatAmount": "1" } }, "isDefault": false, "createdAt": "2021-01-01T00:00:00Z" }
This endpoint reads a partner fee.
Bearer authentication header on the format Bearer <API_KEY>.
Bearer <API_KEY>
Partner fee's unique identifier.
Partner fee successfully retrieved.
The response is of type object.
object