HTTP endpoints
Get delegate traders
Parameters
| Parameter | Required | Type | Description |
|---|---|---|---|
| account | yes | string (hex) | Ethereum-style account address for the sub-account context. |
Response fields
| Parameter | Required | Type | Description |
|---|---|---|---|
delegates | yes | object[] | — |
delegates[].address | yes | string (hex) | — |
delegates[].expiryMs | no | integer (int64) | — |
delegates[].isWebClient | yes | boolean | — |
delegates[].name | no | string | null | — |
Response example
A sample 200 JSON body is attached to this operation as an OpenAPI example (Mintlify shows it in the example panel, similar to other exchange API docs).
GET
Get delegate traders
Previous
Get faucet claim### Parameters
| Parameter | Required | Type | Description |
| --------- | -------- | ---- | ----------- |
| account | yes | string (hex) | Ethereum-style account address for the sub-account context. |
### Response fields
| Parameter | Required | Type | Description |
| --------- | -------- | ---- | ----------- |
| `lastClaimTimestamp` | no | integer (int64) | — |
### Response example
A sample **`200`** JSON body is attached to this operation as an OpenAPI **example** (Mintlify shows it in the example panel, similar to other exchange API docs).
Next
Get delegate traders