Rewards

Network Rewards

Network Rewards are on.

Required Fields

API Response

Status Code

Data Structure

Example API Request

curl --request POST \
     --url https://api.figment.io/opentrade/rewards \
     --header 'accept: application/json' \
     --header 'content-type: application/json' \
     --header 'x-api-key: your-api-key-here' \
     --data '{
  "network": "mainnet"
}'

Example API Response

{
  "data": [
    {
      "address": "string",
      "vault": "string",
      "timestamp": "2024-10-24T00:01:00Z",
      "reward_usdc": 0.02,
      "total_staked_usdc": 2
    }
  ]
}