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:
curl -X 'POST' \
'https://live.betaapp.com/v1/subaccount/wallet-address/shared' \
-H 'accept: application/json' \
-H 'X-sub-account-id: 22376b76...43083b' \
-H 'Authorization: Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCIsImtpZCI6InJlaEF1NURPY...ctfx2I4g' \
-H 'Content-Type: application/json' \
-d '{
"asset": "BTC",
"network": "bitcoin"
}'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