circle-exclamation
This documentation page is currently under development and may be updated frequently.

Prediction API Keys

Get all prediction API keys

get
Authorizations
Responses
chevron-right
200

List of user's prediction API keys

application/json
PredictionApiKey[]Optional
get
/api/v2/api/prediction
200

List of user's prediction API keys

Create a new prediction API key

post
Authorizations
Body
exchangeIdstringRequired

Exchange ID

namestringOptional

API key name (optional)

funderAddressstringRequired

Funder wallet address

walletPrivateKeystringRequired

Wallet private key

Responses
post
/api/v2/api/prediction

No content

Get prediction signal bots by API ID

get
Authorizations
Path parameters
idstringRequired
Query parameters
pageintegerRequired
limitintegerRequired
Responses
chevron-right
200

Paginated list of prediction signal bots

application/json
totalintegerOptional
dataPredictionSignalBot[]Optional
get
/api/v2/api/prediction/bot/signal/{id}

Update prediction API key status

put
Authorizations
Path parameters
idstringRequired
Body
statusstring · enumRequiredPossible values:
Responses
chevron-right
200

Status updated successfully

application/json
anyOptional
put
/api/v2/api/prediction/{id}/status

No content

Delete prediction API key

delete
Authorizations
Path parameters
idstringRequired
Responses
chevron-right
200

API key deleted successfully

application/json
stringOptionalExample: Deleted
delete
/api/v2/api/prediction/{id}

Test prediction API credentials

post
Authorizations
Body
exchangeIdstringRequired

Exchange ID

funderAddressstringRequired

Funder wallet address

walletPrivateKeystringRequired

Wallet private key

publicKeystringRequired

Public API key

secretKeystringRequired

Secret API key

extrastringOptional

Extra credentials (if required)

Responses
chevron-right
200

API credentials are valid

application/json
booleanOptionalExample: true
post
/api/v2/api/prediction/test

Last updated