Skip to main content
GET
/
api
/
partner
/
products
List all products for this partner
curl --request GET \
  --url https://api.barker.money/api/partner/products \
  --header 'X-Api-Key: <api-key>'
{
  "success": true,
  "data": [
    {
      "slug": "acme-usdc-base",
      "partner": "Acme Pay",
      "chain": "base",
      "chain_id": 8453,
      "engine_contract_address": "0x1234567890123456789012345678901234567890",
      "asset_symbol": "USDC",
      "status": "active",
      "underlying_vault_address": "<string>",
      "asset_address": "<string>",
      "asset_decimals": 6,
      "barker_fee_bps": 123,
      "partner_fee_bps": 123,
      "display_name": "<string>",
      "description": "<string>",
      "latest_metrics": {
        "as_of_date": "2023-12-25",
        "engine_total_assets": "<string>",
        "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

Response

200 - application/json

OK

success
boolean
data
object[]