Get currency USD rate by currency blockchain's address
OK
Bad Request
Internal Server Error
{- "currencyId": "usdc",
- "symbol": "usdc",
- "abbreviation": "string",
- "rate": 123456.789,
- "date": "2019-08-24T14:15:22Z"
}
List of currencies, supported by Protocol
OK
Bad Request
Internal Server Error
{- "currencies": [
- {
- "currencyId": "ETHEREUM:0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2",
- "symbol": "string",
- "abbreviation": "string",
- "alias": "string",
- "rate": 123456.789,
- "decimals": 0
}
]
}