GET
/
weekly-bucket-usdcmxn-rate
/
{id}
curl --request GET \
  --url https://api.plumaa.id/rest/v1/weekly-bucket-usdcmxn-rate/{id} \
  --header 'Authorization: Bearer <token>'
{
  "id": 123,
  "open": 123,
  "close": 123,
  "low": 123,
  "high": 123,
  "average": 123,
  "inverseOpen": 123,
  "inverseClose": 123,
  "inverseLow": 123,
  "inverseHigh": 123,
  "inverseAverage": 123,
  "count": 123
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
integer
required

Response

200 - application/json

The response is of type object.