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