Skip to main content
GET
/
order-scoring
Get order scoring status
curl --request GET \
  --url https://clob.polymarket.com/order-scoring \
  --header 'POLY_ADDRESS: <api-key>' \
  --header 'POLY_API_KEY: <api-key>' \
  --header 'POLY_PASSPHRASE: <api-key>' \
  --header 'POLY_SIGNATURE: <api-key>' \
  --header 'POLY_TIMESTAMP: <api-key>'
{
  "scoring": true
}

Authorizations

POLY_API_KEY
string
header
required

Your API key

POLY_ADDRESS
string
header
required

Ethereum address associated with the API key

POLY_SIGNATURE
string
header
required

HMAC signature of the request

POLY_PASSPHRASE
string
header
required

API key passphrase

POLY_TIMESTAMP
string
header
required

Unix timestamp of the request

Query Parameters

order_id
string
required

The order ID (order hash) to check scoring status for

Response

Successfully retrieved order scoring status

Response indicating whether an order is currently scoring for rewards

scoring
boolean
required

Whether the order is currently scoring for maker rewards

Example:

true