use crate;
use new;
use Endpoint;
/// A request to get the list of available currencies.
///
/// This implements the request structure for the "get list of available currencies" endpoint.
/// A request to get the cross rate from one currency to another.
///
/// This implements the request structure for the "get crossrate" endpoint.