Exchange Rate API
  1. v1 (deprecated)
Exchange Rate API
  • Acerca de
  • v2
    • Returns the formal daily rates for the selected currency
      GET
    • Returns the inverted formal daily rates for the selected currency
      GET
    • Returns the informal daily rates for the selected currency
      GET
    • Returns the inverted informal daily rates for the selected currency
      GET
  • v1 (deprecated)
    • /api/formal/cup
      GET
    • /api/informal/cup
      GET
  1. v1 (deprecated)

/api/informal/cup

GET
/api/informal/cup
v1

Request

None

Request samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://exchange-rate.decubba.com/api/informal/cup'

Responses

🟢200Returns exchange Rate
application/json
Body
object {0}
Example
{}
Previous
/api/formal/cup
Built with