File tree Expand file tree Collapse file tree 2 files changed +16
-16
lines changed
coinapi/exchange-rates-api-rest-realtime/spec Expand file tree Collapse file tree 2 files changed +16
-16
lines changed Original file line number Diff line number Diff line change 794794 "examples" : {
795795 "Example response" : {
796796 "value" : {
797- "time" : " 2025-06-18T06:10:38.1652550Z " ,
797+ "time" : " 2025-06-19T06:07:46.8228172Z " ,
798798 "asset_id_base" : " BTC" ,
799799 "asset_id_quote" : " USD" ,
800800 "rate" : 10000.0
809809 "examples" : {
810810 "Example response" : {
811811 "value" : {
812- "time" : " 2025-06-18T06:10:38.1652550Z " ,
812+ "time" : " 2025-06-19T06:07:46.8228172Z " ,
813813 "asset_id_base" : " BTC" ,
814814 "asset_id_quote" : " USD" ,
815815 "rate" : 10000.0
824824 "examples" : {
825825 "Example response" : {
826826 "value" : {
827- "time" : " 2025-06-18T06:10:38.1652550Z " ,
827+ "time" : " 2025-06-19T06:07:46.8228172Z " ,
828828 "asset_id_base" : " BTC" ,
829829 "asset_id_quote" : " USD" ,
830830 "rate" : 10000.0
839839 "examples" : {
840840 "Example response" : {
841841 "value" : {
842- "time" : " 2025-06-18T06:10:38.1652550Z " ,
842+ "time" : " 2025-06-19T06:07:46.8228172Z " ,
843843 "asset_id_base" : " BTC" ,
844844 "asset_id_quote" : " USD" ,
845845 "rate" : 10000.0
12871287 "in" : " header"
12881288 },
12891289 "JWT" : {
1290- "type" : " apiKey " ,
1291- "description" : " JWT token needed to access the endpoints " ,
1292- "name " : " Authorization " ,
1293- "in " : " header "
1290+ "type" : " http " ,
1291+ "description" : " JWT Authorization header using the Bearer scheme. Example: \" Bearer {token} \" " ,
1292+ "scheme " : " bearer " ,
1293+ "bearerFormat " : " JWT "
12941294 }
12951295 }
12961296 },
Original file line number Diff line number Diff line change @@ -688,7 +688,7 @@ paths:
688688 examples :
689689 Example response :
690690 value : {
691- " time " : " 2025-06-18T06:10:38.2585332Z " ,
691+ " time " : " 2025-06-19T06:07:46.9503063Z " ,
692692 " asset_id_base " : " BTC" ,
693693 " asset_id_quote " : " USD" ,
694694 " rate " : 10000.0
@@ -699,7 +699,7 @@ paths:
699699 examples :
700700 Example response :
701701 value : {
702- " time " : " 2025-06-18T06:10:38.2585332Z " ,
702+ " time " : " 2025-06-19T06:07:46.9503063Z " ,
703703 " asset_id_base " : " BTC" ,
704704 " asset_id_quote " : " USD" ,
705705 " rate " : 10000.0
@@ -710,7 +710,7 @@ paths:
710710 examples :
711711 Example response :
712712 value : {
713- " time " : " 2025-06-18T06:10:38.2585332Z " ,
713+ " time " : " 2025-06-19T06:07:46.9503063Z " ,
714714 " asset_id_base " : " BTC" ,
715715 " asset_id_quote " : " USD" ,
716716 " rate " : 10000.0
@@ -721,7 +721,7 @@ paths:
721721 examples :
722722 Example response :
723723 value : {
724- " time " : " 2025-06-18T06:10:38.2585332Z " ,
724+ " time " : " 2025-06-19T06:07:46.9503063Z " ,
725725 " asset_id_base " : " BTC" ,
726726 " asset_id_quote " : " USD" ,
727727 " rate " : 10000.0
@@ -1076,10 +1076,10 @@ components:
10761076 name : Authorization
10771077 in : header
10781078 JWT :
1079- type : apiKey
1080- description : JWT token needed to access the endpoints
1081- name : Authorization
1082- in : header
1079+ type : http
1080+ description : ' JWT Authorization header using the Bearer scheme. Example: "Bearer {token}" '
1081+ scheme : bearer
1082+ bearerFormat : JWT
10831083security :
10841084 - APIKey : [ ]
10851085 - JWT : [ ]
You can’t perform that action at this time.
0 commit comments