Rates
Making an call to the rates endpoint
Get all rates
List all rates
Get rates
GET
https://api.bloqifi.com/v0/rates
Get all rates supported by Bloqifi
{
'code': 'BLOQs',
'currency': 'EUR',
'rate': 0.07000000
}
Specific coin rate
Get specific coin rate
GET
https://api.bloqifi.com/v0/rates/:COIN/:CURRENCY
Get a specific coin rate by currency
{
'code': 'COIN',
'currency': 'CURRENCY',
'rate': 0.07000000
}
Last updated
Was this helpful?