POST
/
api
/
v1
/
auth

Headers

Broker-Id
string
required

Unique identifier for the broker.

Body

application/json
subaccountId
string

The subaccount ID associated with your address.

signingKey
string

A randomly generated wallet address used for signing.

signingSignature
string

The signature generated by signing with the signingKey.

ethAddress
string

Your Ethereum wallet address.

ethSignature
string

The signature generated by signing with the ethAddress.

expiryTs
integer

The expiration timestamp of the signature in milliseconds. Typically set for 6 days.

nonce
integer

The nonce of the subaccount. This can be fetched using the Nonce API.

chainId
integer

The chain ID of the network from which the signing is performed.

Response

200 - application/json
body
object
message
string

Status message of the authentication operation.

status
integer

HTTP status code of the response.