Skip to main content
POST
/
api
/
external
/
v1
/
staking
/
pools
List Staking Pools
curl --request POST \
  --url https://app.magna.so/api/external/v1/staking/pools \
  --header 'Content-Type: application/json' \
  --header 'x-magna-api-token: <api-key>' \
  --data '
{
  "tokenId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "cursor": "<string>"
}
'
{
  "isProcessed": true,
  "result": {
    "items": [
      {
        "id": "a1f0c3b2-1d4e-4c8a-9b7d-2e6f5a0c9d11",
        "name": "MAG Staking Pool",
        "tokenId": "054d0c03-d20e-477e-81c0-9c2e4453d4a6",
        "contractId": "5b0ff445-b293-40d3-81fa-3a753e4259c4",
        "status": "ACTIVE",
        "totalStaked": "1250000",
        "totalRewardsDeposited": "75000",
        "periodFinish": "2025-12-31T00:00:00.000Z",
        "minimumStakeAmount": "100",
        "minimumStakeLength": 2592000,
        "stakeWithdrawalDelay": 604800,
        "rewardWithdrawalDelay": 0,
        "maxApy": "12.5",
        "claimNativeTokenFee": "0",
        "unstakeNativeTokenFee": "0"
      }
    ],
    "total": 1
  }
}

Authorizations

x-magna-api-token
string
header
required

Body

application/json
tokenId
string<uuid>
required
Minimum string length: 1
cursor
string
Minimum string length: 1

Response

Successful response

isProcessed
boolean
result
any

Endpoint-specific result payload.