cURL
curl --request GET \ --url https://api.barker.money/api/partner/products/{slug} \ --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 IndexFetch the complete documentation index at: https://docs.barker.money/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.barker.money/llms.txt
Use this file to discover all available pages before exploring further.
OK
Show child attributes