Trading Fees

Get Fees

GET https://api.vaultoro.com/v1/public/fees

This endpoint allows you to fetch the scheduled fees for all the pairs.

Query Parameters

{
    "data": [
        {
            "pair": "GOLDBTC",
            "type": "MAKER",
            "percentage": "0.500",
            "bound": 5000
        },
        {
            "pair": "GOLDBTC",
            "type": "TAKER",
            "percentage": "0.500",
            "bound": 5000
        },
        {
            "pair": "GOLDDASH",
            "type": "MAKER",
            "percentage": "0.500",
            "bound": 5000
        },
        {
            "pair": "GOLDDASH",
            "type": "TAKER",
            "percentage": "0.500",
            "bound": 5000
        },
        {
            "pair": "GOLDETH",
            "type": "MAKER",
            "percentage": "0.500",
            "bound": 5000
        },
        {
            "pair": "GOLDETH",
            "type": "TAKER",
            "percentage": "0.500",
            "bound": 5000
        },
        {
            "pair": "GOLDDASH",
            "type": "TAKER",
            "percentage": "0.475",
            "bound": 25000
        },
        {
            "pair": "GOLDDASH",
            "type": "MAKER",
            "percentage": "0.450",
            "bound": 25000
        },
        {
            "pair": "GOLDBTC",
            "type": "TAKER",
            "percentage": "0.475",
            "bound": 25000
        },
        {
            "pair": "GOLDBTC",
            "type": "MAKER",
            "percentage": "0.450",
            "bound": 25000
        },
        {
            "pair": "GOLDETH",
            "type": "TAKER",
            "percentage": "0.475",
            "bound": 25000
        },
        {
            "pair": "GOLDETH",
            "type": "MAKER",
            "percentage": "0.450",
            "bound": 25000
        },
        {
            "pair": "GOLDBTC",
            "type": "TAKER",
            "percentage": "0.450",
            "bound": 100000
        },
        {
            "pair": "GOLDDASH",
            "type": "TAKER",
            "percentage": "0.450",
            "bound": 100000
        },
        {
            "pair": "GOLDDASH",
            "type": "MAKER",
            "percentage": "0.400",
            "bound": 100000
        },
        {
            "pair": "GOLDBTC",
            "type": "MAKER",
            "percentage": "0.400",
            "bound": 100000
        },
        {
            "pair": "GOLDETH",
            "type": "TAKER",
            "percentage": "0.450",
            "bound": 100000
        },
        {
            "pair": "GOLDETH",
            "type": "MAKER",
            "percentage": "0.400",
            "bound": 100000
        },
        {
            "pair": "GOLDBTC",
            "type": "MAKER",
            "percentage": "0.350",
            "bound": 1000000
        },
        {
            "pair": "GOLDDASH",
            "type": "TAKER",
            "percentage": "0.425",
            "bound": 1000000
        },
        {
            "pair": "GOLDDASH",
            "type": "MAKER",
            "percentage": "0.350",
            "bound": 1000000
        },
        {
            "pair": "GOLDBTC",
            "type": "TAKER",
            "percentage": "0.425",
            "bound": 1000000
        },
        {
            "pair": "SILVDASH",
            "type": "TAKER",
            "percentage": "0.425",
            "bound": 1000000
        },
        {
            "pair": "GOLDETH",
            "type": "MAKER",
            "percentage": "0.350",
            "bound": 1000000
        },
        {
            "pair": "GOLDETH",
            "type": "TAKER",
            "percentage": "0.425",
            "bound": 1000000
        },
        {
            "pair": "GOLDDASH",
            "type": "TAKER",
            "percentage": "0.400",
            "bound": 5000000
        },
        {
            "pair": "GOLDBTC",
            "type": "TAKER",
            "percentage": "0.400",
            "bound": 5000000
        },
        {
            "pair": "GOLDDASH",
            "type": "MAKER",
            "percentage": "0.000",
            "bound": 5000000
        },
        {
            "pair": "GOLDBTC",
            "type": "MAKER",
            "percentage": "0.000",
            "bound": 5000000
        },
        {
            "pair": "GOLDETH",
            "type": "TAKER",
            "percentage": "0.400",
            "bound": 5000000
        },
        {
            "pair": "GOLDETH",
            "type": "MAKER",
            "percentage": "0.000",
            "bound": 5000000
        },
        {
            "pair": "GOLDDASH",
            "type": "TAKER",
            "percentage": "0.375",
            "bound": 10000000000
        },
        {
            "pair": "DASHBTC",
            "type": "MAKER",
            "percentage": "-0.050",
            "bound": 10000000000
        },
        {
            "pair": "GOLDDASH",
            "type": "MAKER",
            "percentage": "-0.100",
            "bound": 10000000000
        },
        {
            "pair": "GOLDBTC",
            "type": "TAKER",
            "percentage": "0.375",
            "bound": 10000000000
        },
        {
            "pair": "GOLDETH",
            "type": "TAKER",
            "percentage": "0.375",
            "bound": 10000000000
        },
        {
            "pair": "DASHBTC",
            "type": "TAKER",
            "percentage": "0.100",
            "bound": 100000000000
        },
        {
            "pair": "GOLDBTC",
            "type": "MAKER",
            "percentage": "0.000",
            "bound": 5000000
        },
        {
            "pair": "GOLDETH",
            "type": "MAKER",
            "percentage": "0.000",
            "bound": 0.0005
        },
        {
            "pair": "GOLDBTC",
            "type": "MAKER",
            "percentage": "-0.100",
            "bound": 10000000000
        },
        {
            "pair": "GOLDETH",
            "type": "MAKER",
            "percentage": "-0.100",
            "bound": 1
        }
    ]
}

Last updated