cURL
curl --request GET \ --url https://api-sv.orderly.org/v1/public/strategy_vault/fund/pending_transactions
{ "success": true, "timestamp": 1702989203989, "data": { "est_fund_allocation_pct": 1, "total_pending_deposit_amount": 50000, "lp_pending_deposit_amount": 40000, "sp_pending_deposit_amount": 10000, "fund_pending_deposit_amount": 50000, "fund_pending_withdrawal_amount": 2350, "total_pending_withdrawal_main_share": 4000, "est_main_share_price": 0.5, "total_pending_withdrawal_strategy_share": 500, "est_strategy_share_price": 0.7 } }
Limit: 10 requests per second per IP address
GET /v1/public/strategy_vault/fund/pending_transactions
Success
The response is of type object.
object