GuidesRecipesAPI ReferenceChangelog
API Reference

Create Bank

Creates a bank.

Bank Type

Bank's can be created in either sandbox or production mode. Sandbox Banks will not transact in real fiat dollars or cryptocurrencies.

Via the API, only sandbox banks can be created. In order to enable a production bank please contact Support.

Required scope: banks:execute

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params
string
enum
required

The type of bank.

Allowed:
string
required
length between 1 and 128

The name of the bank.

supported_trading_symbols
array of strings
required
length ≤ 50

The trading symbols supported by the bank.

supported_trading_symbols*
supported_payout_symbols
array of objects | null

The payout symbols supported by the bank. This is not yet supported and should be nil or empty.

supported_payout_symbols
supported_fiat_account_assets
array of strings
required
length between 1 and 1

The fiat account assets supported by the bank.

supported_fiat_account_assets*
supported_country_codes
array of strings
required
length between 1 and 1

The country codes supported by the bank.

supported_country_codes*
features
array of strings
required
length ≤ 50

The features supported by the bank.

features*
cors_allowed_origins
array of strings | null

The list of allowed CORS origin URIs.

cors_allowed_origins
Responses

Language
Credentials
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json