HTTP endpoints
Get collateral
Parameters
| Parameter | Required | Type | Description |
|---|---|---|---|
| account | yes | string (hex) | Ethereum-style account address for the sub-account context. |
| assetId | yes | integer | — |
Response fields
| Parameter | Required | Type | Description |
|---|---|---|---|
collaterals | yes | string (decimal) | — |
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 collateral
Previous
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).
Next
Get collateral