← Tools Reference

Owl Protocol

Owl Protocol integration (Developer Tools, Finance). Imported from open-connector.

API key3 toolshttps://api.owl.build
GET
owl_protocol_get_project_info
Read the connected Owl Protocol project's summary information.

/api/project/info

GET
owl_protocol_get_project_token
Read one Owl Protocol token metadata record by chain, contract address, and token id.

/api/project/contract/{chainId}/{address}/token/{tokenId}

3 parameters
ParamTypeRequiredDescription
chainIdintegerrequiredThe EVM chain identifier for the Owl Protocol project.
addressstringrequiredThe contract address managed by the Owl Protocol project.
tokenIdstringrequiredThe token identifier within the target contract.
PATCH
owl_protocol_patch_project_token
Patch one Owl Protocol token metadata record with a JSON metadata object only.

/api/project/contract/{chainId}/{address}/token/{tokenId}

4 parameters
ParamTypeRequiredDescription
chainIdintegerrequiredThe EVM chain identifier for the Owl Protocol project.
addressstringrequiredThe contract address managed by the Owl Protocol project.
tokenIdstringrequiredThe token identifier within the target contract.
metadataobjectrequiredThe NFT metadata object stored for the token in Owl Protocol.