Trades By Address
Data Freshness & Historical Coverage
Authorizations
apikeystringRequired
API key for authentication
Body
Request for trades by address endpoint.
addressstring · min: 1 · max: 100RequiredExample:
Wallet address (hex, with or without 0x prefix)
0x1234567890abcdef1234567890abcdef12345678dateany ofOptionalExample:
Date range filter (ISO 8601 date-time)
{"from":"2024-01-01T00:00:00Z","to":"2024-12-31T23:59:59Z"}order_byany ofOptionalExample:
Sort order
[{"direction":"DESC","field":"timestamp"}]Responses
200
Trade data by address
application/json
400
Bad Request
application/json
401
Unauthorized
application/json
402
Payment Required
application/json
403
Forbidden
application/json
404
Not Found
application/json
422
Unprocessable Content
application/json
429
Too Many Requests
application/json
500
Internal Server Error
application/json
502
Bad Gateway
application/json
503
Service Unavailable
application/json
504
Gateway Timeout
application/json
post/api/v1/prediction-market/trades-by-address
Last updated
Was this helpful?