Get Unsettled
Fetch unsettled token amount base on market.
Request
Method:
GET ./api/v2/openbook/unsettled/{market}
Parameters:
Parameter | Type | Description |
---|---|---|
| string | Smart contract address/symbol of the market. |
| string | User's account address to be fetched. |
Request example:
Response:
Fields:
Field | Type | Description |
---|---|---|
| string | Smart contract address/symbol of the market. |
| object | An array of unsettled details based on openOrderAccount. See below for detail |
Unsettled:
Field | Type | Description |
---|---|---|
| string | User's trading account address. |
| object | Base token address and amount. |
| object | Quoted token address and amount. |
Example:
Last updated