curl --request GET \ --url https://api.plumaa.id/rest/v1/median-usdcusd-rate/{id} \ --header 'Authorization: Bearer <token>'
{ "id": "<any>", "rate": 123, "inverseRate": 123, "timestamp": 123, "network": 123 }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The BigInt scalar type represents non-fractional signed whole numeric values.
BigInt