Add

Add contract

post
Authorizations
Body
addressstringRequired
blockchainIdstringRequired
abistringRequired
Responses
201Success
post
POST /v1/contracts/add HTTP/1.1
Host: 
Authorization: Bearer Bearer
Content-Type: application/json
Accept: */*
Content-Length: 53

{
  "address": "text",
  "blockchainId": "text",
  "abi": "text"
}
201Success

No content