Price
{
"result": integer, // The result code indicates the success or failure of the request.
"message": string, // A message providing additional information about the result.
"data": object // The real-time price of all supported crypto currencies.
}Last updated