Import
Import an external contract. Admin access required.
Body
networkIdstringRequired
contractAddressstringRequired
limitnumberOptional
contractCreatorstringRequired
Responses
200
OK
post
POST /api/contracts/import HTTP/1.1
Host: api.rair.market
Content-Type: application/json
Accept: */*
Content-Length: 80
{
"networkId": "text",
"contractAddress": "text",
"limit": 1,
"contractCreator": "text"
}
200
OK
No content
Was this helpful?