List of Supported WebullPay Crypto Assets:
List of Supported Robinhood Crypto Assets:
Stocks limit, with price, with quantity
{
"password": "<<password>>",
"asset_type": "crypto",
"asset_name": "BTCUSD",
"action": "BUY",
"crypto_quantity_type": "usd",
"amount": 100
}
crypto @ market price with dollar amount from Settings
{
"password": "<<password>>",
"asset_type": "crypto",
"asset_name": "BTCUSD",
"action": "BUY",
"crypto_quantity_type": "usd"
}
crypto @ market price with set fix quantity
{
"password": "<<password>>",
"asset_type": "crypto",
"asset_name": "BTCUSD",
"action": "BUY",
"crypto_quantity_type": "coin",
"quantity": 1
}
crypto @ market price with fix quantity from Settings
{
"password": "<<password>>",
"asset_type": "crypto",
"asset_name": "BTCUSD",
"action": "BUY",
"crypto_quantity_type": "coin"
}