Skip to main content
GET
/
v1
/
referral
/
multi_level
/
admin
/
referee_list
Get admin referee list
curl --request GET \
  --url https://api.orderly.org/v1/referral/multi_level/admin/referee_list \
  --header 'orderly-account-id: <orderly-account-id>' \
  --header 'orderly-key: <orderly-key>' \
  --header 'orderly-signature: <orderly-signature>' \
  --header 'orderly-timestamp: <orderly-timestamp>'
{
  "success": true,
  "data": {
    "rows": [
      {
        "address": "0x8a85dba77065b4d15d8bf15286ff063f2211abc5",
        "account_id": "0x73fa2172f74191a5a954054d2778f42f062e54d9743fc32e592acd288271dfae",
        "referrer_account_id": "0xc7df73049deb449cf199391baff3dfa2ee32accd83b0fdbc9e8a3fd556321d4e",
        "referrer_address": "0xf4345e417de88a6be6a29f2278ba4209f82fb395",
        "bind_code": "IRHETJUT",
        "code_binding_time": 1769153820470,
        "bind_type": "multi_level",
        "referral_rebate_rate": 0.15,
        "referee_rebate_rate": 0.2,
        "is_default_rate": true,
        "direct_invites": 1,
        "indirect_invites": 1,
        "direct_volume": 0,
        "indirect_volume": 1386.913,
        "direct_rebate": 0,
        "indirect_rebate": 0.057997,
        "direct_bonus_rebate": 0
      }
    ],
    "meta": {
      "total": 1,
      "records_per_page": 20,
      "current_page": 1
    }
  },
  "timestamp": 1777534781316
}

Documentation Index

Fetch the complete documentation index at: https://staging-docs.orderly.network/llms.txt

Use this file to discover all available pages before exploring further.

Headers

orderly-timestamp
string
required

Timestamp of the signed request in milliseconds.

orderly-account-id
string
required

Account ID of the authenticated account.

orderly-key
string
required

Public orderly key used to sign the request.

orderly-signature
string
required

Signature of the request payload generated with the orderly key.

Query Parameters

page
integer

Page number

size
integer

Page size

user_address
string

Only one of user_address and account_id can be provided

account_id
string

Only one of user_address and account_id can be provided

referrer_address
string

Filter by referrer address

sort_by
string

Sort by field: code_binding_time, referral_rebate_rate, referee_rebate_rate, direct_invites, indirect_invites, direct_volume, indirect_volume

sort_order
string

Sort order: ascending, descending

Response

200 - application/json

OK

success
boolean
required

Indicates whether the request was successful.

Example:

true

timestamp
integer

Server timestamp in milliseconds.

Example:

1702989203989

data
object