Contracts
Get contract entrypoints
Returns entrypoints of the specified contract.
get/v1/contracts/{address}/entrypoints
Path parameters
addressstring required
Contract address (starting with KT)
Query parameters
allboolean
If true, returns all entrypoints, including unused ones. Unused means that the entrypoint can be normalized to a more specific one. For example here (or %entry1 (unit %entry2) (nat %entry3)) the %entry1 is unused entrypoint because it can be normalized to %entry2 or %entry3
jsonboolean
Include parameters schema in human-readable JSON format
michelineboolean
Include parameters schema in micheline format
michelsonboolean
Include parameters schema in michelson format
Response
Changes
No recorded changes to this endpoint across all 1 revision of this API.