Skip to main content
GET
/
trading
/
creditLimit
Get credit limit details
curl --request GET \
  --url https://api.anchorage-staging.com/v2/trading/creditLimit \
  --header 'Api-Access-Key: <api-key>'
{
  "data": {
    "creditLimitAmount": {
      "assetType": "USD",
      "quantity": "1000000"
    },
    "creditSpentAmount": {
      "assetType": "USD",
      "quantity": "20000"
    }
  }
}

Authorizations

Api-Access-Key
string
header
required

An API key associated with a security role

Response

Successfully returned credit limit details

data
CreditLimitDetails · object
required