Authentication
Each API request that you make to SeerBit must be authenticated using the bearer token authentication type.
Authentication
POST
https://seerbitapi.com/api/v2/encrypt/keys
Request Body
Name
Type
Description
key*
string
consists of your privatekey and publickey seperated by a '.'
Last updated