Skip to main content
POST
Get last trade prices (request body)

Body

application/json
token_id
string
required

Token ID (asset ID)

Example:

"0xabc123def456..."

side
enum<string>

Order side (optional, not used for midpoint calculation)

Available options:
BUY,
SELL
Example:

"BUY"

Response

Successfully retrieved last trade prices

token_id
string
required

Token ID (asset ID)

Example:

"0xabc123def456..."

price
string
required

Last trade price

Example:

"0.45"

side
enum<string>
required

Last trade side (BUY or SELL)

Available options:
BUY,
SELL
Example:

"BUY"