Auth

Create or update a yield source token for toolbox Admin

Upserts a toolbox-managed yield source token. The entry key is derived from chain ID and token address, so saving the same token updates its database override.

post/v3/toolbox/admin/config/yield-sources/{source}/tokens

Path parameters

sourcestring required

Request body

chainIdinteger required
addressstring required

Valid EVM address. Lowercase or correctly checksummed mixed-case input is accepted.

symbolstring
apyMappingstring

Source-specific mapping expression that extracts the token APY from the adapter response.

metadataobject

Optional token metadata passed to custom APY adapters.

enabledboolean

Response

Yield source token saved.

Changes

No recorded changes to this endpoint across all 1 revision of this API.