Skip to main content
Version: testnet (v0.76)

Available transfer fee discount

GET 

/api/v2/transfers/total-fee-discount

Returns available per party per asset transfer discount

Request

Query Parameters

    partyId string

    ID of party eligible for the discount.

    assetId string

    ID of asset associated with the discount.

Responses

A successful response.

Schema
    totalDiscount string

    Total per party per asset discount available.

Loading...