Crypto and Fiat Deposits
Request deposit instructions for any supported Crypto or Fiat Assets.
These endpoints are dedicated to retrieving segregated bank accounts and wallet information for deposits. Check the Crypto and Fiat coverage page for more information on the assets and countries available for this feature.
Request deposit instructions for a Crypto Asset
POST
https://live.betaapp.com/v1/subaccount/wallet-address/shared
Headers
Authorization*
String
Bearer {access_token}
x-sub-account-id
String
Subaccount-ID
accept*
String
application/json
Request Body
asset*
String
Check crypto asset coverage for more information
network
String
Crypto asset's network
Request Example:
Response Example:
Beta will notify your backend with callbacks as soon as new incoming deposits are confirmed.
Request deposit instructions for a Fiat Asset
POST
https://live.betaapp.com/v1/subaccount/bank-account/shared
Headers
Authorization*
String
Bearer {access_token}
x-sub-account-id
String
Subaccount-ID
accept*
String
application/json
Request Body
asset*
String
Check fiat asset coverage for more information
Request Example:
Response Example:
Last updated