Trading Endpoints
Authentication
Authenticates user
POST
Body
application/json
Any EVM address (can be generated at the time of sending request) which will be used as proxy to sign all requests on behalf of user
Signature generated using signingKey address
EVM address of the user
Signature generated using EVM address
Timestamp at which bliq_key
and bliq_secret
credentials will expire (in milliseconds). expiryTs
can be any timestamp 1 week from the current unix timestamp.
When the user sends their first request, they start with 0 nonce and for every subsequent request, nonce should be incremented by 1. No two requests sent by the user to beliquid can have the same nonce. User can get the current nonce from this api
Users should use the chain id of ethereum (1) in this field.