Skip to main content
GET
Platform metadata
GET https://api-datahub.octoparse.com/v1/meta Authentication: none. Anonymous access allowed. Returns deployment-level constants. Currently only the billing currency (ISO 4217 code). Amount fields (unit_price, amount, total_spent) carry no unit themselves; the unit comes from here. The international deployment uses USD. Anonymous read access exists so market cards can show currency for starting prices even when the viewer is signed out.

Request

Example request

Response

200 success

The payload is wrapped in data. Fields:
string
Billing currency, ISO 4217 code.

Client libraries