Rates

Request:

GET https://api.moneypipe.com/sandbox/v1/rates

Request headers:

Name Value
Authorization Bearer {token}

Response:

200

Body
{
    "BTC:USD": 8229.424665,
    "USD:BTC": 0.00012152,
    "ETH:USD": 184.273157,
    "USD:ETH": 0.00542673,
    "ETH:BTC": 0.022392,
    "BTC:ETH": 44.65880672
}