Bloqifi RESTful API documentation
  • The Next Generation Web³
  • Quick Start
  • Blog
  • Reference
    • API Reference
      • Authentication
      • Bloq
      • Payment
      • Transaction
      • Rates
    • Retrieval
      • Transaction ID
      • Web
      • Blob
      • Chunk
  • Stripe Metered Billing
    • API Reference
      • Subscribe
      • Check Usage
Powered by GitBook
On this page
  • Get all rates
  • Get rates
  • Specific coin rate
  • Get specific coin rate

Was this helpful?

  1. Reference
  2. API Reference

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
}
PreviousTransactionNextRetrieval

Last updated 2 years ago

Was this helpful?