Skip to main content
GET
Get reward percentages for user

授权

POLY_API_KEY
string
header
必填

Your API key

POLY_ADDRESS
string
header
必填

Ethereum address associated with the API key

POLY_SIGNATURE
string
header
必填

HMAC signature of the request

POLY_PASSPHRASE
string
header
必填

API key passphrase

POLY_TIMESTAMP
string
header
必填

Unix timestamp of the request

查询参数

signature_type
enum<integer>

Signature type for address derivation (required for API KEY auth):

  • 0: EOA
  • 1: POLY_PROXY
  • 2: POLY_GNOSIS_SAFE
可用选项:
0,
1,
2
maker_address
string

Maker address to query percentages for

响应

Successfully retrieved reward percentages

Map of condition_id to reward percentage

{key}
number<double>