Crypto and Fiat Deposits
Request deposit instructions for any supported Crypto or Fiat Assets.
Request deposit instructions for a Crypto Asset
POST
https://live.betaapp.com/v1/subaccount/wallet-address/shared
Headers
Name
Type
Description
Authorization*
String
Bearer {access_token}
x-sub-account-id
String
Subaccount-ID
accept*
String
application/json
Request Body
Name
Type
Description
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
Name
Type
Description
Authorization*
String
Bearer {access_token}
x-sub-account-id
String
Subaccount-ID
accept*
String
application/json
Request Body
Name
Type
Description
asset*
String
Check fiat asset coverage for more information
Request Example:
Response Example:
Last updated