Execute a bridge step
Authorizations
apikeystringRequired
API key for authentication
Body
A signed withdrawal step to submit.
target_urlstringRequiredExample:
Submission URL taken from the quote's steps. Checked against a strict host allowlist, so an arbitrary URL is rejected.
https://<allowlisted-host>/authorize?signature=0xabcResponses
200
Upstream response for the submitted withdrawal step
application/json
400
Bad Request
application/json
401
Unauthorized
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/perp/bridge/execute
Last updated
Was this helpful?