# Status Endpoint

Returns your current quota

Quota

Requests to this endpoint do not count against your quota or rate limit

Request Method: GET
Request URL: https://api.fxapi.com/v1/status

# Request Parameters

Parameter Type Mandatory Description
apikey string Your API Key

# Sample Response

{
    "quotas": {
        "month": {
            "total": 300,
            "used": 71,
            "remaining": 229
        }
    }
}