GET
/
api
/
users
/
{id}
/
limits
curl --request GET \
  --url https://app.sandbox.rio.trade/api/users/{id}/limits \
  --header 'x-api-key: <api-key>'
{
  "limit": 100000,
  "used": 302.1220938
}

Authorizations

x-api-key
string
header
required

Path Parameters

id
string
required

Id of the user from whom you wish to obtain the assigned limits.

Response

200
application/json
OK
limit
number

The maximum limit for the transaction.

used
number

The amount of the limit that has been used.