GET
/
median-usdcusd-rates
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>"
  }
}

Authorizations

Authorization
string
header
required

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

Query Parameters

where
object
orderBy
string
orderDirection
string
before
string
after
string
limit
integer

Response

200 - application/json
items
object[]
required
pageInfo
object
required