Developers
Documentation to help out third party developers.
Hive Transactions
sm_update_rental_price
type payload = {
items: [string, number][], // [['<market_id>', <new_price>]]
player?: string, // '<username>'
};Last updated
Was this helpful?