Code
Returns a code of the specified contract.
Path parameters
addressstringRequired
Contract address (starting with KT)
Query parameters
levelinteger · int32OptionalDefault:
Level at which contract code should be taken. If 0
or not specified, the current value will be returned.
0
formatinteger · int32 · max: 2OptionalDefault:
Code format (0
- micheline, 1
- michelson, 2
- bytes (base64))
0
Responses
200Success
application/octet-stream
Responsestring · binary
get
200Success