Trading
GET /v1/orders/info — Batch Order Lookup
Look up the status of many CSBoard orders at once by custom_ids and/or order_ids, up to 200 ids per request.
GET
Batch order lookup
Use this endpoint to poll the status of many orders in one call. Supply
custom_ids (the ids you assigned at purchase time) and/or order_ids (CSBoard order ids) as comma-separated lists. You must provide at least one of the two, and no more than 200 ids in total across both.
Authentication required. Send your key as Authorization: Bearer csb_pub_....
Query parameters
Comma-separated custom ids you assigned at purchase time.
Comma-separated CSBoard order ids.
Provide at least one of
custom_ids or order_ids. The combined total across both parameters must not exceed 200 ids.Response fields
Array of matching orders. Each
Order has the same shape as in GET /v1/orders — including order_id, status, charged_total_usd, and the per-item items breakdown.Example request
Example response
Error codes
| HTTP status | Code | Meaning |
|---|---|---|
| 401 | missing_api_key / invalid_api_key | Missing or invalid API key. |
| 422 | invalid_request | No ids supplied, or more than 200 ids in total. |
| 429 | rate_limit_exceeded | Too many requests. Back off for the Retry-After header value. |
Authorizations
Send your key as a Bearer token on every request: Authorization: Bearer csb_pub_.... Generate keys in your CSBoard profile.
Query Parameters
Comma-separated custom ids you assigned at purchase time.
Comma-separated CSBoard order ids.
Response
Matching orders.