cURL
curl --request GET \ --url http://localhost:10112/bonds
[ { "condition_id": "<string>", "question": "<string>", "slug": "<string>", "end_date": 123, "best_outcome_index": 1, "return_pct": 123, "apy": 123, "outcomes": [ { "name": "<string>", "index": 123, "probability": 123, "position_id": "<string>" } ], "title": "<string>", "event_slug": "<string>", "image_url": "<string>", "usdc_volume_24h": 123 } ]
Minimum probability threshold (default: 0.85)
Maximum hours until market end
Number of results (default: 50, max: 200)
Pagination offset
List of bond markets sorted by yield
x >= 0
Show child attributes
Was this page helpful?