Market
Your Algrow Market orders, deliveries and verification codes. Read-only.
Your Algrow Market orders — YouTube accounts and phone numbers — and the verification codes their numbers receive. Read-only: these tools never buy, renew or spend. The one write is your own note on an order.
List the user's market orders, newest first, with the phone numbers each delivered (live_until, days_left, expired for rented numbers), the user's note, and the order page URL. Login details are not on the list — call get_market_order for one order. No parameters required.
One order with its delivery: the login lines as the order page shows them (email, password, recovery, 2FA link), the numbers on it, and the user's note. Verification codes are not in the delivery — use get_market_code.
| Parameter | Type | Default | Description |
|---|---|---|---|
| order_id | integer | required | The order number, from list_market_orders or the user's order page. |
The latest SMS verification code on an order's phone number, read live from the provider. Returns phone, code, status (waiting / received / expired), expiry and received_at. Texts from before the order was delivered are never returned. Poll every few seconds while the user verifies — more than about 40 reads a minute on one number is throttled.
| Parameter | Type | Default | Description |
|---|---|---|---|
| order_id | integer | required | The order whose number should be read. |
| index | integer | 0 | Which number on the order, 0-based, from the order's numbers list. Most orders have one. |
Use Case Recipes
Phone-verify a freshly bought account
- Call
get_market_orderto get the login and the number on it. - Sign in and start verification at youtube.com/verify with that number.
- Call
get_market_codeevery few seconds untilstatusisreceived, then enter the code.
Set or clear the user's own note on an order — which channel it's used for. Shown on their order list and order page; only they see it. Up to 120 characters; null or empty clears it.
| Parameter | Type | Default | Description |
|---|---|---|---|
| order_id | integer | required | The order to label. |
| note | string | required | The label, up to 120 characters. Null or empty clears it. |
Algrow
Shorts Channels