Price Oracle
List Monthly USDC/USD
Organization
Signature Request Invite
Signature Request
Witness
Organization Link
Organization Member
Price Oracle
- About Price Oracle
- GETGet Median MXN/USD
- GETList Median MXN/USD
- GETGet Daily MXN/USD
- GETList Daily MXN/USD
- GETGet Weekly MXN/USD
- GETList Weekly MXN/USD
- GETGet Monthly MXN/USD
- GETList Monthly MXN/USD
- GETGet Median USDC/USD
- GETList Median USDC/USD
- GETGet Daily USDC/USD
- GETList Daily USD/USDC
- GETGet Weekly USDC/USD
- GETList Weekly USDC/USD
- GETGet Monthly USDC/USD
- GETList Monthly USDC/USD
- GETGet Median USDC/MXN
- GETList Median USDC/MXN
- GETGet Daily USDC/MXN
- GETList Daily USDC/MXN
- GETGet Weekly USDC/MXN
- GETList Weekly USDC/MXN
- GETGet Monthly USDC/MXN
- GETList Monthly USDC/MXN
Price Oracle
List Monthly USDC/USD
GET
/
monthly-bucket-usdcusd-rates
curl --request GET \
--url https://api.plumaa.id/rest/v1/monthly-bucket-usdcusd-rates \
--header 'Authorization: Bearer <token>'
{
"items": [
{
"id": 123,
"open": 123,
"close": 123,
"low": 123,
"high": 123,
"average": 123,
"inverseOpen": 123,
"inverseClose": 123,
"inverseLow": 123,
"inverseHigh": 123,
"inverseAverage": 123,
"count": 123
}
],
"pageInfo": {
"hasNextPage": true,
"hasPreviousPage": true,
"startCursor": "<string>",
"endCursor": "<string>"
}
}
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
Response
200 - application/json
curl --request GET \
--url https://api.plumaa.id/rest/v1/monthly-bucket-usdcusd-rates \
--header 'Authorization: Bearer <token>'
{
"items": [
{
"id": 123,
"open": 123,
"close": 123,
"low": 123,
"high": 123,
"average": 123,
"inverseOpen": 123,
"inverseClose": 123,
"inverseLow": 123,
"inverseHigh": 123,
"inverseAverage": 123,
"count": 123
}
],
"pageInfo": {
"hasNextPage": true,
"hasPreviousPage": true,
"startCursor": "<string>",
"endCursor": "<string>"
}
}