Give stock
Gives a user stock by recording a stock award. The award is created with status recorded; Stockly then fulfills it and the stock appears in the user’s portfolio. idempotencyKey makes this safe to retry: replaying the same request returns the original award with idempotentReplay: true and creates no duplicate. Reusing a key with a different payload returns 409.
Authorizations
Your Stockly API key. Identifies your app; you never pass an app id.
Body
Must reference an existing user in your app.
Unique per logical award. Safe to retry.
8 - 128Award value in USD.
x <= 1000000Stock ticker from the catalog, e.g. AAPL. Normalized to uppercase.
1 - 16"AAPL"
Optional label, e.g. cashback.
1 - 64Optional arbitrary JSON, returned on reads.