Available transfer fee discount
GEThttps://vega-data.nodes.guru:3008/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 to associated with the discount.
Responses
- 200
- 500
- default
A successful response.
- application/json
- Schema
- Example (from schema)
Schema
totalDiscount string
Total per party per asset discount available.
{
"totalDiscount": "string"
}
An internal server error
- application/json
- Schema
- Example (from schema)
Schema
code int32
details object[]
message string
{
"code": 0,
"details": [
{
"@type": "string"
}
],
"message": "string"
}
An unexpected error response.
- application/json
- Schema
- Example (from schema)
Schema
code int32
details object[]
message string
{
"code": 0,
"details": [
{
"@type": "string"
}
],
"message": "string"
}
- curl
- python
- go
- nodejs
- CURL
curl -L -X GET 'https://vega-data.nodes.guru:3008/api/v2/transfers/total-fee-discount' \
-H 'Accept: application/json'
ResponseClear