Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cross Transfers #93

Open
wants to merge 5 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion DESCRIPTION.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* Optimize the platform load for requests from Fireblocks

## How Fireblocks customers access 3rd parties
Fireblocks customers use the Fireblocks web-based console to connect their third-party accounts such as crypto 3rd partyie. This requires generating an API Key and an API Secret from their 3rd party portals, logging into their Fireblocks Console, adding an 3rd party account, selecting the 3rd party by a name and a logo, and then entering their account API Key, API Secret, and login details.
Fireblocks customers use the Fireblocks web-based console to connect their third-party accounts such as crypto 3rd parties. This requires generating an API Key and an API Secret from their 3rd party portals, logging into their Fireblocks Console, adding an 3rd party account, selecting the 3rd party by a name and a logo, and then entering their account API Key, API Secret, and login details.

Once the third-party account is connected, Fireblocks customers can use the Fireblocks Console and API to:

Expand Down
4 changes: 2 additions & 2 deletions v2/api-validator/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions v2/api-validator/src/config/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,7 @@ const config = convict({
'fb-provider-liquidity-api.yaml',
'fb-provider-trading-api.yaml',
'fb-provider-transfer-api.yaml',
'fb-provider-crosstransfer-api.yaml',
],
},
unifiedFilename: {
Expand Down
1 change: 1 addition & 0 deletions v2/openapi/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ this response indicates that all the capabilities are supported:
"transfersBlockchain": "*",
"transfersFiat": "*",
"transfersPeerAccounts": "*",
"transfersCrossTransfer": "*",
"trading": "*",
"liquidity": "*"
}
Expand Down
Loading