Skip to content

API Routes

Stuart Farmer edited this page Dec 19, 2018 · 1 revision

REST API Documentation

Speaking to Masternodes


Get Contract Metadata

http://0.0.0.0/contract-meta

Request: JSON
{ 
    'contract_name': string
}

Response: JSON
{
    'code_str': raw UTF-8 string,
    'author': string,
    'timestamp': int
}

Get Contract Metadata

http://0.0.0.0/contract-meta

Payload: JSON
{ 
    'contract_name': string
}

Clone this wiki locally