API ReferenceGuidesChangelog
Prices

Check latest price

GET
/v1/prices/check_latest

Authorization

api-key<token>

In: header

Response Body

application/json

curl -X GET "https://example.com/v1/prices/check_latest"
{  "latestPrice": {    "coinId": {      "address": {        "address": "string",        "chain": "string"      },      "symbol": "string"    },    "price": 0.1,    "timestamp": "2019-08-24T14:15:22Z"  },  "prices": [    {      "coinId": {        "address": {          "address": "string",          "chain": "string"        },        "symbol": "string"      },      "price": 0.1,      "timestamp": "2019-08-24T14:15:22Z"    }  ]}