curl --request GET \
--url https://api.plumaa.id/rest/v1/median-usdcusd-rates \
--header 'Authorization: Bearer <token>'
{
"items": [
{
"id": "<any>",
"rate": 123,
"inverseRate": 123,
"timestamp": 123,
"network": 123
}
],
"pageInfo": {
"hasNextPage": true,
"hasPreviousPage": true,
"startCursor": "<string>",
"endCursor": "<string>"
}
}
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
The response is of type object
.
curl --request GET \
--url https://api.plumaa.id/rest/v1/median-usdcusd-rates \
--header 'Authorization: Bearer <token>'
{
"items": [
{
"id": "<any>",
"rate": 123,
"inverseRate": 123,
"timestamp": 123,
"network": 123
}
],
"pageInfo": {
"hasNextPage": true,
"hasPreviousPage": true,
"startCursor": "<string>",
"endCursor": "<string>"
}
}
curl --request GET \
--url https://api.plumaa.id/rest/v1/median-usdcusd-rates \
--header 'Authorization: Bearer <token>'
{
"items": [
{
"id": "<any>",
"rate": 123,
"inverseRate": 123,
"timestamp": 123,
"network": 123
}
],
"pageInfo": {
"hasNextPage": true,
"hasPreviousPage": true,
"startCursor": "<string>",
"endCursor": "<string>"
}
}
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
The response is of type object
.
curl --request GET \
--url https://api.plumaa.id/rest/v1/median-usdcusd-rates \
--header 'Authorization: Bearer <token>'
{
"items": [
{
"id": "<any>",
"rate": 123,
"inverseRate": 123,
"timestamp": 123,
"network": 123
}
],
"pageInfo": {
"hasNextPage": true,
"hasPreviousPage": true,
"startCursor": "<string>",
"endCursor": "<string>"
}
}