GET
/
currency
/
rate
curl --request GET \
  --url https://staging-biz.coinprofile.co/v2/currency/rate
{
  "data": {
    "publicKey": "<string>",
    "signature": "<string>",
    "YOUR_CURRENCY": {
      "rate": 123,
      "key": "<string>"
    }
  }
}

Response

200 - application/json
Success
data
object