This endpoint lists all fee schedules. Authentication is not required.
Endpoint |
Request Type | Permissible API Keys |
/api/v3/feeschedules
|
GET | N/A |
Arguments
|
None
|
Sample Call |
https://www.cryptofacilities.com/derivatives/api/v3/feeschedules
|
Sample Return if Successful |
{ |
Field |
Type | Description |
name
|
String | Name of schedule |
uid
|
String | Unique identifier of fee schedule |
tiers
|
List of structures | A list containing a structures for each fee tier, see below. |
makerFee | Positive float |
Percentage value of maker fee in the tier |
takerFee | Positive float |
Percentage value of taker fee in the tier |
usdVolume | Positive float | minimum 30-day USD volume for fee tier to be applicable |
Sample Return if Unsuccessful |
{ "result":"error", "serverTime":"2016-02-25T09:45:53.818Z", "error":"apiLimitExceeded", } |
Field |
Type | Description |
result
|
String | Always error |
serverTime
|
ISO8601 datetime | The server date and time |
error
|
string | Always apiLimitExceeded: the API limit for the calling IP address has been exceeded |