Skip to main content
GET
/
api
/
partner
/
products
/
{slug}
/
apy-history
APY 历史
curl --request GET \
  --url https://api.barker.money/api/partner/products/{slug}/apy-history \
  --header 'X-Api-Key: <api-key>'
{
  "success": true,
  "data": [
    {
      "date": "2023-12-25",
      "underlying_apy": "<string>",
      "net_apy_for_user": "<string>"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.barker.money/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

X-Api-Key
string
header
required

Path Parameters

slug
string
required

Query Parameters

days
enum<integer>
Available options:
7,
30,
180

Response

200 - application/json

OK

success
boolean
data
object[]