Skip to content

Commit

Permalink
update openapi file
Browse files Browse the repository at this point in the history
  • Loading branch information
Svisstack committed Jan 20, 2025
1 parent 4113136 commit 54c066d
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions openapi/exchange-rates-api-realtime.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
openapi: 3.0.1
info:
title: REST API
contact:
name: COINAPI LTD
url: https://www.coinapi.io
email: support@coinapi.io
license:
name: MIT License
url: https://github.com/coinapi/coinapi-sdk/blob/master/LICENSE
version: v1
servers:
- url: https://rest-api.exrates.coinapi.io
paths: { }
components:
securitySchemes:
APIKey:
type: apiKey
description: CoinAPI API key needed to access the endpoints
name: X-CoinAPI-Key
in: header
security:
- APIKey: [ ]

0 comments on commit 54c066d

Please sign in to comment.