cURL
curl --request POST \ --url https://clob.forka.st/spreads \ --header 'Content-Type: application/json' \ --data ' [ { "token_id": "1234567890" }, { "token_id": "0987654321" } ] '
{ "1234567890": "0.60", "0987654321": "0.20" }
Retrieves bid-ask spreads for multiple tokens.
token_id
1
The unique identifier for the token.
Optional side parameter.
BUY
SELL
Successful response
Was this page helpful?