Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
31 changes: 31 additions & 0 deletions v2/openapi/fb-collateral-api.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
openapi: 3.0.0
info:
title: 'Fireblocks Collateral API'
description: >
This API is implemented by Fireblocks and provides collateral-related
endpoints for off-exchange workflows. Unlike the provider APIs in this
project, which are implemented by external providers, this API is served
by Fireblocks and defines the endpoints providers interact with.
version: 0.0.1

tags:
- name: collateral
description: Endpoints used by external providers (exchanges) calling Fireblocks for off-exchange collateral flows.

x-path-params:
EntityIdPathParam: { $ref: './fb-provider-api.yaml#/components/parameters/EntityIdPathParam' }
SubAccountIdPathParam: { $ref: './fb-provider-api.yaml#/components/parameters/SubAccountIdPathParam' }

x-header-params:
X-FBAPI-KEY: { $ref: './fb-provider-api.yaml#/components/parameters/X-FBAPI-KEY' }
X-FBAPI-SIGNATURE: { $ref: './fb-provider-api.yaml#/components/parameters/X-FBAPI-SIGNATURE' }
X-FBAPI-NONCE: { $ref: './fb-provider-api.yaml#/components/parameters/X-FBAPI-NONCE' }
X-FBAPI-TIMESTAMP: { $ref: './fb-provider-api.yaml#/components/parameters/X-FBAPI-TIMESTAMP' }

x-responses:
BadRequestResponse: { $ref: './fb-provider-api.yaml#/components/responses/BadRequestResponse' }
UnauthorizedResponse: { $ref: './fb-provider-api.yaml#/components/responses/UnauthorizedResponse' }
ErrorResponse: { $ref: './fb-provider-api.yaml#/components/responses/ErrorResponse' }

paths: {}
components: {}