curl --request GET \
--url https://staging-biz.coinprofile.co/v2/currency/rate
{
"data": {
"publicKey": "<string>",
"signature": "<string>",
"YOUR_CURRENCY": {
"rate": 123,
"key": "<string>"
}
}
}
Get the current rates
curl --request GET \
--url https://staging-biz.coinprofile.co/v2/currency/rate
{
"data": {
"publicKey": "<string>",
"signature": "<string>",
"YOUR_CURRENCY": {
"rate": 123,
"key": "<string>"
}
}
}
Success
The response is of type object
.