secrets
Refresh user secrets
balanceops
balance
- DELCancel a withdrawal
- POSTClaim a withdrawal
- POSTDeposit an amount
- POSTInitialize a vault
- POSTProcess a withdrawal
- POSTReactivate a vault
- POSTStake an amount
- POSTStake an amount from balance
- POSTBegin unstaking
- POSTCancel an unstake
- POSTProcess unstake requests
- GETRetrieve a list of unstakes
- POSTWithdraw an amount
blast_points
candle
gameassets
market
admin
- POSTChange market title
- POSTChange market icon url
- GETGet user profile cache
- GETGet market tiers
- POSTAdd market tier
- DELRemove market tier
- POSTEdit market tier
- GETGet market profile tiers
- POSTAdd profile market tier
- DELRemove market profile tier
- GETGet market special tiers
- POSTAdd special market tier
- DELRemove market special tier
- POSTEdit special market tier
- GETGet which tiers
onboarding
portfolio
position
referral
secrets
profiledata
vaultdata
secrets
Refresh user secrets
Refresh user secrets using a refresh token.
POST
/
secrets
/
refresh
{
"error": "<string>",
"pagination": {
"limit": 123,
"order": "<string>",
"page": 123,
"total": 123
},
"result": [
{
"allowed_ip_list": [
"<string>"
],
"api_secret": {
"Expiration": 123,
"Key": "<string>",
"ProfileID": 123,
"Secret": "<string>",
"Status": "<string>",
"Tag": "<string>"
},
"created_at": 123,
"jwt_private": "<string>",
"jwt_public": "<string>",
"refresh_token": "<string>"
}
],
"success": true
}
Body
application/json
Refresh token details
Response
200
application/json
OK
{
"error": "<string>",
"pagination": {
"limit": 123,
"order": "<string>",
"page": 123,
"total": 123
},
"result": [
{
"allowed_ip_list": [
"<string>"
],
"api_secret": {
"Expiration": 123,
"Key": "<string>",
"ProfileID": 123,
"Secret": "<string>",
"Status": "<string>",
"Tag": "<string>"
},
"created_at": 123,
"jwt_private": "<string>",
"jwt_public": "<string>",
"refresh_token": "<string>"
}
],
"success": true
}