Submit a signed perp action
Authorizations
apikeystringRequired
API key for authentication
Body
A signed action to submit to the exchange.
Every field except the signature comes from a prepare response and must be passed through unchanged.
nonceintegerRequiredExample:
The nonce from the prepare response, unchanged
1754476800000vault_addressany ofOptional
The vault_address from the prepare response, unchanged (null for a normal wallet action)
stringOptional
Responses
200
Successful Response
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/execute
Last updated
Was this helpful?